aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
Commit message (Expand)AuthorAgeFilesLines
* Make Android build optional on Nix (#31231)Smitty2024-02-021-0/+3
* Remove the libsimpleservo C API (#31172)Martin Robinson2024-01-271-24/+4
* tests: Add GStreamer library directory to DYLD_LIBRARY_PATH (#31163)Martin Robinson2024-01-241-0/+6
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-131/+62
* build: Clean up post-build copy of Windows DLLs (#31092)Martin Robinson2024-01-171-72/+0
* build: Only set PATH for GStreamer (#31078)Martin Robinson2024-01-171-2/+6
* build: Don't add the `neon` feature for arm and aarch64 (#31075)Martin Robinson2024-01-121-6/+0
* Fix the build on Ubuntu 20.04 (#31019)Martin Robinson2024-01-071-10/+32
* Replace virtualenv with Python's built-in venv (#30377)Corey Farwell2023-12-071-3/+2
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-6/+0
* Remove thinlto servobuild.config option (#30830)Martin Robinson2023-12-061-4/+0
* Add `--production` option to mach (#30707)Samson2023-11-101-3/+15
* Remove `__future__` imports that are no longer necessary (#30661)Martin Robinson2023-11-021-1/+1
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-19/+64
* No extern crate test/tidy & better RUSTFLAGS handling in mach (#30328)Samson2023-09-101-4/+5
* Update mozjs and use moztools infra (#30292)Samson2023-09-051-5/+0
* Let WPT commands take the --legacy-layout argument (#30239)Martin Robinson2023-08-301-1/+0
* Always dummy (#30240)Samson2023-08-301-5/+5
* Rename ports/winit package to servoshell (#30163)Atbrakhi2023-08-281-1/+1
* Get LLVM from chocolatey (#30140)Martin Robinson2023-08-211-6/+3
* Use system lld on NixOS instead of rust-lld (#30123)Mukilan Thiyagarajan2023-08-181-1/+1
* Clean up the environment variables set for mozjs (#30106)Martin Robinson2023-08-161-23/+8
* Remove gold config option and use lld on Linux (#30100)Martin Robinson2023-08-151-3/+5
* Make `native-bluetooth` a default feature (#30097)Martin Robinson2023-08-141-2/+0
* Make the `--release`/`--dev` more consistent and less surprising (#30091)Martin Robinson2023-08-141-111/+127
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-21/+0
* Fix the docs build (#30058)Martin Robinson2023-08-021-5/+5
* Make rustup a requirement and switch to `rust-toolchain.toml` (#30056)Martin Robinson2023-08-011-49/+13
* Embed git hash using vergen instead of mach (#30030)Martin Robinson2023-07-281-36/+0
* Run unit tests with both layout 2013 and layout 2020 (#30032)Oriol Brufau2023-07-271-1/+0
* Make the choice of layout runtime settingMartin Robinson2023-07-061-9/+0
* Auto merge of #29970 - mrobinson:remove-uwp, r=jdmbors-servo2023-07-051-32/+1
|\
| * Remove UWP / Hololens supportMartin Robinson2023-07-051-32/+1
* | Collect android build setup into two methodsMartin Robinson2023-07-051-38/+198
|/
* Windows bootstrap supportMartin Robinson2023-07-031-10/+2
* Update mozangleMartin Robinson2023-07-011-3/+1
* Update mozangle, cc, and cmakeMartin Robinson2023-06-301-6/+6
* Auto merge of #29917 - mrobinson:more-environment-cleanup, r=jdmbors-servo2023-06-241-24/+1
|\
| * Clean up environment variables inn `command_base.py`Martin Robinson2023-06-221-24/+1
* | Update command_base.pySamson2023-06-241-1/+1
* | Don't explicitly disable gold on WindowsMartin Robinson2023-06-221-2/+1
|/
* Simplify the build instructionsMartin Robinson2023-06-211-2/+2
* Clean up rustdoc runMartin Robinson2023-06-201-7/+3
* Use layout 2020 by defaultMukilan Thiyagarajan2023-06-081-1/+1
* Auto merge of #29811 - mrobinson:remove-more-python-2, r=jdmbors-servo2023-05-291-25/+0
|\
| * Remove more Python 2 compatibility codeMartin Robinson2023-05-291-25/+0
* | Auto merge of #29807 - sagudev:pyfail, r=mrobinsonbors-servo2023-05-291-1/+1
|\ \ | |/ |/|
| * Propagate status on `build_like_command_arguments`sagudev2023-05-291-1/+1
* | Do not pass features when running `./mach test-unit`Martin Robinson2023-05-291-4/+3
|/
* Only check the GStreamer installation when buildingMartin Robinson2023-05-271-3/+4