aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
Commit message (Collapse)AuthorAgeFilesLines
* Update xargoManish Goregaokar2019-11-181-1/+1
|
* Support building UWP with native UWP rustc target.Josh Matthews2019-10-121-0/+1
|
* Update to UWP compatible OpenSSL build.Josh Matthews2019-10-021-1/+1
|
* Bump gstreamer-uwp msvc-package to 1.16.0.5Manish Goregaokar2019-10-011-1/+1
| | | | This new package contains a hacky gstreamer-webrtc-1.0.pc file so that we can still do self-contained builds without relying on external PKG_CONFIG_PATH.
* Use updated gstreamer binaries for UWP.Josh Matthews2019-09-111-1/+1
|
* Added support to download nuget and added python code to automate the x64 ↵angelortiz10072019-08-211-0/+1
| | | | and arm64 mach build -r/-d --uwp build process.
* Use packaged OpenXRManish Goregaokar2019-08-121-0/+1
|
* 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