aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
Commit message (Collapse)AuthorAgeFilesLines
* 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