aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Only enable borderless browserhtml window on OSX.Adam Casey2016-06-071-0/+9
* | Add FreeBSD to `host_triple`Daniel Robertson2016-06-051-0/+2
* | Remove the gonk portLars Bergstrom2016-05-271-64/+1
* | Auto merge of #11378 - mbrubeck:debug-mozjs, r=larsbergstrombors-servo2016-05-271-0/+7
|\ \ | |/ |/|
| * Default to the same Cargo features in all build commandsMatt Brubeck2016-05-271-0/+7
* | Reduce 'android-18' duplication, as originally done by wenderenMitchell Hentges2016-05-201-0/+3
|/
* Auto merge of #11122 - mbrubeck:unify-builds, r=larsbergstrombors-servo2016-05-111-1/+11
|\
| * Move all cargo build environment variables into CommandBaseMatt Brubeck2016-05-101-1/+11
* | Override $CARGO_HOME only if cargo-home-dir is in .servobuildMatt Brubeck2016-05-111-2/+3
|/
* Override always 'CARGO_HOME' env variable.Tetsuharu OHZEKI2016-05-101-2/+1
* Improve build target argument handlingMátyás Mustoha2016-05-051-6/+7
* Auto merge of #10620 - autrilla:mach-command-improvements, r=Wafflespeanutbors-servo2016-04-171-11/+19
|\
| * Improved readability of ensure_bootstrappedAdrian Utrilla2016-04-161-11/+19
* | mach install now builds servo if it hasn't been built beforeAdrian Utrilla2016-04-151-2/+12
|/
* Fix ./mach runUK9922016-03-271-0/+3
* Remove rustc wrapper script for gold in favor of using RUSTFLAGSLars Bergstrom2016-03-251-1/+1
* Read SERVO_RUSTC_WITH_GOLD if no .servobuildedunham2016-03-221-1/+7
* Remove unused use_nightly_rust function.Ms2ger2016-03-221-5/+0
* Remove submodule update from mach bootstrap. Fixes #10010malayaleecoder2016-03-161-2/+0
* Detect Cygwin environment on WindowsWei Tang2016-03-091-1/+1
* Now we use python for os_type, we need to catch 'windows' as well as 'mingw65...Jason Williams2016-02-131-1/+1
* Auto merge of #9588 - Jayflux:hotfix/9499, r=Wafflespeanutbors-servo2016-02-131-1/+2
|\
| * add check for win32 or msys before running rustc-with-gold fixes #9499Jayflux2016-02-131-1/+2
* | use python's built in platform module for detection, for more accuracy and cr...Jason Williams2016-02-131-2/+4
|/
* Download extra std lib when cross-compiling #9557Daniel Robertson2016-02-121-4/+7
* Removed documentation referencing 'android-rs-glue', and updated a similar co...qpid2016-02-051-4/+4
* Revert "Remove gold hack, since it's in rustc automatically now"Lars Bergstrom2016-01-281-0/+6
* Prepend PATH extras instead of append.Adam Casey2016-01-271-1/+1
* Fix ./mach run on WindowsAdam Casey2016-01-241-5/+31
* adding check for windows then using Scripts instead of binJason Williams2016-01-221-17/+9
* win32: force PATH to be non-unicode on win32, if virtualenv munges itVladimir Vukicevic2016-01-201-0/+8
* win32: mach and build command fixesVladimir Vukicevic2016-01-201-3/+40
* Remove gold hack, since it's in rustc automatically nowLars Bergstrom2016-01-151-6/+0
* Rename rust-snapshot-hash to rust-nightly-dateSimon Sapin2015-12-301-9/+8
* Move OpenSSL Android build to the target directory #8568Maciej Skrzypkowski2015-12-021-0/+3
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-2/+5
* Reduce duplication in binary path determinition for Android target (fixes iss...Yanir Seroussi2015-11-191-1/+4