Commit Graph

3873 Commits

Author SHA1 Message Date
Alexander Karatarakis
9ccad4304e [directxmesh] Update to latest version. Resolves VS15.7 issues 2018-04-10 19:05:18 -07:00
Alexander Karatarakis
bb7501a37e [protobuf] Fix for linux/osx 2018-04-10 15:05:47 -07:00
Robert Schumacher
b4aad86642 [forest] Revise description. Fixes #3235 2018-04-10 10:58:48 -07:00
chausner
eda41aa2ca Add liblinear package (#3229) 2018-04-10 10:56:24 -07:00
Gabor Cseh
6d0d3b1d2c At static build now the bin directories are removed. (#3240) 2018-04-10 10:49:55 -07:00
RT222
504b4b797a [yoga] Update to 1.8.0 (#3234) 2018-04-10 10:31:57 -07:00
Robert Schumacher
05edef9223 [abseil][aws-sdk-cpp][exiv2][forest][jsonnet][rs-core-lib][thrift][unicorn-lib] Upgrades 2018-04-09 22:56:38 -07:00
Alexander Karatarakis
5a3809b583
Merge pull request #3200 from josuegomes/graphicsmagick-1.3.28
GraphicsMagick 1.3.28
2018-04-09 21:25:22 -07:00
Alexander Karatarakis
84f732be7d
Merge pull request #3194 from pravic/sqlite
[sqlite3] update to 3.23.0
2018-04-09 21:18:39 -07:00
Robert Schumacher
aa5f9f00e0 [folly] Update taking into account change in cmake files location 2018-04-09 19:31:48 -07:00
Alexander Karatarakis
43f6d73a6b
Merge pull request #3214 from RT222/sol
[sol] Update to version 2.19.5
2018-04-07 04:56:53 -07:00
Alexander Karatarakis
ee1abe2069
Merge pull request #3217 from RT222/icu
[icu] Update to version 61.1
2018-04-07 04:35:43 -07:00
Alexander Karatarakis
47cc5760d2
Merge pull request #3216 from RT222/pugixml
[pugixml] Update to version 1.9
2018-04-07 04:16:43 -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
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
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
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
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
Josue Andrade Gomes
8825e659a6 GraphicsMagick 1.3.28 2018-04-04 09:56:32 -03: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
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
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
Robert Schumacher
0842b6c327 [tesseract] Automatically link ws2_32 to prevent missing symbol issues in clients. 2018-03-30 14:43:42 -07:00
Robert Schumacher
ca58367c9a [cryptopp] Fix UWP builds 2018-03-29 18:34:38 -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
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
Robert Schumacher
26187d1bed [qt5-base] Fix pcre2 reference on non-Windows 2018-03-27 09:09:38 -07:00
Robert Schumacher
02185b6082 [aubio] Fix missing required dependencies 2018-03-27 08:47:57 -07:00
Robert Schumacher
cfd0d9c0e2 [vcpkg-find-acquire-program] Update version of YASM 2018-03-27 08:41:23 -07:00
Alisa Yang
6e6f90c273 force static build when dynamic 2018-03-27 00:27:43 -07:00
Alisa Yang
930b1984af force static build when dynamic 2018-03-27 00:10:48 -07:00
Alisayyy-Yang
4596c64361 force static build when dynamic for the yoga 2018-03-26 23:43:48 -07:00
Robert Schumacher
64ab9dc274 [ceres] Use gflags config file + ninja. Fixes #3116. 2018-03-26 11:59:06 -07:00
Robert Schumacher
6dc98bbcee [aws-sdk-cpp] Remove polly-sample feature. Fixes #3123. 2018-03-26 08:37:41 -07:00
Sergey Podobry
3e33a7751e [plog] Update to 1.1.4 (#3129) 2018-03-26 08:14:06 -07:00
Robert Schumacher
4a675d467f [qt5-base] Fix regression. Fixes #3133. 2018-03-26 08:13:29 -07:00
Alexander Karatarakis
76a072b719
Merge pull request #3126 from jasjuang/dlib
[dlib] update to 19.10
2018-03-25 21:10:47 -07:00
Alexander Karatarakis
9ae53089a3
Merge pull request #3125 from jasjuang/ceres
[ceres] update to 1.14
2018-03-25 20:22:47 -07:00
Alexander Karatarakis
d9c05c6c10
Merge pull request #3121 from jasjuang/alembic
[alembic] update to 1.7.7
2018-03-25 20:05:08 -07:00
jasjuang
568d9e727e [dlib] update to 19.10 2018-03-25 19:15:43 -07:00
jasjuang
afe6d4f3bb [ceres] update to 1.14 2018-03-25 18:54:19 -07:00
Robert Schumacher
dc193dd9e5 [libuuid] Initial commit of 1.0.3 2018-03-25 10:49:35 -07:00
Robert Schumacher
9c6698ab34 [lcm] Disable unexpected components. Only install one flavor. Don't delete DLL. 2018-03-25 10:29:20 -07:00
jasjuang
368c85f9ef [alembic] update to 1.7.7 2018-03-24 23:53:08 -07:00
Hartmut Kaiser
21ef72d02a Updating HPX to V1.1 (#3120)
* Updating HPX to V1.1

* [hpx] Use vcpkg_fixup_cmake_targets
2018-03-24 16:33:34 -07:00
Robert Schumacher
21909157e2 [soundtouch] Use CMake 2018-03-24 15:00:47 -07:00
Robert Schumacher
e8d1666d9c [aws-sdk-cpp] Update and fix cmake files 2018-03-24 14:29:30 -07:00
Robert Schumacher
5ba45ffd9b [shapelib] Add option to disable tests 2018-03-24 13:26:48 -07:00
Robert Schumacher
e47f165146 [magnum-integration] Fix empty build 2018-03-24 09:35:49 -07:00
Robert Schumacher
8f4ce4fab6 [magnum-extras] Fix empty build 2018-03-24 09:33:40 -07:00
Robert Schumacher
b14c1ba908 [libpq][harfbuzz][qt5-base] Fix non-Windows 2018-03-24 09:26:27 -07:00
Robert Schumacher
608456b325 Upgrades 2018-03-24 09:16:10 -07:00
Robert Schumacher
0778f2ef8e [parson][azure-uamqp-c][azure-umqtt-c][azure-c-shared-utility][azure-iot-sdk-c] Initial commits 2018-03-24 09:16:10 -07:00
Alexander Karatarakis
aa57df6d6e [ffmpeg] Fail-fast if spaces are preset in the path 2018-03-23 17:02:23 -07:00
Nagy-Egri Máté Ferenc
15cb53b9dd Add port: PLplot (#3117)
* Initial commit - added plplot files

* Added INTERFACE_INCLUDE_DIRECTORY to libplplot

* Fix installation layout

* Static linkage of plotting drivers (no need for PATH)

* .patch file instead of overwrite

* [plplot] Improve handling of cmake scripts. Avoid DLLS_WITHOUT_LIBS. Disable unused dependencies and require some.
2018-03-23 16:24:04 -07:00
Guillaume Truchot
7223ab50c1 Add librsync port (#3119)
* Add librsync port

* [librsync] Fix missing close paren
2018-03-23 15:59:43 -07:00
Robert Schumacher
0595f955cc [paho-mqtt][cfitsio][ccfits] Reduce conflicts in headers (unistd.h, etc) 2018-03-23 15:11:17 -07:00
Alexander Karatarakis
7c6dc9543d [cpprestsdk] Use new syntax in CONTROL 2018-03-23 13:27:16 -07:00
Robert Schumacher
7a1bc577c5 [sqlite-orm] Initial commit of 1.1 2018-03-23 10:55:04 -07:00
Robert Schumacher
55e385952d [graphite2] Patch out test executable. Fixes #3102. 2018-03-23 10:47:26 -07:00
ambroise
ca154ffb79 Initialize project
Rajout de fmem de Ambrou en version 1.0

Mise en place de fmem

Use original reposotory

Cleanup cmake file

Add gherkin-c port in vcpkg Microsoft tool

Use original reposotory

[fmem][gherkin-c] Fill in version. Remove cucumber-cpp.
2018-03-23 10:30:56 -07:00
Robert Schumacher
0167d4f917 [cctz][abseil] Require c++14 internally 2018-03-23 09:54:53 -07:00
Robert Schumacher
3d634005fb [qt5-quickcontrols] Depend on qt5-declarative 2018-03-23 09:52:47 -07:00
Alexander Karatarakis
a6866d477d [opengl] If-def on Windows vs other 2018-03-23 09:47:18 -07:00
Robert Schumacher
8d8e676711 [azmq] Initial commit of 1.0.2 2018-03-23 09:42:18 -07:00
Robert Schumacher
651fc94651 [mpark-variant] Initial commit of v1.3.0 2018-03-23 06:52:20 -07:00
Robert Schumacher
b00aa49657 [catch2] Use upstream github repo, which also generates cmake config targets. 2018-03-22 23:03:45 -07:00
Pavel Kisliak
b06e3f3c95 Add new package - BitSerializer (#3111) 2018-03-22 22:49:42 -07:00
pravic
c806505933 [sciter] Update to 4.1.4.5838 (#3110) 2018-03-22 08:01:42 -07:00
Robert Schumacher
ccd362f9e8 [yaml-cpp] Revert accidental version bump 2018-03-22 07:58:55 -07:00
Robert Schumacher
c3fb0b1697 [vcpkg] Download cmake on osx and linux 2018-03-22 06:52:55 -07:00
Robert Schumacher
67573ccf2c [pdcurses] Use out-of-source builds. Use official github. Fixes #2951. 2018-03-22 01:51:09 -07:00
Krzysztof Czurylo
5daba0bcbb [nvml] Initial commit for NVM Library (#1477) 2018-03-22 01:35:02 -07:00
Robert Schumacher
191fab2e59 [caf][gdcm2] Upgrades 2018-03-21 23:42:24 -07:00
Robert Schumacher
502c465386 [yaml-cpp][zeromq][zstd] Fix non-windows 2018-03-21 23:41:51 -07:00
Robert Schumacher
38c9c97b6b [double-conversion] Fix on non-windows 2018-03-21 23:33:41 -07:00
Alexander Karatarakis
a1a3220749 [opengl] Fix error message when WindowsSDK cannot be found 2018-03-21 16:42:06 -07:00
Robert Schumacher
9a0b2d19e3 [openssl] Don't require nasm on non-windows 2018-03-21 10:50:08 -07:00
Robert Schumacher
5442d35b91 [caf] Initial commit of 0.15.6 2018-03-21 10:23:50 -07:00
Robert Schumacher
88931dc94b [boost-modular-build-helper] Reformat 2018-03-21 09:54:13 -07:00
Robert Schumacher
da9c2e79a5 [openvpn3][tap-windows6] Initial commit 2018-03-21 09:50:10 -07:00
Robert Schumacher
43c804a59e [boost-modular-build-helper] Improve handling of non-windows 2018-03-21 09:49:15 -07:00
Robert Schumacher
7cf6615a01 [openssl] Use winsock2.h in headers instead of winsock.h 2018-03-21 01:13:27 -07:00
Robert Schumacher
b676c46043 [nanomsg] Initial commit of 1.1.2 2018-03-21 00:40:37 -07:00
Robert Schumacher
d5e433f03b [vcpkg-build-msbuild] Add option to use vcpkg's integration. Fixes #891. Fixes #828. 2018-03-20 21:49:53 -07:00
Robert Schumacher
0170cdf5ab [abseil][eastl][exiv2][nuklear][thrift][unicorn][zeromq] Upgrades 2018-03-20 21:47:55 -07:00
Robert Schumacher
9e54b3792d [mpg123] Disable LTCG for static libs to avoid ABI incompatibility 2018-03-20 21:45:11 -07:00
Alexander Karatarakis
39c63d2276
Merge pull request #2898 from martin-s/port-nvtt
New port "nvidia-texture-tools"
2018-03-20 12:46:52 -07:00
Alexander Karatarakis
f528d9b82f
Merge pull request #3092 from past-due/libpng_fix_vcpkg_build_type
[libpng] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20 02:05:30 -07:00
Alexander Karatarakis
7e644cd687
Merge pull request #3091 from past-due/libssh_fix_vcpkg_build_type
[libssh] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20 02:03:55 -07:00
Alexander Karatarakis
2463272864
Merge pull request #3090 from past-due/zlib_fix_vcpkg_build_type
[zlib] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20 02:00:31 -07:00
Alexander Karatarakis
e4c9769226
Merge pull request #3089 from past-due/box2d_fix_vcpkg_build_type
[box2d] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:56:55 -07:00
Alexander Karatarakis
b94a37b229
Merge pull request #3088 from past-due/protobuf_fix_vcpkg_build_type
[protobuf] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:50:59 -07:00
Alexander Karatarakis
1ef3d4b294
Merge pull request #3087 from past-due/double-conversion_fix_vcpkg_build_type
[double-conversion] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:46:27 -07:00
Alexander Karatarakis
db4cd67881
Merge pull request #3086 from past-due/yaml-cpp_fix_vcpkg_build_type
[yaml-cpp] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:44:39 -07:00
Alexander Karatarakis
d15e35dde3
Merge pull request #3085 from past-due/readosm_fix_vcpkg_build_type
[readosm] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:43:52 -07:00
Alexander Karatarakis
3ed3d43488
Merge pull request #3084 from past-due/libspatialite_fix_vcpkg_build_type
[libspatialite] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:40:00 -07:00
Alexander Karatarakis
4d0b70dffa
Merge pull request #3083 from past-due/freexl_fix_vcpkg_build_type
[freexl] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:32:41 -07:00
Alexander Karatarakis
9415cc0991
Merge pull request #3082 from past-due/proj4_fix_vcpkg_build_type
[proj4] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:29:25 -07:00
Alexander Karatarakis
41d5f84e28
Merge pull request #3081 from past-due/sqlite3_fix_vcpkg_build_type
[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"
2018-03-20 01:24:41 -07:00
Alexander Karatarakis
2b4b3d4c4d
Merge pull request #3079 from past-due/yoga_fix_vcpkg_build_type
[yoga] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:22:02 -07:00
Alexander Karatarakis
60572a997b
Merge pull request #3078 from past-due/paho-mqtt_fix_vcpkg_build_type
[paho-mqtt] Fix post-build validation failure when VCPKG_BUILD_TYPE is set
2018-03-20 00:27:52 -07:00
Alexander Karatarakis
679d425290
Merge pull request #3077 from past-due/chakracore_fix_vcpkg_build_type
[chakracore] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 00:21:14 -07:00
Alexander Karatarakis
efc0255f80 [signalrclient] Use vcpkg_from_github 2018-03-19 21:09:29 -07:00
Alexander Karatarakis
a67b809a16
Merge pull request #3076 from past-due/glew_fix_vcpkg_build_type
[glew] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19 20:41:51 -07:00
Alexander Karatarakis
6558f7bec6
Merge pull request #3075 from past-due/sdl2_fix_vcpkg_build_type
[sdl2] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19 20:33:20 -07:00
Alexander Karatarakis
193533e99c
Merge pull request #3067 from ivysnow/curl
[curl] fix a dependency error: "Error: Unable to satisfy dependency s…
2018-03-19 18:14:05 -07:00
Alexander Karatarakis
e842846112
Merge pull request #3074 from past-due/freetype_fix_vcpkg_build_type
[freetype] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19 18:13:38 -07:00
past-due
d7394e883c [glew] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:37:24 -04:00
past-due
0b629c4ff1 [libpng] Fix static build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:15:49 -04:00
past-due
71dc69e213 [zlib] Fix static build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:06:57 -04:00
past-due
6f7d92ddd3 [libssh] Fix static build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:04:20 -04:00
past-due
2949174dad [box2d] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 19:41:20 -04:00