Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows: Add missing dependencies Rebased https://github.com/servo/servo/pull/16445 and updated with Gstreamer DLLs. About msi installer, there is also included gstreamer installer, should be removed and replaced by needed gstreamer DLLs or keep it at is it? Fixes #16422. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21968) <!-- Reviewable:end --> | ||||
| * | 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 |
| | | | | Works around #20380. | ||||
* | 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 |
| | | | | This reverts commit 32462cd909a7c28d0d86664291bdcb0043c0bb45. | ||||
* | Disable unused-extern-crates warnings for now | Simon Sapin | 2018-11-06 | 1 | -2/+0 |
| | | | | There are *many* new ones in rust 2018! | ||||
* | Auto merge of #21825 - jdm:backtrace-helpers, r=Manishearth | bors-servo | 2018-10-02 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optional backtraces for JS errors and WebGL errors This adds two new build-time features to enable useful debugging tools when investigating why JS and WebGL content isn't working. They're optional because they're quite heavyweight. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they're optional developer features. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21825) <!-- Reviewable:end --> | ||||
| * | 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 ↵ | Simon Sapin | 2018-09-25 | 1 | -0/+9 |
|/ | | | | | | --libsimpleservo` Fixes #21314 | ||||
* | 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 |
| | |||||
* | Use the bootstraped Android toolchains by default | Simon Sapin | 2018-07-02 | 1 | -0/+10 |
| | |||||
* | Auto merge of #20421 - talklittle:issue-20219, r=jdm | bors-servo | 2018-06-19 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mach: android install/run: infer adb path from SDK dir <!-- Please describe your changes on the following line: --> Infer Android `adb` path from SDK directory in environment variables. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20219 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it is a build script change <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20421) <!-- Reviewable:end --> | ||||
| * | mach: android install/run: infer adb path from SDK dir | Andrew Shu | 2018-03-25 | 1 | -0/+7 |
| | | |||||
* | | Updated to mozjs v0.7.1. | Alan Jeffrey | 2018-05-30 | 1 | -0/+3 |
| | | |||||
* | | Support i686-linux-android target. | Josh Matthews | 2018-05-23 | 1 | -0/+11 |
| | | |||||
* | | Remove geckolib-related build commands. | Emilio Cobos Álvarez | 2018-05-17 | 1 | -26/+3 |
|/ | |||||
* | Add Windows support to the --nightly | -n flag. | Jeremy Lempereur | 2018-03-11 | 1 | -9/+20 |
| | |||||
* | Add a --nightly | -n flag to download and extract a specific nightly version ↵ | o0Ignition0o | 2018-03-06 | 1 | -0/+75 |
| | | | | to run mach commands against. This currently only work on linux, but windows and mac os support will follow in subsequent PRs. | ||||
* | remove bhtml | Paul Rouget | 2018-02-11 | 1 | -7/+0 |
| | |||||
* | Drop CEF support | Paul Rouget | 2018-01-31 | 1 | -3/+0 |
| | |||||
* | Remove work-around that is now unnecessary | Simon Sapin | 2018-01-14 | 1 | -4/+0 |
| | | | | We use rustup.rs, where each toolchain has its own Cargo version. | ||||
* | Restore the ability to disable incremental compilation | Simon Sapin | 2018-01-14 | 1 | -1/+3 |
| | | | | It became the default in debug mode in the last Rust/Cargo update. | ||||
* | We use Nigthly Cargo with Stable Rust | Simon Sapin | 2018-01-10 | 1 | -3/+2 |
| | | | | | Nightly now has incremental compilation as a stable feature, but that’s not in the stable channel yet. | ||||
* | rustup.rs: Use MSVC rather than GNU toolchains on Windows | Simon Sapin | 2018-01-10 | 1 | -1/+5 |
| | |||||
* | Revert "Use rustup "proxies" instead of `rustup run`" | Simon Sapin | 2018-01-10 | 1 | -12/+13 |
| | | | | This reverts commit ad22368646290510149d33a0a41fc436ac4a0e96. | ||||
* | Use rustup "proxies" instead of `rustup run` | Simon Sapin | 2018-01-10 | 1 | -13/+12 |
| | | | | | | To make sure we’re indeed running rustup’s proxy rather than some other `cargo` for example, run the `rustup` executable with a different `argv[0]`. | ||||
* | Fix "rustup is not installed" message | Simon Sapin | 2018-01-10 | 1 | -9/+8 |
| | |||||
* | Print a better error message when rustup is too old | Simon Sapin | 2018-01-10 | 1 | -0/+7 |
| | |||||
* | Print a link to instructions if rustup is not found. | Simon Sapin | 2018-01-10 | 1 | -1/+11 |
| | |||||
* | Use rustup.rs instead of custom bootstrap | Simon Sapin | 2018-01-10 | 1 | -91/+40 |
| | | | | Fixes #11361, closes #18874 | ||||
* | Revert "Use rustdoc --document-private-item instead of deprecated flags" | Simon Sapin | 2018-01-10 | 1 | -2/+5 |
| | | | | This reverts commit d96f0ff6a77e309682898cc7e1905a7bd0feb3cf. | ||||
* | Use rustdoc --document-private-item instead of deprecated flags | Simon Sapin | 2017-11-22 | 1 | -1/+1 |
| | | | | … and use $RUSTDOCFLAGS instead of $RUSTDOC with a wrapper script |