aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an optional --debug-mozjs argument to `mach build` that enables a ↵Josh Matthews2014-10-241-1/+12
| | | | non-optimized, debug build of mozjs and rust-mozjs. Update the Cargo snapshot to enable new feature support.
* Move windowing code out of the compositorMatt Brubeck2014-10-101-7/+9
| | | | | This is mainly just moving code around, in preparation for further changes to the "windowing" API.
* Add Android build config to mach/servobuildMatt Brubeck2014-10-031-1/+15
|
* Add --verbose to build-cef commandJack Moffitt2014-10-021-1/+6
|
* Fix /python/servo code formatting.Simon Sapin2014-09-261-9/+6
| | | | (My editor screams at me for flake8 lint errors.)
* Don't throw on non-zero exit in mach commandsMatt Brubeck2014-09-151-3/+4
| | | | Fixes #3344.
* Add 'mach clean'.Tetsuharu OHZEKI2014-09-131-0/+20
|
* Add -v or --verbose to mach buildDirk Leifeld2014-09-111-1/+6
|
* Pass --target option from mach to cargoMatt Brubeck2014-09-091-0/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+85