| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-12 | [vcpkg] Add support for muslc, static crt linkage, and forcing the system ↵ | Robert Schumacher | |
| binaries for cmake and ninja | |||
| 2018-12-11 | Allow redirection of the downloads folder with an environment variable. (#4883) | Billy O'Neal | |
| * Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp. * Pass the downloads directory from VcpkgPaths to cmake. * Also fixup bootstrap on *nix. * Make error message a little prettier. * Make that bash script actually work :) * [vcpkg] Alter Optional<> usage style * [vcpkg-docs] Add section on Environment Variables to the docs | |||
| 2018-12-11 | Fix unterminated quoted string in bootstrapping script. (#4946) | Michael Hofmann | |
| 2018-12-10 | Include instructions for CentOS bootstrapping (#4892) | Andrew Sayman | |
| Currently only includes Ubuntu or apt oriented system. CentOS provides similarly working compilers through devtoolsets. | |||
| 2018-06-11 | Improve disableMetrics propagation when consuming CMakeLists directly | Alexander Karatarakis | |
| 2018-06-08 | Add -disableMetrics for linux | Alexander Karatarakis | |
| 2018-05-16 | [bootstrap.sh] Fix whitespace-in-path issues | Alexander Karatarakis | |
| 2018-05-15 | [bootstrap-vcpkg.sh] Find g++-8. Fixes #3486. | Robert Schumacher | |
| 2018-04-27 | Require the version of g++ to be at least 6 | Francois Budin | |
| On Ubuntu 16.04, old versions of g++ such as 4.9 are available. Other Linux distributions may also ship with g++ versions older than 5. With the previous test, the bootstrap script was not failing fast and instead was starting to compile vcpkg before it encountered the unsupported flag -std=c++1z. The error message was not very explicit and that was making it difficult to the developer to understand what the problem was. However, when using g++ 5, an clear error message was printed to help the user. This commit shows the helpful error message anytime g++ is older than version 6. | |||
| 2018-04-25 | [bootstrap.sh] Minor refactoring for clarity | Alexander Karatarakis | |
| 2018-04-25 | Merge pull request #3329 from rudilee/master | Alexander Karatarakis | |
| Checking for sha512sum on OS which doesn't have shasum | |||
| 2018-04-26 | [sh] Tweak so only the sh forwarder needs to be +x | Alexander Karatarakis | |
| 2018-04-26 | Checking for sha512sum on OS which doesn't have shasum | Rudi Lee | |
| 2018-04-24 | [sh] Fix permission | Alexander Karatarakis | |
| 2018-04-23 | Introduce bootstrap.sh | Alexander Karatarakis | |
