Commit Graph

3211 Commits

Author SHA1 Message Date
Barath Kannan
54c0f87da7 change to python2 for future web engine support 2017-12-15 07:07:24 +11:00
Barath Kannan
eb92719c5d fix naming issues 2017-12-15 07:02:25 +11:00
Robert Schumacher
6e653d88f6 [brotli] Fix regressions introduced during update 2017-12-13 06:20:07 -08:00
Mark Garcia
621d9afe7b Upgrade assimp to v4.1.0 (#2364)
* [assimp] Update to v4.1.0 and remove code patch which is fixed in new version

* [assimp] Fix vcpkg_fixup_cmake_targets argument

* [assimp] Fix formatting
2017-12-13 03:38:33 -08:00
Alexander Karatarakis
bbb431c5a9
Merge pull request #2356 from jasjuang/exiv2
[exiv2] update to latest master and fix debug config
2017-12-12 18:03:53 -08:00
Tsukasa Sugiura
85848475fe Fix Gtest port fails install when one of the configuration is set to VCPKG_BUILD_TYPE (#2359)
* Support build with master/HEAD

Gtest will be able to build with master/HEAD.

* Fix install when one of the configuration is set to VCPKG_BUILD_TYPE

Fix install when one of the configuration is set to VCPKG_BUILD_TYPE.
2017-12-12 17:34:16 -08:00
jasjuang
b59a4647ec [exiv2] update to latest master and fix debug config 2017-12-11 22:14:57 -08:00
Alexander Karatarakis
f3f9afd1c6 [openssl] Add -utf-8 flag 2017-12-11 17:29:04 -08:00
Robert Schumacher
47a6ca9f90
Merge pull request #2341 from cdcseacave/master
[tinyexif] update to version 1.0.1
2017-12-09 17:20:10 -08:00
Artem Golubikhin
d7b06be393 [speex] Fix release mode .def file. Add missing exports (#2340)
* [speex] Fix release mode .def file. Add missing exports
Fixed .def file in release mode (it is bugged after #2293 fix in d5395ac793) https://github.com/Microsoft/vcpkg/issues/2293#issuecomment-350449317
Added exports for speex_header_free and speex_mode_list (https://github.com/Microsoft/vcpkg/issues/2292#issuecomment-348773393)

* [speex] Fix regression for release mode import library
2017-12-09 17:19:12 -08:00
Robert Schumacher
5a8e2d9a8e [speex] Fix regression for release mode import library 2017-12-09 17:17:10 -08:00
cDc
662d3bd9be [tinyexif] update to version 1.0.1 2017-12-09 15:04:16 +02:00
atkawa7
9f0d33b6ad alac-decoder (#2176) 2017-12-09 00:33:33 -08:00
cDc
19860a0933 [tinyexif] add TinyEXIF library (#2221) 2017-12-09 00:24:19 -08:00
lcdtyph
940b33e52d [mbedtls] Initial port. (#2286)
* mbedtls: init port

* add VCPKG_LIBRARY_LINKAGE for static libs only

* [mbedtls] Slight cleanup
2017-12-09 00:00:06 -08:00
Robert Schumacher
2bcb3c98f5
Merge pull request #2338 from JayFoxRox/unicorn-port
[unicorn] Adding unicorn port
2017-12-08 23:55:51 -08:00
Robert Schumacher
8766979444 [unicorn] Adjust handling of CRT and LIBRARY LINKAGE. Reformat to LF. 2017-12-08 23:54:41 -08:00
Robert Schumacher
d11bad2012 [gtest] Remove renaming of DLLs -- only the import libs need renaming. 2017-12-08 22:40:45 -08:00
Robert Schumacher
08bbd62312
Merge pull request #2261 from UnaNancyOwen/fix_gtest
Add install googletest/src and Fix find_package Gtest
2017-12-08 22:39:18 -08:00
Jannik Vogel
8ea6a9818a [unicorn] Adding unicorn port 2017-12-09 00:09:23 +01:00
Alexander Karatarakis
583ee9ee91 [openssl] Remove entry of removed patch 2017-12-08 13:21:32 -08:00
Alexander Karatarakis
aad3fe1cbc
Merge pull request #2330 from eao197/master
Port for sobjectizer updated to v5.5.20
2017-12-08 13:18:42 -08:00
Alexander Karatarakis
0a6989405f
Merge pull request #2329 from jwillemsen/jwi-ace-646
[ACE] 6.4.6
2017-12-08 12:50:56 -08:00
Michał Janiszewski
9b14a7528d
[jansson] Prefer ninja 2017-12-08 13:50:06 +01:00
eao197
9bb4d5c74c Update for sobjectizer v.5.5.20 2017-12-08 12:10:10 +03:00
Johnny Willemsen
6ce08903f5
[ACE] 6.4.6 2017-12-08 09:55:46 +01:00
Alexander Karatarakis
48c4b79be5
Merge pull request #2326 from dscho/openssl-1.0.2n
openssl: update to v1.0.2n
2017-12-07 13:52:26 -08:00
Alexander Karatarakis
b81d13a956
Merge pull request #2325 from dscho/curl-7.57.0
curl: update to v7.57.0
2017-12-07 13:41:04 -08:00
Alexander Karatarakis
c20e1bc68a
Merge pull request #2314 from peergine-admin/fix-live555-latest
updata live555 live555-latest
2017-12-07 13:24:14 -08:00
Johannes Schindelin
c48cf285ec openssl: update to v1.0.2n
The patch to allow for spaces in paths while running the Perl helpers is
no longer necessary, and was dropped.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07 22:21:56 +01:00
Alexander Karatarakis
7efd70488c [live555] Set version instead of latest and update CONTROL file 2017-12-07 13:20:05 -08:00
Johannes Schindelin
d64fd32046 curl: update to v7.57.0
Due to changes in curl's CMake support, where it now installs .cmake
files, we now have to make sure that they are installed into the correct
directory (and not duplicated into the debug/share/ directory, either).

Also, a change in the context of the 2nd patch required an update of
said patch.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07 21:29:25 +01:00
LazyHamster
6351f9c21c [gmime] Update to version 3.0.5. 2017-12-07 12:59:08 +03:00
hwq@peergine.com
af8e296db5 updata live555 live555-latest 2017-12-07 12:12:35 +08:00
Alexander Karatarakis
29163e1566
Merge pull request #2301 from cguebert/crow-0.1
[crow] initial port
2017-12-06 18:28:03 -08:00
Alexander Karatarakis
e9e5a996ed
Merge pull request #2311 from Farwaykorse/port-ms-gsl
[ms-gsl] update to 2017-12-04
2017-12-06 18:24:48 -08:00
Alexander Karatarakis
1e6dd7b5d1 [libsodium] Disable tests
Also, this is a workaround for x64-windows-static taking forever in VS2017 15.5
2017-12-06 18:08:03 -08:00
eao197
50e34d957d Adaptation for so-5.5.20-beta1 2017-12-06 19:18:31 +03:00
Roelf-Jilling
89683742be [ms-gsl] update to 2017-12-04 2017-12-06 12:55:03 +01:00
Roelf-Jilling
438dc50389 [ms-gsl] simplify portfile 2017-12-06 12:55:03 +01:00
Robert Schumacher
1a2ac53e3d
Merge pull request #2300 from tobiaskohlbau/master
[fcl] add missing dependencies within cmake
2017-12-05 15:09:23 -08:00
Tsukasa Sugiura
2977e1d7cd Fix pcl/CMakeLists fot Visual Studio 2017
Fix conditional branch for Visual C++ 2017.
Visual C++ 2017 has a version number 191x.
2017-12-06 05:38:35 +09:00
Tobias Kohlbau
a81a516505
fcl: add missing dependencies within cmake
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-12-05 17:16:46 +01:00
Christophe Guebert
09c8264e9c crow initial port 2017-12-05 15:09:14 +01:00
Alexander Karatarakis
216f7137b9 [re2] Don't pass BUILD_SHARED_LIBS
BUILD_SHARED_LIBS should not be locked to shared/static, because the other type will fail.
Vcpkg was overriding this flag before, so no behavior change. (i.e. static builds worked before as well).
Also tests = OFF.
2017-12-04 19:50:23 -08:00
Alexander Karatarakis
6c42097aef [re2] Use vcpkg_from_github() 2017-12-04 19:26:20 -08:00
Alexander Karatarakis
6f45d1038f
Merge pull request #2298 from rapoth/master
Added port for re2 2017-12-01 release
2017-12-04 19:25:06 -08:00
Rahul Potharaju
03ced8199b Adding re2 port 2017-12-04 17:15:16 -08:00
jasjuang
36579517b9 [aws-sdk-cpp] update to 1.3.15 2017-12-04 16:37:06 -08:00
Alexander Karatarakis
e30cabce35
Merge pull request #2296 from pravic/sciter 2017-12-04 14:32:19 -08:00
Barath Kannan
e373beac70 remove commented sections 2017-12-05 08:15:49 +11:00
pravic
fb3aefa4e6 [sciter] Update to 4.0.6.5590 2017-12-04 17:57:19 +03:00
Alexander Karatarakis
fe03086399
Merge pull request #2282 from sdcb/sdcb/vlpp
[vlpp] initial commit
2017-12-03 20:39:46 -08:00
Alexander Karatarakis
aff69dc6d0
Merge pull request #2275 from lazyhamster/libmspack
[libmspack] Initial port.
2017-12-03 20:37:34 -08:00
xoviat
805fabe58a Flint: enable DLL builds (#2271)
* [flint] enable dynamic building

* [flint] increment version
2017-12-03 20:37:01 -08:00
evpobr
11c6613ba9 [scintilla] Initial port. 2017-12-03 14:56:37 +05:00
Barath Kannan
c6a82f27f1 put qtmain in manual link directory, resolve resultant build issues with qtdeclarative 2017-12-03 19:19:08 +11:00
Robert Schumacher
3c242ba86d
Merge pull request #2289 from procxx/update-libtorrent
Update libtorrent to 1.1.5
2017-12-03 00:01:58 -08:00
Robert Schumacher
e235bd6511
Merge pull request #2270 from xoviat/mpfr
[mpfr] add MPFR_USE_INTMAX_T
2017-12-03 00:01:30 -08:00
Robert Schumacher
d5395ac793 [speex] Fix debug mode .def file. Add exports for extern globals. 2017-12-02 23:57:17 -08:00
Barath Kannan
768acf1966 re-add debug tools: 2017-12-03 10:30:13 +11:00
Stanislav Ershov
19d64fbf56 Update libtorrent to 1.1.5 2017-12-02 09:28:56 +03:00
lcdtyph
46ec37a17c libuv: update to v1.18.0 2017-12-01 20:56:04 +08:00
sdcb
8d3526e85f [vlpp] add the CppMerge.exe tool 2017-12-01 18:34:26 +08:00
sdcb
977d4decb4 [vlpp] initial create 2017-12-01 18:18:53 +08:00
Robert Schumacher
c8c332c893 Merge branch 'master' of https://github.com/Microsoft/vcpkg 2017-11-30 22:20:06 -08:00
Robert Schumacher
03ff483446 [botan] Revert upgrade due to regressions 2017-11-30 22:20:00 -08:00
Alexander Karatarakis
d165543c12 [libsodium] Fix static build trying to copy dlls 2017-11-30 18:10:33 -08:00
Robert Schumacher
0aa1bfe293 [harfbuzz] Revert upgrade due to regression 2017-11-30 16:26:37 -08:00
Robert Schumacher
0ade7d3d97 [netcdf-c] Fix x64-windows-static builds 2017-11-30 14:19:06 -08:00
Robert Schumacher
eb8c9e084b [llvm] Fail early on UWP 2017-11-30 12:43:45 -08:00
Robert Schumacher
26f12d20bb [many ports] Updates to latest 2017-11-30 12:27:56 -08:00
LazyHamster
ca3a6ab0fe [libmspack] Initial port. 2017-11-30 12:39:19 +03:00
Alexander Neumann
3dfe2ec64b Updated benchmark to v1.3 2017-11-29 22:22:04 +01:00
xoviat
9bc2ba5357
[mpfr] bump version 2017-11-29 12:33:08 -06:00
xoviat
b12e76cd60
[mpfr] prefer ninja 2017-11-29 12:23:46 -06:00
xoviat
8c6eb97ec7
[mpfr] revert portfile patch 2017-11-29 12:17:53 -06:00
xoviat
e0362393cf
[mpfr] define have_stdint_h 2017-11-29 12:17:31 -06:00
xoviat
d0f6656b55
[mpfr] fix source path 2017-11-29 11:56:17 -06:00
xoviat
7dda8dcdd0
[mpfr] fix portfile 2017-11-29 11:49:54 -06:00
xoviat
51c9c6eb61
[mpfr] prepend stdint to header 2017-11-29 11:49:09 -06:00
xoviat
6de016f753
[mpfr] add MPFR_USE_INTMAX_T 2017-11-29 11:28:30 -06:00
Robert Schumacher
6c5f52daf3
Merge pull request #2264 from oracleoftroy/master
Install cmake files so find_package works
2017-11-28 13:24:17 -08:00
Robert Schumacher
950b1494f8
Merge pull request #2268 from rossbrower/master
FreeRDP 2.0.0-rc1 #2267
2017-11-28 13:23:59 -08:00
Alexander Karatarakis
b87d510a38
Merge pull request #2257 from xoviat/patch-1
[fftw] remove fftw3 directory if it exists
2017-11-28 12:41:10 -08:00
Alexander Karatarakis
74ae772c25
Merge pull request #2262 from xoviat/patch-2
[arb] prefer ninja
2017-11-28 12:40:21 -08:00
Ross Brower
5cb154be11 FreeRDP 2.0.0-rc1 #2267 2017-11-28 11:55:10 -08:00
Arkady Shapkin
0a5a906af0 [folly] Update to version 2017.11.27.00 2017-11-28 21:53:05 +03:00
Tsukasa Sugiura
cb87b8c116 Enable Ninja build
Enable Ninja build.
2017-11-29 03:25:52 +09:00
Tsukasa Sugiura
10ad65ec7d Fix find Gtest
FindGtest.cmake that include in CMake finds the debug libraries that
file name with postfix "d".
2017-11-29 03:11:26 +09:00
Alexander Karatarakis
b9b4ae8641 [log4cplus] Change name of downloaded file 2017-11-28 02:19:33 -08:00
LazyWolf Lin
8a55bd8d3b [log4cplus] upgrade to v2.0.0rc2. (#2265) 2017-11-28 02:18:05 -08:00
Marc Gallagher
488e910260 Install cmake files so find_package works 2017-11-26 22:32:23 -08:00
xoviat
dc83d0409c
[arb] prefer ninja 2017-11-26 14:52:30 -06:00
Robert Schumacher
7938006022 [ports] Mark several ports as unbuildable on UWP 2017-11-26 10:28:16 -08:00
Robert Schumacher
97101d4bd5 [fftw3] Detect stale sources 2017-11-26 09:01:32 -08:00
Tsukasa Sugiura
530aadc6e2 Add install googletest/src
Add install googletest/src directory for project that desirable to build
Google Test by compiling a single file.
2017-11-27 00:51:32 +09:00
Alexander Karatarakis
94bd9dd66e
Merge pull request #2258 from UnaNancyOwen/fix_qhull
Fix QHull port to remove static link libraries when installing dynamic link libraries
2017-11-25 18:48:37 -08:00
Robert Schumacher
14cbe496bc [vcpkg] Allow compilation inside WSL 2017-11-25 16:21:54 -08:00
xoviat
56a47f6339
[fftw] remove fftw3 directory if it exists 2017-11-25 17:48:26 -06:00
Robert Schumacher
5335d17f53 [vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release 2017-11-25 15:25:18 -08:00
Tsukasa Sugiura
390806e931 Fix PCL port according to QHull port change
Fix PCL port according to QHull port change.
PCL will link dynamic link librariy of QHull when build dynamic link
library configure.
2017-11-26 07:49:30 +09:00
Tsukasa Sugiura
173a1d59a5 Fix remove files when install dynamic libraries
Fix remove files when install dynamic libraries.
2017-11-26 07:36:03 +09:00
Tsukasa Sugiura
fda988964d Enable Ninja build in QHull port
Enable Ninja build in QHull port.
2017-11-26 07:29:56 +09:00
Robert Schumacher
6b64a9adb6
Merge pull request #2237 from kypp/openvdb
new port: openvdb
2017-11-25 14:16:49 -08:00
Robert Schumacher
8b591b2c43
Merge pull request #2245 from janisozaur/patch-2
[speexdsp] Only use SSE on x86/amd64
2017-11-25 14:14:21 -08:00
Robert Schumacher
22fbd3ac36 [libpng] Remove unneeded CMAKE_SYSTEM_PROCESSOR override 2017-11-25 13:49:51 -08:00
Robert Schumacher
d299848f21
Merge pull request #2242 from jasjuang/leveldb
[leveldb] force static build when triplet is dynamic
2017-11-25 13:47:11 -08:00
Robert Schumacher
4d274a7bff [opencv] Disable msvcrt check to allow prepackaged ffmpeg 2017-11-25 13:45:33 -08:00
Robert Schumacher
90e520af8d
Merge pull request #2244 from janisozaur/patch-1
[jansson] Don't use WinCryptoApi for UWP builds
2017-11-25 13:18:22 -08:00
Robert Schumacher
b1f4391902
Merge pull request #2247 from fquinner/patch-1
Fixed qpid-proton port to not need system python
2017-11-25 13:17:54 -08:00
Robert Schumacher
a3ea74b9ed
Merge pull request #2250 from AndyM84/master
Adding UnitTest++ Port
2017-11-25 12:48:07 -08:00
Robert Schumacher
dbe732fd8a [unittest-cpp] Use vcpkg_from_github. 2017-11-25 12:47:41 -08:00
Robert Schumacher
fec269d594 [protobuf] Restore removed export required for GRPC. [grpc] Update to 1.7.2 2017-11-25 12:36:50 -08:00
Robert Schumacher
9a9c3a8634 [libiconv] Update to 1.15 2017-11-25 11:54:35 -08:00
Robert Schumacher
473d3e4c51
[protobuf] bump version to 3.5.0 2017-11-25 10:11:08 -08:00
Alexander Karatarakis
af65db39ff
Merge pull request #2254 from xoviat/fftw-cmake
[fftw] Use builtin cmake configuration
2017-11-24 22:43:58 -08:00
Alexander Karatarakis
4ffaea61a0
Merge pull request #2251 from thierryba/protobuf3.5
[protobuf] upgrade to 3.5.0
2017-11-24 18:06:14 -08:00
James Chang
5799ba24c4 [realsense2] update to v2.8.2 2017-11-25 01:48:01 +08:00
xoviat
9f4ea2d316 [fftw] bump version 2017-11-24 10:45:53 -06:00
xoviat
d476d8fe8d [fftw] Use builtin cmake configuration 2017-11-24 10:42:14 -06:00
Thierry Bastian
df4d694cf1 protobuf: upgrade to protobuf 3.5 2017-11-23 16:24:13 +01:00
Andrew Male
9114ae4816 Final edits to unittest-cpp portfile 2017-11-23 10:14:01 -05:00
Andrew Male
abf595e903 Adding UnitTest++ Port 2017-11-23 10:11:38 -05:00
Michał Janiszewski
105b2cccc6
[speexdsp] Check CMAKE_SYSTEM_PROCESSOR to enable SSE 2017-11-23 11:26:30 +01:00
Alexander Karatarakis
22d015073f [date] Update. Resolves #2222 2017-11-22 14:58:39 -08:00
fquinner
70ade5e03a
Fixed qpid-proton port to not need system python
Tried to build the last version of the port on a fresh build but
wouldn't work properly unless python.exe was already installed
on the system. This version explicitly uses the vcpkg provided
python.
2017-11-22 21:51:40 +00:00
Michał Janiszewski
746cfad3de
[speexdsp] Only use SSE on x86/amd64
This fixes UWP builds.
2017-11-22 16:18:45 +01:00
Michał Janiszewski
6a2904aebd
[jansson] Don't use WinCryptoApi for UWP builds
Jansson tries to use Windows' CryptoApi to seed its hash table. This API
is not exposed in UWP, but there is still a fallback to use current time
and PID.

This change makes Jansson use less-secure fallback, but fixes
compilation for UWP target.

See
https://jansson.readthedocs.io/en/2.10/apiref.html#c.json_object_seed
2017-11-22 14:30:48 +01:00
Robert Schumacher
e6c65b93b1 [sdl2] Use cmake for UWP 2017-11-22 04:40:44 -08:00
Robert Schumacher
26a180b804 [ogre] Fix unrelocatable CMake files, also attempt to enable Debug 2017-11-22 04:36:33 -08:00
Robert Schumacher
71be72e11d
Merge pull request #2092 from lazyhamster/ogre_1_10
[ogre] Update port to Ogre version 1.10.8.
2017-11-22 00:41:45 -08:00
Robert Schumacher
3c4a4560c6 [ogre] Fix static builds 2017-11-22 00:40:31 -08:00
jasjuang
c7caa18a71 [leveldb] force static build when triplet is dynamic 2017-11-21 23:30:36 -08:00
Robert Schumacher
27a523e61c
Merge pull request #2082 from Lyrex/devil-port
Add DevIL port
2017-11-21 22:50:54 -08:00
Robert Schumacher
46288a5a6d [devil] Enable static builds 2017-11-21 22:50:03 -08:00
Robert Schumacher
43fece81bd
Merge pull request #2241 from UnaNancyOwen/add_halide
Add Halide
2017-11-21 21:46:06 -08:00
Robert Schumacher
373cfcc8d8 [halide] Small tweaks, use hash check for license 2017-11-21 21:45:40 -08:00
Robert Schumacher
148f04c4cc
Merge pull request #2187 from seanwarren/lcms-debug-postfix
[lcms] Add 'd' debug postfix
2017-11-21 21:09:34 -08:00
Robert Schumacher
89a49b25b6 [lcms] Bump package version 2017-11-21 21:09:21 -08:00
Robert Schumacher
c240ecbf7f Merge branch 'master' of https://github.com/Microsoft/vcpkg 2017-11-21 21:05:44 -08:00
Robert Schumacher
18eeee6a2c [libssh2] Enable cmake config targets 2017-11-21 21:05:13 -08:00
Robert Schumacher
ba7fcb6f24
Merge pull request #2238 from janisozaur/libzip
[libzip] Update to 1.3.2
2017-11-21 20:57:18 -08:00
Tsukasa Sugiura
f86e4b2a6a Add Halide
Add Halide.
2017-11-22 13:27:19 +09:00
jasjuang
2ebc3938ea [alembic] fix string replace eats semicolon problem 2017-11-21 17:18:12 -08:00
Michał Janiszewski
0b3a91a01d [libzip] update patches 2017-11-21 21:35:36 +01:00
Michał Janiszewski
958c5e9276 [libzip] Update libzip to 1.3.2 2017-11-21 21:35:36 +01:00
kypp
7c6fb6081b new port: openvdb 2017-11-21 19:23:38 +01:00
Alexander Karatarakis
4cb5212dcb
Merge pull request #2217 from aybe/aubio-uwp
[aubio] patches for UWP builds
2017-11-21 01:25:52 -08:00
Alexander Karatarakis
74122324ad
Merge pull request #2228 from fquinner/feature-qpid-proton
Added port for qpid proton 0.18.1
2017-11-21 01:25:35 -08:00
Alexander Karatarakis
ec4eb5bc06
Merge pull request #2224 from jasjuang/libusb
[libusb] apply patch to make it libfreenect2 compatible
2017-11-21 01:14:18 -08:00
Alexander Karatarakis
23932a841e
Merge pull request #2216 from aybe/libsndfile-uwp
[libsndfile] patches for UWP builds
2017-11-21 01:12:39 -08:00
Alexander Karatarakis
9d93342017
Merge pull request #2214 from aybe/libflac-uwp
[libflac] patches for UWP builds
2017-11-21 01:03:35 -08:00
Aybe
395829c545 [libsndfile] fixed missing return ! 2017-11-21 06:54:11 +01:00
Aybe
38ae2f69b7 [libflac] using #ifdef for patches instead 2017-11-21 05:46:58 +01:00
Aybe
72fdd294b0 [libsndfile] patches applied with #ifdef instead 2017-11-21 04:39:13 +01:00
Aybe
c4d9af91c3 [aubio] bumping to 0.46 and using GitHub instead 2017-11-21 03:38:04 +01:00
Robert Schumacher
eec26f68fc [qt5] Reduce duplication in modular build by extracting qt5modularscripts 2017-11-20 17:07:03 -08:00
Robert Schumacher
3d8ba3e775 [SDL2] Move SDL2main.lib into manual-link. 2017-11-20 17:06:11 -08:00
Alexej Harm
4415ff5c16 [angle] Add CMake package with modules. (#2223)
* added angle cmake config

* bumped angle package version

* [angle] Add unofficial cmake targets
2017-11-20 15:33:06 -08:00
xoviat
1a6d0f5611 [mprf] add missing symbol (#2226)
* [mprf] create printf

* Update CMakeLists.txt

* [mpfr:portile] copy file
2017-11-20 15:10:00 -08:00
Robert Schumacher
ea6783f9ba [imgui] Use vendored stb at request of author -- static linking is explicitly worked around. Update to 1.52. 2017-11-20 15:05:44 -08:00
Frank Quinn
5123b32da1 Added port for qpid proton 0.18.1 2017-11-19 12:04:37 +00:00
jasjuang
cd9d32721d [libusb] apply patch to make it libfreenect2 compatible 2017-11-18 16:07:49 -08:00
Robert Schumacher
06819e43e3
Merge pull request #2219 from cdcseacave/master
[ceres] enable static CRT linkage for MSVC
2017-11-17 18:34:41 -08:00
Robert Schumacher
fcfa1e40da
Merge pull request #2220 from UnaNancyOwen/fix_pcl
Change OpenNI2 to feature option
2017-11-17 17:23:29 -08:00
Alexander Karatarakis
6b6fa2ab37 [date] Update to 2.3 2017-11-17 15:57:59 -08:00
Tsukasa Sugiura
c7888a36e4 Change OpenNI2 to option
Change OpenNI2 to option for build static link library.
2017-11-17 22:19:25 +09:00
cDc
85fe5932cf [ceres] enable static CRT linkage for MSVC 2017-11-17 13:48:52 +02:00
Robert Schumacher
875bb9a661 Merge branch 'qt5_modular' of https://github.com/Barath-Kannan/vcpkg into Barath-Kannan-qt5_modular 2017-11-17 00:22:15 -08:00
Robert Schumacher
c4ca996583
Merge pull request #2165 from cenit/master
[OpenGL] add GlU32.lib [GLU]
2017-11-17 00:17:41 -08:00
Robert Schumacher
161377d8f6
Merge pull request #2197 from UnaNancyOwen/fix_pcl
Fix find debug dependencies of PCL
2017-11-17 00:16:12 -08:00
Robert Schumacher
1b2f75be94 [vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules. 2017-11-16 23:54:55 -08:00
jasjuang
5236fa3cc7 add in clang and enable tools 2017-11-16 22:34:25 -08:00
Aybe
9bd4d9a050 [aubio] patches for UWP builds 2017-11-17 04:03:49 +01:00
Aybe
295bb9f454 [libsndfile] patches for UWP builds 2017-11-17 02:10:21 +01:00
Aybe
cb30c3fd00 [libflac] patches for UWP builds 2017-11-17 00:54:14 +01:00
Alexander Karatarakis
de7382ce89
Merge pull request #2191 from Innervate/redshell-1.1.2
Small version bump to redshell port
2017-11-16 14:49:05 -08:00
Alexander Karatarakis
5d80c622a4
Merge pull request #2206 from rosenqui/avro-c
[avro-c] Adding avro-c port
2017-11-16 14:47:06 -08:00
Alexander Karatarakis
52ef8c7280
Merge pull request #2212 from Alisayyy-Yang/disableTestBranch1116
[string-theory]disable the tests
2017-11-16 01:47:45 -08:00
Alisayyy-Yang
2e72678146 [string-theory]disable the tests 2017-11-16 01:35:19 -08:00
Robert Schumacher
7e3dcc4f09 [tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix static linking. 2017-11-15 21:58:26 -08:00
Robert Schumacher
4228e1e389 [llvm] Install debug targets for cmake 2017-11-15 21:15:37 -08:00
Robert Schumacher
24283ec1ee [leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should use TIFF_LIBRARIES. 2017-11-15 18:57:05 -08:00
Eric Rosenquist
d182f929ee Initial commit of the C API for Apache Avro
Avro is a data serialization system.

https://avro.apache.org/docs/current/api/c/

A static library is the only build option at the moment.

The patch for PR#217 in the Avro repo is included since it contains a vital memory leak fix that has not yet been merged into the Avro code.

https://github.com/apache/avro/pull/217
2017-11-15 10:36:04 -05:00
pravic
c8412ae017 [sciter] Update to 4.0.5.5520 2017-11-15 17:57:43 +03:00
Alisa Yang
6ad50f9a30 [globjects]disable the gtests 2017-11-15 02:42:09 -08:00
Tsukasa Sugiura
0e4daf35ba Fix find debug library of FLANN
Fix find debug library of FLANN.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX
(-gd).
Therefore, It doesn't need to be override.
2017-11-15 10:39:22 +09:00
Tsukasa Sugiura
1c43dfa4a2 Fix find debug library of QHull
Fix find debug library of QHull.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX (_d).
Therefore, It doesn't need to be override.
2017-11-15 10:39:14 +09:00
yintothayang
dd695c1184 update CONTROL with latest deps 2017-11-15 09:58:21 +09:00
Jared Szechy
502baf1ccb
Add librabbitmq port 2017-11-14 12:07:17 -05:00
Robert Schumacher
5c9f0ff473 [coolprop] Avoid copying entire include/ directory. Add python2 to requirements. Simplify portfile. Fixes #2180. 2017-11-14 02:13:31 -08:00
Robert Schumacher
f06bf27397 [bond] Boost patch is no longer needed due to toolchain improvements. 2017-11-14 01:39:59 -08:00
Christopher Warrington
194edb784d Upgrade Bond to 7.0.2
* Updated to the 7.0.2 release of Bond.
* Regenerated patches.
2017-11-14 00:44:24 -08:00
Robert Schumacher
691c388f25
Merge pull request #2179 from tusharpm/update-libuv-1.16.1
libuv update
2017-11-14 00:05:18 -08:00
yintothayang
48c3fe7dde small version bump to redshell port 2017-11-14 12:20:23 +09:00
Stephen E. Baker
0526ec7678 [sdl2-mixer] Bump to 2.0.2
Follows upstream default mp3 library change from smpeg to mpg123
2017-11-13 21:55:33 -05:00
Sean Warren
28aaced0f5 [lcms] Add 'd' debug postfix 2017-11-14 11:54:11 +11:00
Alexander Karatarakis
1ea060d6fa
Merge pull request #2182 from seanwarren/libraw-debug-postfix
[libraw] Add 'd' debug postfix
2017-11-13 02:52:14 -08:00
Alexander Karatarakis
a4761aa26b [libraw] Bump version 2017-11-13 02:51:09 -08:00
gknowles
8bf974b0ad [dimcli] update to 3.1.1 2017-11-13 00:00:35 -08:00
Sean Warren
6a7d311ea5 [libraw] Add 'd' debug postfix 2017-11-13 12:23:29 +11:00
Tushar Maheshwari
8fd6bcfe6f Fixing libuv/CONTROL 2017-11-12 19:02:44 +05:30
Tushar Maheshwari
fffaa4af7e libuv update 2017-11-12 14:19:49 +05:30
Robert Schumacher
ca947c664a [allegro5][refprop-headers][libsodium][arb] Fix use of vcpkg_from_github's OUT_SOURCE_PATH parameter. Fixes #2178. 2017-11-12 00:22:51 -08:00
jasjuang
49e82f5db2 [glm] update to 0.9.8.5 2017-11-11 22:49:06 -08:00
xoviat
c2a757ab9a [if97] fix source path
Closes #2162
2017-11-11 22:46:58 -08:00
Alexander Karatarakis
6732d76e14 Fix header conflict caused by wincrypt/winsock2 and older Windows SDKs
If a project was using Windows 7 SDK and vcpkg was integrated,
the project would fail to build (the vcpkg ports use Windows 8.1/10 SDK)
2017-11-11 22:46:04 -08:00
Robert Schumacher
ec2bbaec84
Merge pull request #2172 from AndyM84/master
Enabling static linkage for libwebsockets
2017-11-11 21:02:39 -08:00
Robert Schumacher
482f85f414 [libwebsockets] Use vcpkg_from_github. Compare against VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE. Use vcpkg_fixup_cmake_targets(). 2017-11-11 21:00:10 -08:00
Robert Schumacher
492b9448a7 [pcl] Fixup: commit missing patch 2017-11-11 19:03:13 -08:00
Robert Schumacher
b075fbc7bc
Merge pull request #2177 from IntelOrca/update-sdl2-v2.0.7
[sdl2] Update to 2.0.7
2017-11-11 12:36:07 -08:00
Robert Schumacher
d8ef6f95b4
Merge pull request #2173 from lp55/master
Adding package features for Dlib and OpenCV
2017-11-11 12:30:05 -08:00
Ted John
fbaaf5b109 [sdl2] Update to 2.0.7 2017-11-11 20:20:28 +00:00
Ted John
e57d38a812 [discord-rpc] Add v2.0.1
- Not properly configured for debug builds and always forced /MT. Fixed by patching cmake.
- Unable to stop building of examples, so delete afterwards.
2017-11-11 19:57:27 +00:00
Luiz Paulo
72f10db01c Adding package features for Dlib and OpenCV
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA
OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-11 15:31:38 +00:00
Andrew Male
1b67990395 Removing static linkage warning/toggle 2017-11-11 07:39:17 -05:00
Andrew Male
679dd12a75 Incrementing CONTROL version for libwebsockets 2017-11-11 07:38:53 -05:00
Andrew Male
b5afd00ad6 Modifying libwebsockets portfile to account for static triplets 2017-11-11 07:27:31 -05:00
Robert Schumacher
d02ee690dc [openssl] Update to 1.0.2m 2017-11-10 14:29:28 -08:00
Robert Schumacher
3ae740cef8 [abseil] Update, apply workaround for NOMINMAX 2017-11-10 08:06:20 -08:00
Stefano Sinigardi
f007f6971d add GlU32.lib to OpenGL port 2017-11-10 15:39:37 +01:00
Robert Schumacher
318613d2b2 [vtk] Refactor fixup to be less hacky. PCL builds for x86-windows. 2017-11-10 01:23:10 -08:00
Robert Schumacher
f625230452 [pcl][vtk] fixup_cmake_targets. Fix vtk config files regression. 2017-11-10 00:31:46 -08:00
Jozef Izso
2c4d1dc17f Update grpc port to release 1.7.0 2017-11-09 21:43:44 -08:00
Roelf-Jilling
ef2ebab09b [ms-gsl] update to current 2017-11-09 21:12:59 +01:00
Alexander Karatarakis
4b5d4527f5 [glbinding] Use vcpkg_from_github() 2017-11-08 17:21:21 -08:00
MadDog Test Execution Admin User
44cb4467a3 disbale the test 2017-11-08 17:01:07 -08:00
Robert Schumacher
087dc9410c [vtk] Fix builds, including static against HDF5. 2017-11-08 15:34:02 -08:00
Robert Schumacher
bb47f71bf3 [hdf5] Switch to using vcpkg_fixup_cmake_targets() 2017-11-08 15:33:38 -08:00
xoviat
1297e256de Add Coolprop (#2129) 2017-11-08 14:22:11 -08:00
Robert Schumacher
0a9751b3be
Merge pull request #2147 from twMr7/add_new_port_librealsense2
[librealsense2] new port
2017-11-08 11:42:35 -08:00
xoviat
00987279d8 Refprop headers: add port (#2148)
* [refprop] create CONTROL

* [refprop-headers] add portfile

* [refprop] fix install copyright

* fix

* fix

* [refprop-headers] Minor cleanup
2017-11-08 11:40:38 -08:00
Robert Schumacher
3d538e1da8
Merge pull request #2152 from Kwizatz/master
[tidy-html5] Added libtidy version 5.4.0
2017-11-08 11:37:31 -08:00
Robert Schumacher
ef48879bd3 [tidy-html5] Handle static builds. 2017-11-08 11:34:36 -08:00
Robert Schumacher
e626b09952
Merge pull request #2081 from TheCycoONE/luasocket
LuaSocket port for vcpkg
2017-11-08 08:48:14 -08:00
xoviat
56c74b32f6 If97 (#2131)
* [if97] create CONTROL

* [if97] add portfile

* [if97] create custom cmakelists

* [if97:portfile] copy cmakelists

* [if97:portfile] define build_targets

* [if97:portfile] fix def

* [if97:portfile] fix flag

* [if97:portfile] fix header

* [if97] remove cmake

* [portfile] cleanup

* [if97] No need to define SOURCE_PATH
2017-11-08 07:56:34 -08:00
LazyHamster
3e36c7bc7f [ogre] Reincarnation of cmake install dir patch. Updated version to 1.10.9. 2017-11-08 17:50:49 +03:00
Stefano Sinigardi
68bfea163a rename freeglut_static.lib for compatibility with FindGLUT.cmake 2017-11-08 14:55:46 +01:00
Alexander Karatarakis
9ea963dcec [catch] Fix hashes and download urls. Resolves #2151 2017-11-08 02:36:55 -08:00
James Chang
d0ac8b4898 [realsense2] renaming the port 2017-11-08 14:37:16 +08:00
Rodrigo Hernandez
acad35f493 [tidy-html5] Added libtidy version 5.4.0 2017-11-08 00:08:05 -06:00
Chris Bond
44a469aa3e updated control and port file for latest version of sqlite-modern-cpp 2017-11-07 18:25:47 -08:00
James Chang
0365de8b26 comment on the reason to disable OpenMP 2017-11-08 09:29:27 +08:00
Mikhail Paulyshka
e58f3ed58e [jasper] update to 2.0.14, fix UWP 2017-11-07 20:15:17 +03:00
kypp
9d2f9739ae new port: blosc 2017-11-07 01:49:27 -08:00
jasjuang
e2b2f49dc6 [libpng] use vcpkg_from_github 2017-11-07 01:41:19 -08:00
James Chang
31247f6f3b [librealsense2] new port 2017-11-07 15:59:02 +08:00
Alexander Karatarakis
05a82c5e95 [clapack] Fix downloaded file name 2017-11-06 15:29:22 -08:00
Mikhail Paulyshka
f1ab66b960 [openal-soft] update to 1.18.2
https://github.com/kcat/openal-soft/blob/openal-soft-1.18.2/ChangeLog
2017-11-06 12:29:27 -08:00