Robert Schumacher
c4caf29213
[vcpkg] Fix temporary download directory when vcpkg is located at the root of a drive
2018-05-01 00:27:23 -07:00
Alexander Karatarakis
aaad944e5a
Merge pull request #3358 from fbudin69500/DetectAllOldVersionsOfGCC
...
Require the version of g++ to be at least 6
2018-04-30 20:40:50 -07:00
Alexander Karatarakis
468bfeb56e
[Clean patching] Each portref-patchset combo gets its own hash-based directory
2018-04-27 22:52:55 -07:00
Alexander Karatarakis
08afae2a7a
Bump version of git to 2.17.0 (was 2.16.2)
2018-04-27 16:18:03 -07:00
Francois Budin
540a32c841
Require the version of g++ to be at least 6
...
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-27 13:00:41 -04:00
Alexander Karatarakis
ef59460782
[bootstrap.sh] Minor refactoring for clarity
2018-04-25 22:23:45 -07:00
Alexander Karatarakis
aa423c999b
Merge pull request #3329 from rudilee/master
...
Checking for sha512sum on OS which doesn't have shasum
2018-04-25 21:26:24 -07:00
Alexander Karatarakis
c78a609dab
[sh] Tweak so only the sh forwarder needs to be +x
2018-04-26 02:11:04 +00:00
Rudi Lee
6a3c1db30b
Checking for sha512sum on OS which doesn't have shasum
2018-04-26 07:38:45 +07:00
Alexander Karatarakis
b5e4c4c7cf
[find_acquire.cmake] Fix ninja path for mac
2018-04-24 16:05:02 -07:00
Alexander Karatarakis
f12ded7fd0
[sh] Fix permission
2018-04-24 22:44:46 +00:00
Alexander Karatarakis
a11086e3b9
Introduce bootstrap.sh
2018-04-23 19:00:56 -07:00
Alexander Karatarakis
d84e86a910
Fix grpc lookup (case-insensitive)
2018-04-23 18:43:05 -07:00
Alexander Karatarakis
d2f69445b6
Retry the wsl workaround up to 10 times
2018-04-23 18:43:05 -07:00
Jonathan Hale
3a3fa5cd8f
[magnum] Properly deploy plugins ( #3191 )
...
* [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-18 19:33:12 -07:00
John Farrier
a4b35f14ba
Upgrade Celero to v2.2.0 ( #3259 )
...
* Upgrade Celero to v2.2.0
* [celero] Fix installed cmake targets
2018-04-17 16:11:18 -07:00
Alexander Karatarakis
dc207a2c89
Restore powershell extracting because shell may not be available (see #3252 )
2018-04-12 18:15:38 -07:00
Alexander Karatarakis
401e7a0e7c
[vcpkg_build_cmake] Add workaround for WSL filesystem issues
2018-04-10 15:38:58 -07:00
Robert Schumacher
58be848276
[vcpkg] Always use -c65001 for the resource compiler on windows. Fixes #3221 .
2018-04-10 10:52:19 -07:00
Robert Schumacher
bb054e645d
[vcpkg] Don't pass /utf-8 to VS 2013
2018-04-10 10:34:05 -07:00
Alexander Karatarakis
908e714980
Fix typo
2018-04-09 22:14:47 -07:00
Alexander Karatarakis
1e1899c3a2
[ps1] Handle "downloading" local files
...
Fixes #3230
2018-04-08 15:14:21 -07:00
Alexander Karatarakis
3403204873
Update vswhere.exe to 2.4.1
2018-04-06 20:36:07 -07:00
Alexander Karatarakis
f63994db6c
Update nuget.exe to 4.6.2
2018-04-06 20:34:06 -07:00
Alexander Karatarakis
d5a1e10541
[ps1] Verify hash for already present files. Dont check for path twice
2018-04-06 19:31:19 -07:00
Alexander Karatarakis
7d5c33cf1b
[vcpkgTools.xml] Bump version to "2"
2018-04-06 17:26:58 -07:00
Alexander Karatarakis
3f6f9f3f4d
[metrics] Use new string-hash functions instead of ps1 script
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
3a9be92f7e
[fetchTool.ps1] Move downloaded file in place after hash check
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
5b78dfaf68
[fetchTool] Extract aria2 with shell
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
e6ed2f8902
[find_acquire] Fix ninja path
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
ab9dd6e6eb
[find_acquire] Extract variable
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
408cd5ccb8
[vcpkgTools.xml] requiredVersion -> version
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
2fa16cda18
[vcpkgTools.xml] Change sha256 to sha512
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
863a8f3329
[vcpkgTools.xml] Rename archiveRelativePath to archiveName
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
23c2b82535
[vcpkgTools.xml] Add os="windows" to relevant entries
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
e3099b458b
Use 7zip920 instead of 7zr
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
54c68da907
Use aria2 to do downloads (other than aria2 itself, 7za and 7zr)
2018-04-06 17:24:45 -07:00
Alexander Karatarakis
31377dee20
Use 7z for extracting. Extract tools in downloads/tools
2018-04-06 17:24:45 -07:00
Robert Schumacher
35f5a0de53
[vcpkg-cmake-toolchain] Remove some hardcoded find_package helpers and guard all remaining ones
2018-04-05 21:39:47 -07:00
Jacob Zhong
8754105991
[vcpkg] Remove log files when downloading succeeds.
2018-04-02 18:48:14 -07:00
Jacob Zhong
892f7052f9
[vcpkg] Add support of external downloader aria2
2018-04-02 18:48:14 -07:00
Alexander Karatarakis
800f8b0e1d
Specify ninja exe
2018-03-30 17:46:13 -07:00
Alexander Karatarakis
f9d4692749
[vcpkg.cmake] Remove Windows SDK detection. Let cmake detect it
2018-03-29 21:14:06 -07:00
Alexander Karatarakis
3e1104465e
Add ninja to vcpkgTools.xml
2018-03-28 18:51:14 -07:00
Alexander Karatarakis
12d862ab2b
[ps1] Revert function removal
2018-03-27 18:08:05 -07:00
Alexander Karatarakis
c814c9b8ac
[vcpkgTools.xml] Restructre os-specific info
2018-03-27 17:54:16 -07:00
Alexander Karatarakis
45d31162c2
[ps1] Remove extraneous function
2018-03-27 17:48:33 -07:00
Robert Schumacher
cfd0d9c0e2
[vcpkg-find-acquire-program] Update version of YASM
2018-03-27 08:41:23 -07:00
Alexander Karatarakis
72194ae8a0
[ps1] More fixes/tweaks
2018-03-27 04:08:57 -07:00
Alexander Karatarakis
7275877332
[ps1] Fixes/tweaks
2018-03-27 03:04:05 -07:00