aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform
Commit message (Expand)AuthorAgeFilesLines
* openharmony: add servoshell for ohos (#33295)Mukilan Thiyagarajan2024-09-201-0/+25
* bootstrap: Avoid needless sudo when pkgs are installed (#33281)Jonathan Schwender2024-09-021-4/+7
* Fixed build error on macos (#33200)Ben2024-08-271-1/+1
* mach: introduce `BuildTarget` abstraction (#33114)Mukilan Thiyagarajan2024-08-265-27/+408
* mach: Add support for paths with spaces on Windows (#32936)Mukilan Thiyagarajan2024-08-051-12/+18
* build: Speed up first run after build on macOS (#32928)Martin Robinson2024-08-041-1/+1
* mach: Expose a `--skip-static-analysis` to `mach boostrap` (#32587)Martin Robinson2024-06-241-4/+5
* Add cargo-deny to mach-tidy to check license compliance. (#32465)Jonathan Schwender2024-06-121-0/+11
* Fix mach bootstrap --skip-platform (#32341)Delan Azabani2024-05-221-1/+2
* Skip installing 'clang' if 'clang' binary already exists (#32242)Diego Pino2024-05-081-0/+5
* servoshell: Upgrade `egui` and many other dependencies (#31278)Magnus Larsen2024-05-021-3/+5
* bootstrap: Add a `--skip-platform` option (#32176)Martin Robinson2024-04-291-2/+4
* Run platform_bootstrap first (#31840)Samson2024-04-292-5/+7
* bootstrap: Make unknown distro instructions more helpful (#31750)Martin Robinson2024-03-191-2/+3
* Add gstreamer plugins good/ugly for better codec support (#31687)Delan Azabani2024-03-151-3/+5
* install libudev-dev required by gamepad API (#31376)Mukilan Thiyagarajan2024-02-191-1/+1
* bootstrap: More resiliently install Deiban-like platform dependencies (#31281)Martin Robinson2024-02-072-10/+12
* Remove duplicate pkg in APT_PKGS (#31280)atbrakhi2024-02-071-1/+0
* Fix ./mach bootstrap failure in debian (#31276)atbrakhi2024-02-071-1/+7
* Fix bugs in `mach test-tidy` (#31232)Mukilan Thiyagarajan2024-01-311-3/+1
* Update build script to support asahi linux (#31207)arrynfr2024-01-281-1/+2
* tests: Add GStreamer library directory to DYLD_LIBRARY_PATH (#31163)Martin Robinson2024-01-244-12/+0
* build: Only set PATH for GStreamer (#31078)Martin Robinson2024-01-172-51/+18
* crown: Add a cargo config.toml file (#31090)Martin Robinson2024-01-151-6/+1
* Fix the build on Ubuntu 20.04 (#31019)Martin Robinson2024-01-072-27/+1
* bootstrap: Adding more output when installing dependencies (#31003)Martin Robinson2024-01-051-4/+4
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-053-26/+21
* Download Windows GStreamer dependencies from GitHub (#30973)Martin Robinson2024-01-031-1/+1
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-062-14/+0
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-0/+13
* bootstrap: Alphabetize and add 'm4' Ubuntu dependency (#30727)Martin Robinson2023-11-131-9/+10
* Remove some stray references to OpenSSL (#30710)Martin Robinson2023-11-091-2/+0
* Add support for EndeavourOS (#30513)bc-universe2023-10-061-0/+1
* Bootstrap pkg-config and cmake on MacOS (#30497)Martin Robinson2023-10-051-1/+13
* fix WebGPU runtime dependencies on linux (#30407)Delan Azabani2023-09-221-4/+24
* Enforce formatting of TOML files (#30128)Samson2023-09-191-1/+14
* Add TUXEDO OS to mach bootstrap (#30363)Carlos Bentzen2023-09-151-1/+1
* Use MozTools 4 and update mozjs (#30326)Samson2023-09-112-5/+5
* Add Raspbian GNU/Linux distro for mach bootstrap (#30223)Manuel Rego Casasnovas2023-08-281-1/+2
* Get LLVM from chocolatey (#30140)Martin Robinson2023-08-211-1/+0
* Use system lld on NixOS instead of rust-lld (#30123)Mukilan Thiyagarajan2023-08-182-1/+15
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-082-5/+2
* Remove lzma path workaround for MacOS (#30053)Martin Robinson2023-08-011-15/+3
* `mach bootstrap` should also bootstrap GStreamer on Windows (#30018)Martin Robinson2023-07-211-1/+2
* Remove UWP / Hololens supportMartin Robinson2023-07-052-10/+3
* Windows bootstrap supportMartin Robinson2023-07-034-50/+56
* Implement `./mach bootstrap` for MacOSMartin Robinson2023-06-221-0/+15
* recognize artix as valid distribution65432023-06-011-0/+1
* Remove more Python 2 compatibility codeMartin Robinson2023-05-291-3/+2
* Implement `bootstrap-gstreamer` for all platformsMartin Robinson2023-05-255-61/+301