Alexander Karatarakis
627e91a08f
Util::unused() for commands that don't have arguments
2018-04-07 02:51:36 -07:00
Alexander Karatarakis
4e4afa29bf
[build.cpp] Clang tidy fixes
2018-04-07 02:47:31 -07:00
Alexander Karatarakis
30e516cd61
constructor order of init
2018-04-07 02:39:23 -07:00
Alexander Karatarakis
9725e59b99
[system.cpp] Naming convention, const, auto&
2018-04-07 02:37:02 -07:00
Alexander Karatarakis
4f1c5e0b9a
Use <ctime> instead of <time.h>. Default construct.
2018-04-07 02:32:40 -07:00
Alexander Karatarakis
84a0eaa0f2
[cofffilereader.cpp] static const -> static constexpr
2018-04-07 02:20:25 -07:00
Alexander Karatarakis
d1420efa9f
fs.beg -> std::festream::beg
2018-04-07 02:18:46 -07:00
Alexander Karatarakis
fc27c9dd5c
[cofffilereader] Use StringLiteral
2018-04-07 02:18:07 -07:00
Alexander Karatarakis
2076dfe376
Naming convention
2018-04-07 02:16:30 -07:00
Alexander Karatarakis
a64b160c67
Use auto on left side when casting on right side
2018-04-07 02:13:41 -07:00
Alexander Karatarakis
87f7f23d07
const/auto
2018-04-07 02:10:23 -07:00
Alexander Karatarakis
fcdf4637ed
Default construct std::array()
2018-04-07 02:07:40 -07:00
Alexander Karatarakis
7a19c72ca9
Rename. Remove stray semicolon
2018-04-07 02:03:59 -07:00
Alexander Karatarakis
fe083492e8
Merge pull request #3222 from jasjuang/openvr
...
[openvr] update to 1.0.14
2018-04-07 01:35:44 -07:00
Alexander Karatarakis
c138b3f78a
Merge pull request #3223 from jasjuang/tinyxml2
...
[tinyxml2] update to 6.2.0
2018-04-07 01:34:37 -07:00
jasjuang
59e574ceb3
[tinyxml2] update to 6.2.0
2018-04-06 23:42:03 -07:00
jasjuang
0b7fc2f661
[openvr] update to 1.0.14
2018-04-06 23:36:43 -07:00
Alexander Karatarakis
479ed417d9
[vcpkg hash] formatting
2018-04-06 22:54:27 -07:00
Alexander Karatarakis
bab554a8b3
[vcpkg hash] Process in C++ instead of calling awk
2018-04-06 22:53:29 -07:00
Robert Schumacher
740622dd73
[aws-sdk-cpp][catch2][exiv2][forest][nuklear][rs-core-lib][thrift] Upgrades
2018-04-06 20:41:59 -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
15e4f46b45
Update CHANGELOG and bump version to v0.0.108
2018-04-06 19:31:20 -07:00
Alexander Karatarakis
402bbbc1e2
[Checks] Take parameter by ref
2018-04-06 19:31:20 -07:00
Alexander Karatarakis
be2ea0373f
#ifdef linux-specific code
2018-04-06 19:31:19 -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
b87aeb77de
[vcpkg.exe] Verify hash for already present files. Dont check for path twice
2018-04-06 19:31:19 -07:00
Alexander Karatarakis
5d96ff1229
[fetch] Don't attempt to download on unknown OSes
2018-04-06 19:31:13 -07:00
Alexander Karatarakis
80f16f769e
Use Cache class
2018-04-06 17:26:59 -07:00
Alexander Karatarakis
ba432c23bc
Fix spacing in error message
2018-04-06 17:26:59 -07:00
Alexander Karatarakis
d11014e2ae
Don't ignore fs.rename() errors
2018-04-06 17:26:59 -07:00
Alexander Karatarakis
ee75dd08d3
Improve error message
2018-04-06 17:26:58 -07:00
Alexander Karatarakis
7d5c33cf1b
[vcpkgTools.xml] Bump version to "2"
2018-04-06 17:26:58 -07:00
Alexander Karatarakis
1bfb01cfee
[vcpkg hash] Add sanity checking
2018-04-06 17:26:58 -07:00
Alexander Karatarakis
ec790eb171
[vcpkg hash] Refactor to reduce repetition. Allow simple chars in get_string_hash() for now.
2018-04-06 17:26:58 -07:00
Alexander Karatarakis
ca9503b9d7
[vcpkg hash] Refactor and tweaks in BCryptHasher.
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
c1257f988a
[vcpkg hash] Refactor to reduce code duplication
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
e712308554
[vcpkg hash] Add string hashing (as opposed to file hashing)
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
870fa61e01
[vcpkg hash] Don't use cmake for non-windows hashes. Use shasum instead
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
7cfc53a45e
[vcpkg.exe] Move downloaded file in place after hash check
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
b217246f70
[vcpkg.exe] Hash check after downloading a tool
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
0108d6ea28
Disable vcpkg fetch for now
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
540ab52789
Fix #ifdef'ed references to get_tool_exe()
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
da9d1c4675
Misc archiveRelativePath->archiveName renames
2018-04-06 17:24:46 -07:00
Alexander Karatarakis
32404eee69
[vcpkgTools.xml] Verify the version field
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
0c0f68939e
Introduce "vcpkg fetch"
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
Alexander Karatarakis
997fddb3c1
[aws-sdk-cpp] Fix linux
2018-04-06 14:44:01 -07:00
Robert Schumacher
89201f4aec
[abseil][aws-sdk-cpp][azure-c-shared-utility][azure-iot-sdk-c][azure-uamqp-c][azure-umqtt-c][breakpad][exiv2][gdcm2][grpc][nuklear][rocksdb][rs-core-lib][thrift][zeromq] Upgrades
2018-04-05 22:02:37 -07:00
Robert Schumacher
2e354dd233
[shogun] Require python3
2018-04-05 21:54:56 -07:00
George Fotopoulos
09c9d1b75d
[forest] Update to version 7.0.1 ( #3208 )
...
* Update portfile.cmake
* [forest] Update to version 7.0.1
* [forest] Use vcpkg_from_github
2018-04-05 21:43:26 -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
Robert Schumacher
47ee755807
[tbb] Use exact hash to avoid tag changes
2018-04-05 21:25:55 -07:00
RT222
708f7c66c8
[icu] Update to version 61.1
2018-04-06 03:08:01 +02:00
RT222
be4f6f3ffc
Delete pugixmlapi.patch
2018-04-06 02:57:39 +02:00
Robert Schumacher
d953c7869d
[asio] Avoid boost dependency by always specifying ASIO_STANDALONE
2018-04-05 17:56:16 -07:00
Robert Schumacher
9ec84ff4b9
[shogun] Remove --trace
2018-04-05 17:49:37 -07:00
Robert Schumacher
497b8fc91c
[shogun] Disable openblas in x86 to enable builds
2018-04-05 17:49:15 -07:00
RT222
e80db08066
[pugixml] Update to version 1.9
2018-04-06 02:43:49 +02:00
RT222
e37137b5ba
[sol] Update to version 2.19.5
2018-04-06 02:43:11 +02:00
Robert Schumacher
3baf583934
[openal-soft] Fix cmake 3.11 issue
2018-04-04 21:06:00 -07:00
Robert Schumacher
1f7d155b5f
[libiconv][libxml2] Fix libxml2 on Linux and OSX
2018-04-04 17:57:54 -07:00
Robert Schumacher
1a296f33e6
[theia] Avoid injecting ceres[suitesparse] into 32-bit ci builds
2018-04-04 16:51:10 -07:00
Wimok Nupphiboon
30b56c8614
Merge remote-tracking branch 'origin/master'
2018-04-04 20:09:49 +07:00
Josue Andrade Gomes
8825e659a6
GraphicsMagick 1.3.28
2018-04-04 09:56:32 -03:00
Alexander Karatarakis
599aea98c9
Add missing quotes
2018-04-03 15:30:24 -07:00
Alexander Karatarakis
385df0b02b
Add vcpkg edit --all
2018-04-03 15:28:47 -07:00
Alexander Karatarakis
410c547fa1
Use -L on curl
2018-04-03 15:19:16 -07:00
Robert Schumacher
d1ecca1c7d
[abseil][aws-sdk-cpp][clara][eastl][exiv2][libuv][nuklear][openimageio][thrift] Upgrades
2018-04-03 12:36:28 -07:00
pravic
182450ab64
[sqlite3] update to 3.23.0
2018-04-03 15:38:05 +03:00
Carlos O'Ryan
79a77a0bb7
Add google-cloud-cpp package ( #3099 )
...
* Initial port for google-cloud-cpp
* Use pre-release tag instead of commit sha1.
* Fix version.
* [google-cloud-cpp] Portfile improvements
* [google-cloud-cpp] Update to 0.1.0
2018-04-02 20:29:14 -07:00
Koby Kahane
a143d1a7fc
[gtest] Fix missing debug information ( #3148 )
...
* [gtest] Fix missing debug information
Patch a CMake file in gtest not to override the /Z7 compiler option that embeds debug info in the .lib with /Zi that places it in a .pdb. This fixes linker warning LNK4099 when linking with gmock.lib.
* [gtest] Bump version to include Zi change
2018-04-02 19:34:51 -07:00
Arkady Shapkin
5715b6023b
[theia] Fix build ( #3141 )
2018-04-02 19:32:08 -07:00
Alexander Karatarakis
7c30899f10
Merge pull request #2963 from cmpute/vcpkg-enhance
...
Add support of external downloader aria2
2018-04-02 18:49:30 -07:00
Alexander Karatarakis
7849f5da1e
[aria2] Use --x-use-aria2 instead of --use-aria2 for now
2018-04-02 18:48:14 -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
adccba04db
[vcpkg.exe] Look for vcpkgTools in downloads/tools/$toolname-$toolversion
...
(only non-windows currently)
2018-04-02 18:47:37 -07:00
Robert Schumacher
0c792e4b39
[aws-sdk-cpp][discord-rpc][thrift] Upgrades
2018-04-02 16:43:10 -07:00
Koby Kahane
c4aaab17b4
[rocksdb] Make zlib support an optional feature ( #3189 )
...
* [rocksdb] Make zlib support an optional feature.
* [rocksdb] Add zlib as a default feature
2018-04-02 16:32:41 -07:00
pravic
55d79020c4
[sciter] Update to 4.1.5.5856 ( #3186 )
2018-04-02 16:21:40 -07:00
Alexander Karatarakis
4a9feaa240
Allow usage of os="windows" in vcpkgTools.xml from vcpkg.exe
...
(use-cases in powershell still need to be modified)
2018-03-30 18:44:22 -07:00
Alexander Karatarakis
800f8b0e1d
Specify ninja exe
2018-03-30 17:46:13 -07:00
Oleksandr
c8f164fd91
Add mhook library. ( #3178 )
...
* Add mhook library.
* [mhook] Prefer ninja
2018-03-30 17:02:41 -07:00
Youngho Kim
a8ae8773c5
add Mosquitto library for IoT ( #3127 )
...
* initial commit of 1.4.15 for mosquitto lib.
initial commit of 1.4.15 for mosquitto lib.
* bug fixed for win64 on mosquitto and install error
bug fixed for win64 on mosquitto and install error
* [mosquitto] Use patches to simplify portfile.
2018-03-30 16:34:51 -07:00
weiqiang
8d0764cca8
update libvpx 1.7.0 ( #3172 )
2018-03-30 15:27:40 -07:00
Robert Schumacher
eea766d2d0
[folly][rocksdb] Fix lz4+snappy support
2018-03-30 15:24:36 -07:00
Robert Schumacher
cf9987e21a
[openssl] Do not pull in winsock.h from rand.h
2018-03-30 15:21:30 -07:00
Alexander Karatarakis
35bbd4015a
Improve message for appleclang
2018-03-30 14:46:43 -07:00