aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-05-04git for linux/osx version moved to vcpkgTools.xmlAlexander Karatarakis
2018-05-01[vcpkg] Fix temporary download directory when vcpkg is located at the root ↵Robert Schumacher
of a drive
2018-04-30Merge pull request #3358 from fbudin69500/DetectAllOldVersionsOfGCCAlexander Karatarakis
Require the version of g++ to be at least 6
2018-04-27[Clean patching] Each portref-patchset combo gets its own hash-based directoryAlexander Karatarakis
2018-04-27Bump version of git to 2.17.0 (was 2.16.2)Alexander Karatarakis
2018-04-27Require the version of g++ to be at least 6Francois 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 clarityAlexander Karatarakis
2018-04-25Merge pull request #3329 from rudilee/masterAlexander Karatarakis
Checking for sha512sum on OS which doesn't have shasum
2018-04-26[sh] Tweak so only the sh forwarder needs to be +xAlexander Karatarakis
2018-04-26Checking for sha512sum on OS which doesn't have shasumRudi Lee
2018-04-24[find_acquire.cmake] Fix ninja path for macAlexander Karatarakis
2018-04-24[sh] Fix permissionAlexander Karatarakis
2018-04-23Introduce bootstrap.shAlexander Karatarakis
2018-04-23Fix grpc lookup (case-insensitive)Alexander Karatarakis
2018-04-23Retry the wsl workaround up to 10 timesAlexander Karatarakis
2018-04-18[magnum] Properly deploy plugins (#3191)Jonathan Hale
* [magnum] Properly deploy magnum plugins Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add tinygltfimporter feature Signed-off-by: Squareys <squareys@googlemail.com> * [magnum][magnum-plugins] Add features: trade and any* Prepares upcoming move of those sublibraries and allows building --head immediately. For current release this only adds some unused cmake flags that will be ignored. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Add gl feature, cleanup dependencies, mark upcoming features And sort features alphabetically. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Prepare renaming of static flag for --head installs Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Add two missing feature dependencies Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Enable magnum[any*] features by default Signed-off-by: Squareys <squareys@googlemail.com>
2018-04-17Upgrade Celero to v2.2.0 (#3259)John Farrier
* Upgrade Celero to v2.2.0 * [celero] Fix installed cmake targets
2018-04-12Restore powershell extracting because shell may not be available (see #3252)Alexander Karatarakis
2018-04-10[vcpkg_build_cmake] Add workaround for WSL filesystem issuesAlexander Karatarakis
2018-04-10[vcpkg] Always use -c65001 for the resource compiler on windows. Fixes #3221.Robert Schumacher
2018-04-10[vcpkg] Don't pass /utf-8 to VS 2013Robert Schumacher
2018-04-09Fix typoAlexander Karatarakis
2018-04-08[ps1] Handle "downloading" local filesAlexander Karatarakis
Fixes #3230
2018-04-06Update vswhere.exe to 2.4.1Alexander Karatarakis
2018-04-06Update nuget.exe to 4.6.2Alexander Karatarakis
2018-04-06[ps1] Verify hash for already present files. Dont check for path twiceAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Bump version to "2"Alexander Karatarakis
2018-04-06[metrics] Use new string-hash functions instead of ps1 scriptAlexander Karatarakis
2018-04-06[fetchTool.ps1] Move downloaded file in place after hash checkAlexander Karatarakis
2018-04-06[fetchTool] Extract aria2 with shellAlexander Karatarakis
2018-04-06[find_acquire] Fix ninja pathAlexander Karatarakis
2018-04-06[find_acquire] Extract variableAlexander Karatarakis
2018-04-06[vcpkgTools.xml] requiredVersion -> versionAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Change sha256 to sha512Alexander Karatarakis
2018-04-06[vcpkgTools.xml] Rename archiveRelativePath to archiveNameAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Add os="windows" to relevant entriesAlexander Karatarakis
2018-04-06Use 7zip920 instead of 7zrAlexander Karatarakis
2018-04-06Use aria2 to do downloads (other than aria2 itself, 7za and 7zr)Alexander Karatarakis
2018-04-06Use 7z for extracting. Extract tools in downloads/toolsAlexander Karatarakis
2018-04-05[vcpkg-cmake-toolchain] Remove some hardcoded find_package helpers and guard ↵Robert Schumacher
all remaining ones
2018-04-02[vcpkg] Remove log files when downloading succeeds.Jacob Zhong
2018-04-02[vcpkg] Add support of external downloader aria2Jacob Zhong
2018-03-30Specify ninja exeAlexander Karatarakis
2018-03-29[vcpkg.cmake] Remove Windows SDK detection. Let cmake detect itAlexander Karatarakis
2018-03-28Add ninja to vcpkgTools.xmlAlexander Karatarakis
2018-03-27[ps1] Revert function removalAlexander Karatarakis
2018-03-27[vcpkgTools.xml] Restructre os-specific infoAlexander Karatarakis
2018-03-27[ps1] Remove extraneous functionAlexander Karatarakis
2018-03-27[vcpkg-find-acquire-program] Update version of YASMRobert Schumacher
2018-03-27[ps1] More fixes/tweaksAlexander Karatarakis