Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vendor UWP GStreamer binaries. | Josh Matthews | 2019-07-27 | 1 | -0/+1 |
| | |||||
* | Use openssl dependency that works on arm64. | Josh Matthews | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Upgrade to LLVM 8 on Windows. | Josh Matthews | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Switch windows openssl binaries to ones generated by vcpkg. | Josh Matthews | 2019-05-31 | 1 | -1/+1 |
| | |||||
* | Update cmake for MSVC builds. | Josh Matthews | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Upgrade LLVM on windows. | Josh Matthews | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Update MPL license to https (part 1) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Upgraded to SM 60 | Alan Jeffrey | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | build(servo): bump up llvm to 6.0.0 | OJ Kwon | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Updated to mozjs v0.7.1. | Alan Jeffrey | 2018-05-30 | 1 | -0/+1 |
| | |||||
* | Remove more deprecated Windows GNU code/docs | Aneesh Agrawal | 2017-04-16 | 1 | -15/+0 |
| | |||||
* | Update cmake to 3.7.2 | UK992 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | Update Hyper and OpenSSL | ddh | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Remove freetype dependency on Windows | UK992 | 2017-02-06 | 1 | -1/+0 |
| | |||||
* | Clean up and simplify existing `mach bootstrap` | Aneesh Agrawal | 2017-01-15 | 1 | -0/+26 |
- Default to interactive mode and remove the `--interactive` flag - Use `--force` to skip interactivity - Change MSVC dependency storage organization on disk: put each version into its own folder and directly refer to the versioned folders, providing immutability and making the installation list redundant - Reuse `host_triple()` function to fix broken bootstrapper dispatching - Simplify code: - Remove or inline many unused and redudant functions and variables - Prefer plain functions to classes - Consolidate into fewer files, remove unnecessary bootstrapper/ dir - Improve Python style - Sort dependency list |