aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
Commit message (Expand)AuthorAgeFilesLines
* mach: Fail properly if we can't find the path for OSMesa or GLAPI.Jonathan Chan2017-06-221-4/+5
* Make armv7-linux-androideabi default target on Android Imanol Fernandez2017-05-311-1/+2
* Auto merge of #16769 - MortimerGoro:android_archs, r=larsbergstrombors-servo2017-05-131-3/+26
|\
| * Support for Android armv7 and aarch64 target triplesImanol Fernandez2017-05-081-3/+26
* | Add clobber mechanismUK9922017-05-081-0/+27
|/
* Add `./mach cargoup`Simon Sapin2017-04-251-3/+6
* Remove more deprecated Windows GNU code/docsAneesh Agrawal2017-04-161-6/+2
* Add cargo-geckolib and rustc-geckolib commands to mach.Simon Sapin2017-04-051-1/+5
* Update Hyper and OpenSSLddh2017-03-311-1/+1
* Fix "option `Z` is unstable" warning on geckolib with incremental=trueSimon Sapin2017-03-161-0/+5
* Disable LLVM assertions by default, on supported platforms.Simon Sapin2017-02-161-2/+7
* Allow disabling LLVM assertions in rustc (fixes #15548)Anthony Ramine2017-02-151-3/+6
* Switch to commit-specific nightliesAnthony Ramine2017-02-151-1/+1
* Remove freetype dependency on WindowsUK9922017-02-061-0/+2
* Option configuration to enable incremental compilation.Simon Sapin2017-02-051-0/+3
* Clean up and simplify existing `mach bootstrap`Aneesh Agrawal2017-01-151-7/+11
* Create a util.py Python module for common functionsAneesh Agrawal2017-01-151-46/+2
* Move get_browserhtml_path to command_base #14815Teodor Szente2017-01-021-0/+7
* Auto merge of #14346 - mati865:master, r=UK992,larsbergbors-servo2016-12-281-2/+4
|\
| * use MSVC toolchain if PLATFORM is definedmati8652016-12-071-2/+4
* | Auto merge of #14601 - Wafflespeanut:osmesa, r=emiliobors-servo2016-12-151-7/+9
|\ \
| * | Warn when OSMesa library path cannot be setRavi Shankar2016-12-151-7/+9
* | | Auto merge of #13650 - UK992:win32, r=larsbergstrombors-servo2016-12-151-0/+4
|\ \ \ | |/ / |/| |
| * | Define NATIVE_WIN32_PYTHON environment variableUK9922016-11-171-0/+4
* | | Auto-update in-tree bindingsXidorn Quan2016-12-151-5/+10
* | | Auto merge of #14251 - vvuk:servobuild-rustflags, r=ConnorGBrewsterbors-servo2016-12-131-0/+4
|\ \ \
| * | | Support build.rustflags in .servobuildVladimir Vukicevic2016-11-211-0/+4
| |/ /
* | | Upgrade to cargo 0.16.0-nightly (built 2016-12-06)Simon Sapin2016-12-061-1/+1
* | | Auto merge of #14379 - kimsnj:run-headless, r=jdmbors-servo2016-12-031-0/+20
|\ \ \
| * | | Use software rendering when running servo in headless modeKimSnj2016-11-271-0/+20
| | |/ | |/|
* / | Move to Cargo workspacesAnthony Ramine2016-11-281-2/+0
|/ /
* / Use msvc toolchain when in Visual Studio envXidorn Quan2016-11-211-1/+2
|/
* Auto merge of #14172 - servo:ports, r=jdmbors-servo2016-11-161-2/+2
|\
| * Move the servo binary to ports.Ms2ger2016-11-161-2/+2
* | Fix test-wpt and test-css for Windows.Jack Moffitt2016-11-161-1/+4
|/
* Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-0/+12
* Create `mach bootstrap` based on Mozilla's mozboot bootstrapperUK9922016-09-071-1/+19
* Change the separator used in rust path into os.path.jointp6vup542016-08-221-2/+2
* Check PLATFORM for proper toolchain when use msvcXidorn Quan2016-08-181-1/+10
* Fix unicode env issues for call()Vladimir Vukicevic2016-08-171-10/+12
* Run git command only with mach build commandsUK9922016-08-051-2/+2
* Create .tar.gz package deterministicallyAnton Ovchinnikov2016-08-041-0/+53
* Change to use msvc triple for Windows PythonXidorn Quan2016-07-111-1/+3
* Fix #12359: make ensure_bootstrap check for host std if rustc exists.Simon Sapin2016-07-091-4/+3
* Remove the "./mach build-stable" subcommandSimon Sapin2016-07-081-4/+1
* Fix "looking for rustc at …" message for stable when already bootstrappedSimon Sapin2016-07-081-2/+3
* Add mach build-stable to build with stable rustcGabriel Poesia2016-06-301-11/+29
* Auto merge of #11262 - campaul:add_version_flag, r=Manishearthbors-servo2016-06-291-0/+16
|\
| * Add `--version` flagCameron Paul2016-06-281-0/+16
* | Pass Ctr+C to underlying process when invoking commands through mach.Josh Matthews2016-06-171-1/+14