| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make APPX build part of package command. Add nightly build for UWP. | Josh Matthews | 2019-09-12 | 1 | -0/+48 |
* | Call gstreamer_root with top_dir string, not func. | Joel Martin | 2019-08-29 | 1 | -2/+2 |
* | In mach, add arguments to bare uses of is_windows | Alan Jeffrey | 2019-08-23 | 1 | -2/+2 |
* | Added support to download nuget and added python code to automate the x64 and... | angelortiz1007 | 2019-08-21 | 1 | -0/+1 |
* | Do not require setting PKG_CONFIG_PATH on Windows | Fernando Jimenez Moreno | 2019-08-20 | 1 | -10/+28 |
* | Vendor UWP GStreamer binaries. | Josh Matthews | 2019-07-27 | 1 | -13/+11 |
* | Use openssl dependency that works on arm64. | Josh Matthews | 2019-07-23 | 1 | -1/+1 |
* | Enable uwp feature when building with --uwp. | Josh Matthews | 2019-07-10 | 1 | -0/+1 |
* | Auto merge of #20885 - avadacatavra:rustup-req, r=jdm | bors-servo | 2019-07-04 | 1 | -2/+2 |
|\ |
|
| * | updated rustup requirement | ddh | 2018-05-30 | 1 | -2/+2 |
* | | Add `./mach build --with-layout-2020` | Simon Sapin | 2019-07-04 | 1 | -1/+6 |
* | | Simplify build process for UWP app. | Josh Matthews | 2019-07-03 | 1 | -0/+12 |
* | | Share more `./mach build` logic with mach check, doc, test-unit | Simon Sapin | 2019-07-02 | 1 | -22/+122 |
* | | `./mach clean`: cwd is unnecessary when `--manifest-path` is used | Simon Sapin | 2019-07-01 | 1 | -3/+0 |
* | | build: Cleanup some path-munging code. | Emilio Cobos Álvarez | 2019-06-24 | 1 | -12/+4 |
* | | Improve windows DLL packaging. | Josh Matthews | 2019-06-11 | 1 | -2/+5 |
* | | Auto merge of #23484 - servo:jdm-patch-53, r=Manishearth | bors-servo | 2019-06-03 | 1 | -1/+3 |
|\ \ |
|
| * | | Package DLLs correctly for Windows cross builds. | Josh Matthews | 2019-06-03 | 1 | -1/+3 |
* | | | Switch windows openssl binaries to ones generated by vcpkg. | Josh Matthews | 2019-05-31 | 1 | -4/+12 |
|/ / |
|
* | | Use correct plugin search path for locally cloned gstreamer | Manish Goregaokar | 2019-05-17 | 1 | -0/+3 |
* | | Upgrade NDK to v15c. | Josh Matthews | 2019-05-01 | 1 | -1/+1 |
* | | Refactoring of the Glutin port in preparation of the compositor refactoring. | Paul Rouget | 2019-04-29 | 1 | -5/+5 |
* | | Update mach bootstrap-gstreamer to use the latest binaries | Fernando Jiménez Moreno | 2019-03-27 | 1 | -3/+3 |
* | | Auto merge of #21968 - UK992:mach-package, r=jdm | bors-servo | 2019-02-01 | 1 | -6/+19 |
|\ \ |
|
| * | | Package: Update zip file creation | UK992 | 2018-12-01 | 1 | -6/+19 |
* | | | Split simpleservo into 3 crates for rust, c and jni apis | Paul Rouget | 2018-12-28 | 1 | -3/+7 |
* | | | ./mach run -n on mac os. | o0Ignition0o | 2018-12-08 | 1 | -17/+55 |
|/ / |
|
* | | Move Android and ML build artefacts to their own subdirectory | Anthony Ramine | 2018-11-28 | 1 | -7/+4 |
* | | Add magicleap-nightly builder | Alan Jeffrey | 2018-11-13 | 1 | -2/+5 |
* | | Revert "Disable unused-extern-crates warnings for now" | Simon Sapin | 2018-11-08 | 1 | -0/+2 |
* | | Disable unused-extern-crates warnings for now | Simon Sapin | 2018-11-06 | 1 | -2/+0 |
* | | Auto merge of #21825 - jdm:backtrace-helpers, r=Manishearth | bors-servo | 2018-10-02 | 1 | -0/+2 |
|\ \ |
|
| * | | script: Optionally store backtraces when throwing DOM exceptions. | Josh Matthews | 2018-10-01 | 1 | -0/+2 |
* | | | Only add --manifest-path if not already present | Simon Sapin | 2018-09-26 | 1 | -5/+8 |
* | | | Only build ports/servo by default (except Android), add `./mach build --libsi... | Simon Sapin | 2018-09-25 | 1 | -0/+9 |
|/ / |
|
* | | mach package should work on android | Manish Goregaokar | 2018-09-11 | 1 | -2/+3 |
* | | Bypass gstreamer check for test-wpt-android | Manish Goregaokar | 2018-09-11 | 1 | -2/+2 |
* | | Hande systems without pkg-config | Manish Goregaokar | 2018-09-11 | 1 | -1/+6 |
* | | Don't try to load gstreamer on non-x86 | Manish Goregaokar | 2018-09-11 | 1 | -8/+7 |
* | | Review fixes | Manish Goregaokar | 2018-09-11 | 1 | -3/+6 |
* | | Additional fixes for compiling on trusty | Manish Goregaokar | 2018-09-11 | 1 | -2/+9 |
* | | Better error reporting for missing gstreamer | Manish Goregaokar | 2018-09-11 | 1 | -4/+13 |
* | | Allow WPT to be run with local gstreamer | Manish Goregaokar | 2018-09-11 | 1 | -11/+24 |
* | | Make ./mach bootstrap into a full-fledged linux dependency installer | Manish Goregaokar | 2018-09-11 | 1 | -5/+2 |
* | | Add gstreamer setup script; use | Manish Goregaokar | 2018-09-11 | 1 | -1/+16 |
* | | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -15/+13 |
* | | Append to LD_LIBRARY_PATH | Manish Goregaokar | 2018-08-13 | 1 | -2/+12 |
* | | Update Gradle and SDK | Paul Rouget | 2018-07-31 | 1 | -1/+1 |
* | | new android port: fix android build and tests | Paul Rouget | 2018-07-31 | 1 | -3/+12 |
* | | Add ./mach test-android-startup | Simon Sapin | 2018-07-02 | 1 | -0/+7 |