aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mach run bustage (#33563)Jonathan Schwender2024-09-271-1/+1
* ohos: Support product flavors (#33512)Jonathan Schwender2024-09-261-2/+2
* mach: introduce `BuildTarget` abstraction (#33114)Mukilan Thiyagarajan2024-08-261-60/+16
* build: Speed up first run after build on macOS (#32928)Martin Robinson2024-08-041-101/+6
* Remove googlevr feature (#32840)Daniel Adams2024-07-241-6/+1
* Add `--with-asan` (#31429)Samson2024-06-161-4/+35
* mach: Use `cargo rustc` instead of `cargo build` (#32484)Jonathan Schwender2024-06-131-1/+1
* mach: fix crash when sending notifications on Windows Server 2019 (#32352)Delan Azabani2024-05-231-6/+9
* Remove the libsimpleservo C API (#31172)Martin Robinson2024-01-271-17/+11
* build: Add support for Visual Studio 2022 and VC143 DLLs (#31148)Martin Robinson2024-01-231-26/+33
* ci: fix reference to android job filename in main.yml (#31150)Mukilan Thiyagarajan2024-01-231-1/+7
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-1/+0
* build: Clean up post-build copy of Windows DLLs (#31092)Martin Robinson2024-01-171-111/+40
* build: Combine and simplify GStreamer shared object lists (#31038)Martin Robinson2024-01-091-37/+6
* Fix the build on Ubuntu 20.04 (#31019)Martin Robinson2024-01-071-4/+3
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-051-15/+10
* Replace virtualenv with Python's built-in venv (#30377)Corey Farwell2023-12-071-2/+2
* Remove `__future__` imports that are no longer necessary (#30661)Martin Robinson2023-11-021-2/+0
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-1/+5
* Replace "-mmacosx-version-min" with MACOSX_DEPLOYMENT_TARGET (#30102)Martin Robinson2023-08-151-6/+1
* Make the `--release`/`--dev` more consistent and less surprising (#30091)Martin Robinson2023-08-141-45/+9
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-16/+1
* Set the MacOS rpath in the build script (#30054)Martin Robinson2023-08-011-14/+0
* Remove lzma path workaround for MacOS (#30053)Martin Robinson2023-08-011-11/+0
* Auto merge of #29970 - mrobinson:remove-uwp, r=jdmbors-servo2023-07-051-152/+30
|\
| * Remove UWP / Hololens supportMartin Robinson2023-07-051-152/+30
* | Collect android build setup into two methodsMartin Robinson2023-07-051-204/+53
|/
* Windows bootstrap supportMartin Robinson2023-07-031-3/+3
* Set the Windows subsystem using a rust directiveMartin Robinson2023-07-011-5/+0
* Update mozangle, cc, and cmakeMartin Robinson2023-06-301-5/+0
* Collect build timings on GitHub CIMartin Robinson2023-06-231-3/+1
* Only check the GStreamer installation when buildingMartin Robinson2023-05-271-1/+1
* Clean up cross-compilation and featuresMartin Robinson2023-05-251-49/+28
* Implement `bootstrap-gstreamer` for all platformsMartin Robinson2023-05-251-16/+16
* Removed MagicLeap occurrences from Python filesmichaelgrigoryan252023-05-221-121/+4
* Count post-cargo build steps in elapsed timeMukilan Thiyagarajan2023-05-211-2/+1
* Print message when packaging macos dylibsMukilan Thiyagarajan2023-05-211-0/+1
* Avoid relinking plugin dylibsMukilan Thiyagarajan2023-05-211-1/+1
* Start organizing platform-specific Python codeMartin Robinson2023-05-191-1/+1
* Workaround bug in gstreamer binariesMukilan Thiyagarajan2023-05-121-0/+11
* Consume official GStreamer binaries on MacOSMukilan Thiyagarajan2023-05-121-22/+109
* Catch more exceptions when delivering build notificationsMartin Robinson2023-04-201-3/+2
* Make errors during build status notification warningsMartin Robinson2023-04-171-2/+5
* Auto merge of #29610 - mrobinson:notify, r=mukilanbors-servo2023-04-131-109/+53
|\
| * Use notify-py to send notificationsMartin Robinson2023-04-131-109/+53
* | Replace usage of six.moves.urllib with urllibMartin Robinson2023-04-101-2/+2
|/
* Update rustc to 3/6 nightly.Josh Matthews2022-03-061-1/+1
* docs: clarify 'clean' commandFlorian-Schoenherr2021-08-211-2/+2
* Auto merge of #27865 - servo:github-actions-dev, r=jdmbors-servo2021-03-111-14/+9
|\
| * Ensure clang-cl is always used in windows builds.Josh Matthews2021-02-261-9/+1