9105 Commits

Author SHA1 Message Date
Phil Christensen
051a6fd5b3 [boost] split Build-Depends on multipls lines 2019-08-21 13:48:47 -07:00
JackBoosY
9ff11b0d00 [gdal]Fix dependent ports in static builds. (#7434) 2019-08-19 17:10:41 -07:00
Igor Kostenko
7656eb0317 [boost-modular-build-helper] Fix multiple compiler and linker options… (#7160)
* [boost-modular-build-helper] Fix multiple compiler and linker options support in boost
2019-08-19 17:06:57 -07:00
Phil Christensen
5a1e992023
[vcpkg] allow multiple spaces in a comma list (#7754) 2019-08-19 13:49:44 -07:00
Victor Romero
8e7ce6d91a
Add guideline for VCPKG_<LANG>_FLAGS (#7751) 2019-08-19 12:28:30 -07:00
Ehsan
55f574632b [libmorton] Update library to 0.2 (#7738) 2019-08-19 11:29:18 -07:00
Alexander Neumann
9c879883f6 add variables for target specific library suffix and prefix. (#7600)
also set the according cmakevariables in script mode
enabling find_library calls in portfiles
2019-08-19 11:13:30 -07:00
myd7349
432e357737 [libsvm] Add new port (#7664)
* [libsvm] Add new port

* [libsvm] Add tools feature

* [libsvm] Fix UWP build
2019-08-19 10:43:58 -07:00
JackBoosY
20a0c30dd8 [jsonnet]Upgrade version to 0.13.0 (#7374)
* [jsonnet]Upgrade version to 0.13.0

* [jsonnet]Use different commands depending on the version of powershell.

* [jsonnet]Fix merge error.
2019-08-19 08:55:29 -07:00
Martin Kröning
9a6f38041f [ffmpeg] Fix static linking on Windows, FindFFMPEG (#7739)
This adds zlib as dependency to make it possible to find in FindFFMPEG.cmake.
Also FFmpeg likes to autodetect zlib for additional features on compilation.
This removes the check for stdint.h, as it is included since MSVC 2010 and does not always find it.
To enable static linking on windows, bcript had to be added:

avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptOpenAlgorithmProvider@16 referenced in function _av_get_random_seed
avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptCloseAlgorithmProvider@8 referenced in function _av_get_random_seed
avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptGenRandom@16 referenced in function _av_get_random_seed
2019-08-19 08:41:49 -07:00
Ehsan
81258880b1 [double-conversion] Update library to 3.1.5 (#7717) 2019-08-19 08:36:16 -07:00
Nicole Mazzuca
300e21d59e [vcpkg] Major tool CMakeLists.txt updates
- Add the "VCPKG_DEVELOPMENT_WARNINGS" flag
	- setting "WERROR" will also set this flag
	- This flag is set by default
	- on GCC/clang, this will pass '-Wall -Wextra -Wpedantic -Werror'
	- on GCC, this will additionally pass '-Wmissing-declarations'
	- on clang, this will additionally pass '-Wmissing-prototypes'
	- on MSVC, this will pass '-W4 -WX'
- On Visual Studio 2017 and later, pass '-permissive-'
- Change the source for fallout of these changes
- add `format` subcommand
	- formats all C++ source and header files using clang-format
- move `include/vcpkg-test/catch.h` to `include/catch2/catch.hpp`
- pass CONFIGURE_DEPENDS to file(GLOB)
2019-08-16 19:40:53 -07:00
Lily
5d1751dfda [open62541, duktape] Update hash for pip. (#7548)
* [open62541, duktape] Update hash for pip.

* [duktape] Fix build error on Linux

* [open62541, duktape] Update download linkage for pip.

* [open62541] Resolve conflict

* [open62541] Resolve conflict

* [open62541] Remove homepage
2019-08-16 17:22:04 -07:00
NiHoel
de3d6b5c26 Fix building feature opencv halide (#7581)
* Add feature halide to OpenCV.

* Add dependency of opencv[halide] to opencv[dnn].

* Fix building opencv[halide].

* Only require opencv[dnn] not default features.

* Migration to opencv4 port.

* [opencv] Normalize line endings in CONTROL file

* [opencv] Normalize line endings in CONTROL file
2019-08-16 17:16:17 -07:00
Curtis J Bezault
3ddfd132eb
Merge pull request #7731 from ehsan-mohammadi/dev0
[cgltf] Update library to 1.2
2019-08-16 14:05:03 -07:00
Curtis J Bezault
b47ca1b012
Merge pull request #7305 from cbezault/external_file_abi
[vcpkg] Public ABI override option
2019-08-16 13:51:22 -07:00
unknown
7a17abd59d [cgltf] Update library to 1.2 2019-08-17 01:08:53 +04:30
Curtis J Bezault
dd8e95af87
Merge pull request #7729 from cskrisz/patch-2
[sfml] Fix system package dependencies on Ubuntu
2019-08-16 13:30:37 -07:00
Lily
a3135b7c86 [field3d] Add new port (#7594)
* [field3d] Add new port

* [field3d] Add new port
2019-08-16 13:08:35 -07:00
Krisztián Csordás
879a7fafd7
Fix opengl for SFML
Cmake doesn't find opengl on Ubuntu (tried 18.04, 19.04) even after installing the required system dependencies.

libgl1-mesa-dev works instead of mesa-common-dev, as noted here: https://stackoverflow.com/a/47926071/6597851.
2019-08-16 21:40:44 +02:00
Alexander Neumann
c176532bd6 [tinkerforge] add new port (#7523)
* triplet whitespace changes to change abi tags in ci and trigger full CI rebuild

* [tinkerforge] add new port

* Revert "triplet whitespace changes to change abi tags in ci and trigger full CI rebuild"

This reverts commit 5f356794b98d5ddd303886f97fce5d8523c54566.

* added uwp early failure
2019-08-16 12:02:14 -07:00
Curtis J Bezault
1ccf986f76
Merge pull request #7726 from adrido/revert-irrlicht-unicode-paths
Revert "[irrlicht] use unicode path on windows (#7354)"
2019-08-16 10:27:59 -07:00
Curtis J Bezault
b87dc541b5
Merge pull request #7710 from JackBoosY/dev/jack/7477
[libmariadb]Fix usage error LNK2001.
2019-08-16 10:23:47 -07:00
Curtis J Bezault
a17a013ad8
Merge pull request #7697 from wangli28/dev/Lily/issue7682
[geographiclib] Fix build error on Linux
2019-08-16 10:23:13 -07:00
Curtis J Bezault
be7428900d
Merge pull request #7714 from ehsan-mohammadi/master
[cpp-httplib] Update library to 0.2.1
2019-08-16 10:22:55 -07:00
Curtis J Bezault
71f4cba1f8
Merge pull request #7715 from ehsan-mohammadi/dev0
[pegtl-2] Update library to 2.8.1
2019-08-16 10:22:08 -07:00
Curtis J Bezault
424ceb04b5
Merge pull request #7716 from ehsan-mohammadi/dev1
[doctest] Update library to 2.3.4
2019-08-16 10:21:58 -07:00
Curtis J Bezault
9e17c421e5
Merge pull request #7723 from ehsan-mohammadi/dev7
[sqlite-orm] Update library to 1.4
2019-08-16 10:17:17 -07:00
Curtis J Bezault
7a42fe13c3
Merge pull request #7721 from ehsan-mohammadi/dev5
[oniguruma] Update library 6.9.3
2019-08-16 10:16:58 -07:00
Curtis J Bezault
4a88e39412
Merge pull request #7722 from ehsan-mohammadi/dev6
[robin-hood-hashing] Update library to 3.4.0
2019-08-16 10:16:48 -07:00
Curtis J Bezault
4c5feec022
Merge pull request #7718 from ehsan-mohammadi/dev3
[jsoncons] Update library to 0.132.1
2019-08-16 10:16:19 -07:00
Curtis J Bezault
41b1746337
Merge pull request #7719 from ehsan-mohammadi/dev4
[jsoncpp] Update library to 1.9.1
2019-08-16 10:16:01 -07:00
DailyShana
073e0e4306 Revert "[irrlicht] use unicode path on windows (#7354)"
This reverts commit 22be764ecc302d93371b8f7a05faf0fc4e39fa31.
2019-08-16 16:19:18 +02:00
unknown
da6c72ed50 [sqlite-orm] Update library to 1.4 2019-08-16 14:27:01 +04:30
unknown
db96ecd7d7 [robin-hood-hashing] Update library to 3.4.0 2019-08-16 14:14:15 +04:30
unknown
ebefed05d4 [oniguruma] Update library 6.9.3 2019-08-16 13:55:18 +04:30
unknown
099c31ad69 [jsoncpp] Update library to 1.9.1 2019-08-16 13:43:24 +04:30
unknown
812beb6101 [jsoncons] Update library to 0.132.1 2019-08-16 13:31:52 +04:30
unknown
f71048c97d [doctest] Update library to 2.3.4 2019-08-16 12:50:01 +04:30
unknown
35696e12f8 [pegtl-2] Update library to 2.8.1 2019-08-16 12:39:18 +04:30
unknown
f82c50c9a5 [cpp-httplib] Update library to 0.2.1 2019-08-16 12:06:16 +04:30
wangli28
c315a54a95 [geographiclib] Remove elseif 2019-08-16 06:21:05 +00:00
Adam Martin
0a033250c7 Added feature to optionally install all Angelscript standard addons (#7650) 2019-08-15 22:47:14 -07:00
JackBoosY
d72c12c84b [libmariadb]Fix usage error LNK2001. 2019-08-15 20:20:59 -07:00
Curtis J Bezault
22e787f944
Merge pull request #7708 from denis-gz/libtorrent-update
[libtorrent] Update to 1.2.1-bcb26fd6
2019-08-15 16:36:53 -07:00
Denis Zavorotnyy
063b6878b0 [libtorrent] Update to 1.2.1-bcb26fd6
1.2.1-bcb26fd6

	* fix issue where trackers from magnet links were not included in create_torrent()
	* make peer_info::client a byte array in python binding
	* pick contiguous pieces from peers with high download rate
	* fix error handling of moving storage to a drive letter that isn't mounted
	* fix HTTP Host header when using proxy

1.2.1 release

	* add dht_pkt_alert and alerts_dropped_alert to python bindings
2019-08-16 01:50:24 +03:00
Curtis J Bezault
513e28ee57
Merge pull request #7358 from PhoebeHui/dev/Phoebe/UpdateLeptonica
[leptonica] Upgrade to 1.78.0
2019-08-15 15:33:52 -07:00
Curtis J Bezault
1040357cf5
Merge pull request #7437 from myd7349/mpmcqueue-spscqueue-init
[mpmcqueue][spscqueue] Add new port
2019-08-15 15:33:06 -07:00
NancyLi1013
034d5c9afc [hfsm2] Add new port (#7516)
* [hfsm2] Add new port

* [Update the way to install headers]

* Add build depends
2019-08-15 13:35:57 -07:00
NancyLi1013
7dcaf39581 [pistache] Add new port (#7547)
* [pistache] Add new port

* Update prompt messages

* Remove pkgconfig file from lib and debug/lib.
2019-08-15 13:30:32 -07:00
Curtis J Bezault
246dc09cae
Merge pull request #7703 from coryan/update-googleapis-port
Update googleapis to 0.1.3.
2019-08-15 13:05:47 -07:00
Carlos O'Ryan
82eb7ae03e
Update googleapis to 0.1.3. 2019-08-15 15:05:47 -04:00
myd7349
47d761faf0 [wg21-sg14] Add new port (#7663)
* [SG14] Add new port

* [wg21-sg14] Rename
2019-08-15 11:57:26 -07:00
JackBoosY
514ad6542c [czmq/pcl]Fix judgment feature condition. (#7700) 2019-08-15 11:47:13 -07:00
Curtis J Bezault
0a899c4f68
Merge pull request #7699 from wangli28/dev/Lily/issue7686
[nghttp2] Upgrade to version 1.39.2
2019-08-15 10:24:39 -07:00
Curtis J Bezault
8774a15181
Merge pull request #7702 from ehsan-mohammadi/master
[brynet, catch2, chakracore] Update some ports version
2019-08-15 10:23:35 -07:00
Curtis J Bezault
2b3c362059
Merge pull request #7669 from wangli28/dev/Lily/issue7668
[libgit2] Upgrade to version 0.28.3
2019-08-15 10:04:24 -07:00
Curtis J Bezault
852e817462
Merge pull request #7670 from PhoebeHui/dev/Phoebe/fixspdlog
[spdlog] fix cmake targets path
2019-08-15 10:03:54 -07:00
Curtis J Bezault
e236942061
Merge pull request #7695 from longhuan2018/Fix-osgearth-with-rocksdbrocksdb(lz4,snappy,zlib,tbb,zstd)-failed
[osgearth]Fix osgearth rocksdb plugin build falied
2019-08-15 08:57:07 -07:00
Curtis J Bezault
7cf6c6324b
Merge pull request #7698 from JackBoosY/dev/jack/upgrade_poco_1.9.2
[poco]Upgrade version to 1.9.2 release.
2019-08-15 08:55:56 -07:00
JackBoosY
fa5d80b9dd [poco]Fix library using pcre. 2019-08-15 03:18:58 -07:00
unknown
890d9eae9d [chakracore] Update library to 1.11.12 2019-08-15 13:57:39 +04:30
unknown
278bbe4769 [catch2] Update library to 2.9.2 2019-08-15 13:55:08 +04:30
unknown
547fc19218 [brynet] Update library to 1.0.3 2019-08-15 13:53:24 +04:30
JackBoosY
9711ca77d3 [poco]Re-fix unbundled_pdf.patch 2019-08-15 00:54:28 -07:00
wangli28
4daff70a19 [nghttp2] Upgrade to version 1.39.2 2019-08-15 07:40:55 +00:00
JackBoosY
6f13a587c0 [poco]Upgrade version to 1.9.2 release. 2019-08-15 00:19:37 -07:00
wangli28
89d8cece0d [geographiclib] Fix build error on Linux 2019-08-15 06:52:32 +00:00
Long Huan
4b81f7f08f Fix osgearth rocksdb plugin build falied 2019-08-15 13:27:14 +08:00
Victor Romero
edaf3bf91e
[depend-info] Fix bugs, add --sort, --show-depth and --max-recurse options (#7643)
* [depend-info] Follow same rules as vcpkg install

* [depend-info] Add --max-depth and --sort options

* [depend-info] Improve output readability (a tiny bit)

* [depend-info] Add --show-depth option

* [depend-info] Fix build on VS 2015

* [depend-info] Fix output of --dot and --dgml
2019-08-14 15:38:07 -07:00
Curtis J Bezault
b69fd4adae
Merge pull request #7608 from JackBoosY/dev/jack/ffmpeg_avresample
[ffmpeg]Add feature avresample.
2019-08-14 14:46:42 -07:00
Curtis J Bezault
aa0c404c2c
Merge pull request #7649 from tmpvar/tmpvar/blosc/fix-debug-builds
[blosc] enable dependent ports to use debug builds
2019-08-14 14:20:10 -07:00
Curtis J Bezault
a9d8f2ca90
[libidn2] Update to version 2.2.0. (#7685) 2019-08-14 14:16:49 -07:00
Kevin Lu
4e9d79e36d [protobuf] Update from 3.9.0 to 3.9.1 (#7671) 2019-08-14 14:16:33 -07:00
Long Huan
12b18a59fc Update collada.patch (#7677) 2019-08-14 14:13:19 -07:00
Long Huan
37469195ef Fix osgqt build error LNK 1181 (#7672) 2019-08-14 14:12:55 -07:00
Alexander Neumann
f9c92910a7 Change CMakeLists.txt in toolsrc to allow compiling with llvm toolset (#4572)
* llvm warning pessimistic move

* warning missing override

* warning invalid noreturn. ::TerminateProcess ist not marked as noreturn!

* use more modern cmake features instead of adding c++ standard by hand.

* Normalize line endings

* Fix add_executable()

* Fix target commands

* Clean up CMakeLists.txt
2019-08-14 14:06:00 -07:00
myd7349
50253f06a4 [fast-cpp-csv-parser] Add new port (#7681) 2019-08-14 14:05:21 -07:00
RT222
885370d30c [physx] Update to 4.1.1 (with support for Visual Studio 2019) (#7679) 2019-08-14 14:05:02 -07:00
contre
e756a7564d [gtest] update to 90a443f9c2437ca8a682a1ac625eba64e1d74a8a (#7692)
Resolves #7690
2019-08-14 14:03:38 -07:00
Vitaliy Didik
24f0ed6723 [libidn2] Update to version 2.2.0. 2019-08-14 17:40:23 +03:00
Victor Romero
a3a6530631
[vcpkg_check_features] Set output variable explicitly and allow reverse-logic check (#7558)
* [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly

* [vcpkg_check_features] Allow reverse logic for features

* [vcpkg_check_features] Document new parameters

* [vcpkg_check_features] Remove unnecessary logging

* Do not create variables for each feature only set OUT_FEATURE_OPTIONS

* Improve documentation

* Update ports that use vcpkg_check_features()

* Missing documentation updates

* [pcl] Fix tools feature

* [opencv,opencv4] Fix usage of vcpkg_check_features()

* [opencv4] Fix typo
2019-08-13 20:13:55 -07:00
Phoebe
7291a25631 [spdlog] fix cmake targets path 2019-08-13 19:55:28 -07:00
wangli28
6e3059bb13 [libgit2] Upgrade to version 0.28.3 2019-08-14 02:24:06 +00:00
Elijah Insua
644caf17e7 [blosc] enable dependent ports to use debug builds
refs: https://github.com/Microsoft/vcpkg/issues/3601

The bulk of this work is to utilize the standard vcpkg find_package
code to find the correct binaries in both Release and Debug modes.
2019-08-13 16:23:48 -07:00
Lily
e6a21e1b42 [dimcli] Fix build error C2220 (#7651) 2019-08-13 14:48:21 -07:00
Phoebe
285f259be7 [usockets] upgrade to v0.3.1 (#7662) 2019-08-13 14:28:45 -07:00
RT222
56136b3268 [directxtk][directxtk12][directxmesh][directxtex] Updated to June version and improved platform toolset support (#7665)
* [directxtk][directxtk12][directxmesh][directxtex] Updated to June version and improved platform toolset support

* [directxtk12] Fixed build error on x86 platform

* [directxmesh][directxtex] Fixed UWP builds failure
2019-08-13 14:27:28 -07:00
Lily
86ec91b6ee [yasm] Add new port (#7478)
* [yasm] Add new port

* [yasm] Add new port

* Remove patch; Use port var; use vcpkg_add_to_path
2019-08-13 14:12:28 -07:00
myd7349
1516bfddf7 [hayai] Add new port (#7624)
* [hayai] Add new port

* [hayai] Fixup Linux CMake targets

* [hayai] Fix UWP build

* [hayai] Fixup CMake targets on Linux
2019-08-13 11:44:11 -07:00
myd7349
ed027d4956 [tiny-regex-c] Add new port (#7626) 2019-08-13 10:51:47 -07:00
myd7349
886dad5911 [plf-colony][plf-list][plf-nanotimer][plf-stack] Add new ports (#7627) 2019-08-13 10:50:49 -07:00
Ehsan
fc7b1ff7a7 [ade] Update library to 0.1.1f (#7628) 2019-08-13 10:49:59 -07:00
myd7349
04b7dd89d8 [lazy-importer] Add new port (#7630) 2019-08-13 10:49:31 -07:00
myd7349
fed6f0422d [xorstr] Add new port (#7631) 2019-08-13 10:49:08 -07:00
myd7349
e0989ba7aa [nt-wrapper] Add new port (#7633) 2019-08-13 10:47:47 -07:00
Genos
d9eeafec4f [monkeys-audio] Update library to 4.8.3 (#7634)
* Update portfile.cmake

* Update CONTROL
2019-08-13 10:44:54 -07:00
Bill Avery
69f7376b22 [cppgraphqlgen] Update with matching PEGTL (#7639)
* [cppgraphqlgen] Update with matching PEGTL

* Pick up cppgraphqlgen v3.0.2
2019-08-13 10:42:47 -07:00
Björn Blissing
157ddb24bc Update osg version to 3.6.4 (#7653) 2019-08-13 10:37:01 -07:00
Genos
80f887934c [drlibs] Add new port (#7656) 2019-08-13 10:31:37 -07:00