aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-05-19[ps1] Move variable close to where it is setAlexander Karatarakis
2018-05-19Rename ps1 fileAlexander Karatarakis
2018-05-19Remove unused internalCI.ps1Alexander Karatarakis
2018-05-19Inline variableAlexander Karatarakis
2018-05-19[bootstrap.ps1] Remove unneeded <sol> <eol>Alexander Karatarakis
it was used for communication with vcpkg
2018-05-19Remove stray entriesAlexander Karatarakis
2018-05-19Merge VcpkgPowershellUtils into bootstrap.ps1Alexander Karatarakis
2018-05-19Merge getVisualStudioInstances into bootstrap.ps1Alexander Karatarakis
2018-05-19Merge getWindowsSDK into bootstrap.ps1Alexander Karatarakis
2018-05-19[vcpkg_get_windows_sdk] Don't call powershell. Deduce from envAlexander Karatarakis
2018-05-17Merge pull request #3522 from KindDragon/openexr-linuxAlexander Karatarakis
[openexr] Fix linux build
2018-05-16[ps1] Fix error when vs140comntools is not availableAlexander Karatarakis
2018-05-16[ps1] Add missing "include"Alexander Karatarakis
2018-05-16[openexr] Fix linux buildArkady Shapkin
2018-05-15[vcpkg] Significantly reduce usage of powershell. Reduce console font ↵Alexander Karatarakis
switching bug
2018-05-16[bootstrap.sh] Fix whitespace-in-path issuesAlexander Karatarakis
2018-05-15[bootstrap-vcpkg.sh] Find g++-8. Fixes #3486.Robert Schumacher
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