Commit Graph

5970 Commits

Author SHA1 Message Date
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
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
Robert Schumacher
0842b6c327 [tesseract] Automatically link ws2_32 to prevent missing symbol issues in clients. 2018-03-30 14:43:42 -07:00
Alexander Karatarakis
f9d4692749 [vcpkg.cmake] Remove Windows SDK detection. Let cmake detect it 2018-03-29 21:14:06 -07:00
Robert Schumacher
ca58367c9a [cryptopp] Fix UWP builds 2018-03-29 18:34:38 -07:00
Alexander Karatarakis
ba7b8e6d73 Add message for appleclang versions that don't support std::filesystem 2018-03-29 15:29:16 -07:00
Alexander Karatarakis
6c118ba771 [unrar/recast/yoga] Bump version, fix whitespace 2018-03-29 14:08:21 -07:00
Alexander Karatarakis
a9e91af50b
Merge pull request #3130 from Alisayyy-Yang/fixrecast
force static build when dynamic about recast
2018-03-29 14:05:51 -07:00
Alexander Karatarakis
0a37c239bf
Merge pull request #3131 from Alisayyy-Yang/fixYoga
force static build when dynamic for the yoga
2018-03-29 14:04:47 -07:00
Alexander Karatarakis
e48a58b271
Merge pull request #3160 from Alisayyy-Yang/fixUnrar
Unrar buildsystem doesn't support static building. Building dynamic
2018-03-29 13:55:36 -07:00
Krzysztof Czurylo
e90c5e61ea [pmdk] Rename and update to version 1.4 (#3173)
* [pmdk] Rename and update to version 1.4

The NVML project has been renamed to PMDK (Persistent Memory
Development Kit).  PMDK version 1.4 is the first official release
with the new name.

* [pmdk] Use vcpkg_from_github more -- avoid separate variable declarations
2018-03-29 13:52:58 -07:00
Robert Schumacher
3d87445cb0 [abseil][aws-sdk-cpp][exiv2][rs-core-lib][tbb][thrift][zeromq] Upgrades 2018-03-29 13:17:53 -07:00
Koby Kahane
2e4d839dc5 [cryptopp] Update to 6.1.0 (#3171)
* [cryptopp] Update to 6.1.0

The CMake files for CryptoPP that were previously built into the project are now available separately in cryptopp-cmake, so we pick them up from there.

* [cryptopp] USe ninja, fixup_cmake_targets
2018-03-29 10:57:32 -07:00
Robert Schumacher
10e77be9fa [folly] Add missing files. 2018-03-28 19:28:59 -07:00
Alexander Karatarakis
3e1104465e Add ninja to vcpkgTools.xml 2018-03-28 18:51:14 -07:00
Robert Schumacher
36dddad940 [abseil][aws-sdk-cpp][breakpad][exiv2][nuklear][zeromq] Upgrades 2018-03-28 17:43:24 -07:00
Robert Schumacher
b955609dda [qwt] Requires qt5-tools for designer 2018-03-28 17:41:17 -07:00
Arkady Shapkin
6a3921c85a [folly] Update to version 2018.03.19.00 (#3094)
* [folly] Update to version 2018.03.19.00

* [folly] Add zlib default feature. Disable unexpected packages and handle features.
2018-03-28 16:47:49 -07:00
Robert Schumacher
ba47c71551 [qt5] Remove absolute paths from .prl files 2018-03-28 09:37:08 -07:00
Robert Schumacher
1bec90d155 [openssl] Update to 1.0.2o 2018-03-28 09:34:26 -07:00
Robert Schumacher
0e8481c1df [dlib] Disable shared linkage 2018-03-28 08:55:47 -07:00
AlISA Yang
db2694fb23 Unrar buildsystem doesn't support static building. Building dynamic instead 2018-03-28 00:39:45 -07:00
Alexander Karatarakis
398a972357 Update CHANGELOG and bump version to v0.0.107 2018-03-27 21:48:48 -07:00
Alexander Karatarakis
ee1409f432 Hotfix #3144 2018-03-27 21:39:23 -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
26187d1bed [qt5-base] Fix pcre2 reference on non-Windows 2018-03-27 09:09:38 -07:00