| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract media_stack pick into CommandBase | Tuncer Ayaz | 2019-11-21 | 4 | -36/+16 |
* | Allow media_stack in run_cargo_build_like_command | Tuncer Ayaz | 2019-11-21 | 1 | -1/+1 |
* | Implement `./mach check --media-stack` | Tuncer Ayaz | 2019-11-21 | 4 | -10/+26 |
* | Implement `./mach doc --media-stack={dummy|gstreamer}` | Tuncer Ayaz | 2019-11-21 | 1 | -1/+22 |
* | Fix needs_gstreamer_env() signature | Tuncer Ayaz | 2019-11-21 | 1 | -1/+1 |
* | Pass feature list to build_env() | Tuncer Ayaz | 2019-11-21 | 2 | -4/+6 |
* | Allow mach build to explicitly set the media stack | Alan Jeffrey | 2019-11-21 | 1 | -1/+18 |
* | Auto merge of #24692 - paulrouget:checkcpp-tc, r=jdm | bors-servo | 2019-11-21 | 2 | -36/+39 |
|\ |
|
| * | Run test-tidy on Windows | Paul Rouget | 2019-11-21 | 2 | -36/+39 |
* | | Prepend `-Ztimings=info`, don’t append, so it can be overridden | Simon Sapin | 2019-11-19 | 1 | -1/+3 |
|/ |
|
* | Update xargo | Manish Goregaokar | 2019-11-18 | 1 | -1/+1 |
* | Make Cargo print timing information to stdout | Simon Sapin | 2019-11-16 | 1 | -0/+3 |
* | Auto merge of #24711 - servo:rustc-dev, r=jdm | bors-servo | 2019-11-13 | 1 | -1/+1 |
|\ |
|
| * | Make `./mach rustup` install the rustc-dev component | Simon Sapin | 2019-11-12 | 1 | -1/+1 |
* | | Fix Debian bootstrap | Jan Andre Ikenmeyer | 2019-11-10 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #24662 - servo:tc-urls, r=jdm | bors-servo | 2019-11-05 | 1 | -1/+1 |
|\ |
|
| * | Always construct TC API URLs from $TASKCLUSTER_PROXY_URL or $TASKCLUSTER_ROOT... | Simon Sapin | 2019-11-05 | 1 | -1/+1 |
* | | remove allfiles option for clang-format | Paul Rouget | 2019-11-04 | 1 | -5/+3 |
|/ |
|
* | Auto merge of #24552 - paulrouget:clangformat, r=jdm | bors-servo | 2019-11-04 | 1 | -5/+47 |
|\ |
|
| * | Format support/hololens/ | Paul Rouget | 2019-11-04 | 1 | -1/+1 |
| * | Format CPP code with clang-format | Paul Rouget | 2019-10-30 | 1 | -5/+47 |
* | | Auto merge of #24619 - gabrielmartin:gabrielmartin-fix-linuxmint-bootstrap, r... | bors-servo | 2019-11-01 | 1 | -1/+1 |
|\ \ |
|
| * | | fix: adding a check for Linux Mint with a space | Gabe Martin | 2019-11-01 | 1 | -1/+1 |
| |/ |
|
* / | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 2 | -4/+7 |
|/ |
|
* | Auto merge of #24542 - jdm:angle-up, r=paulrouget | bors-servo | 2019-10-28 | 1 | -1/+1 |
|\ |
|
| * | Update to ANGLE 2.1.15 nuget package. | Josh Matthews | 2019-10-25 | 1 | -1/+1 |
* | | Update the maximum version of Ubuntu suppported to 19.10 | David Wagner | 2019-10-27 | 1 | -1/+1 |
|/ |
|
* | Add `./mach test-tidy --no-wpt`, for a git pre-push hook | Simon Sapin | 2019-10-24 | 1 | -2/+7 |
* | Use input() from six instead of raw_input to be compatible with Python3 | marmeladema | 2019-10-22 | 1 | -1/+2 |
* | Use 'byte' regexp pattern to match on 'byte' string | marmeladema | 2019-10-22 | 1 | -1/+1 |
* | Convert git sha hash to text to be compatible with Python3 | marmeladema | 2019-10-22 | 1 | -1/+1 |
* | Use six.text_type instead of str to check instance type | marmeladema | 2019-10-22 | 1 | -2/+2 |
* | Use linux_distribution() from distro package instead of builtin platform module | marmeladema | 2019-10-20 | 2 | -17/+24 |
* | Use relative import statements to be compatible with Python3 | marmeladema | 2019-10-20 | 1 | -1/+1 |
* | Replace call to execfile(...) by call to exec(compile(open(...))) | marmeladema | 2019-10-20 | 1 | -5/+5 |
* | Auto merge of #24447 - servo:uninit, r=nox | bors-servo | 2019-10-16 | 1 | -0/+4 |
|\ |
|
| * | Work around deprecation warnings caused by autocfg $RUSTFLAGS handling | Simon Sapin | 2019-10-15 | 1 | -0/+4 |
* | | Auto merge of #24435 - marmeladema:issue-23607/compat, r=jdm | bors-servo | 2019-10-16 | 10 | -44/+51 |
|\ \ |
|
| * | | Fix StringIO module import to be compatible with Python3 | marmeladema | 2019-10-16 | 1 | -2/+2 |
| * | | Use iteritems from six module for Python3 compatibility | marmeladema | 2019-10-16 | 1 | -3/+4 |
| * | | Use octal literal syntax compatible with Python3 | marmeladema | 2019-10-16 | 1 | -1/+1 |
| * | | Fix except statement in order to be compatible with Python3 | marmeladema | 2019-10-16 | 2 | -4/+4 |
| * | | Use urllib from six module in order to be compatible with Python3 | marmeladema | 2019-10-16 | 8 | -28/+28 |
| * | | Improve print statement compatibility with Python3 | marmeladema | 2019-10-16 | 3 | -8/+14 |
| |/ |
|
* | | Auto merge of #24451 - servo:jdm-patch-36, r=manishearth | bors-servo | 2019-10-16 | 1 | -2/+16 |
|\ \ |
|
| * | | Fix syntax error. | Josh Matthews | 2019-10-15 | 1 | -1/+1 |
| * | | Restore convenience UWP build flags. | Josh Matthews | 2019-10-15 | 1 | -2/+16 |
| |/ |
|
* / | Allow setting GST_DEBUG on Android through mach | Fernando Jiménez Moreno | 2019-10-14 | 1 | -0/+3 |
|/ |
|
* | Support building UWP with native UWP rustc target. | Josh Matthews | 2019-10-12 | 3 | -17/+16 |
* | Create a zip of all UWP packaging artifacts. | Josh Matthews | 2019-10-10 | 1 | -1/+9 |