aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
Commit message (Collapse)AuthorAgeFilesLines
* Vendor UWP GStreamer binaries.Josh Matthews2019-07-271-0/+1
|
* Use openssl dependency that works on arm64.Josh Matthews2019-07-231-1/+1
|
* Upgrade to LLVM 8 on Windows.Josh Matthews2019-06-111-1/+1
|
* Switch windows openssl binaries to ones generated by vcpkg.Josh Matthews2019-05-311-1/+1
|
* Update cmake for MSVC builds.Josh Matthews2019-04-241-1/+1
|
* Upgrade LLVM on windows.Josh Matthews2019-01-241-1/+1
|
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Upgraded to SM 60Alan Jeffrey2018-08-201-1/+1
|
* build(servo): bump up llvm to 6.0.0OJ Kwon2018-06-011-1/+1
|
* Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-0/+1
|
* Remove more deprecated Windows GNU code/docsAneesh Agrawal2017-04-161-15/+0
|
* Update cmake to 3.7.2UK9922017-04-111-1/+1
|
* Update Hyper and OpenSSLddh2017-03-311-1/+1
|
* Remove freetype dependency on WindowsUK9922017-02-061-1/+0
|
* Clean up and simplify existing `mach bootstrap`Aneesh Agrawal2017-01-151-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