Commit Graph

9128 Commits

Author SHA1 Message Date
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
Phil Christensen
bacc1efa5c
[qt5] bump CONTROL version 2019-08-13 14:57:08 -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
Victor Romero
7a6f716b9e
[opencv] Expose all features from opencv4 (#7659) 2019-08-12 20:52:13 -07:00
Robert Schumacher
0e9d0cd89b
[tiff][tesseract][xerces-c] Disable unmanaged optional dependencies (#7622) 2019-08-12 14:42:45 -07:00
dan-shaw
0f3b6fc163 vs 2019 integration bug (#7623) 2019-08-12 14:41:53 -07:00
nicole mazzuca
875648e10b [vcpkg] Fix the build on VS2015 debug (#7637)
The VS2015 standard library requires, in debug mode, a comparison
operator on `T × U` and `U × T` to also be a comparison operator on
`T × T` and on `U × U`, and so in
vcpkg::Install::install_package::intersection_compare, I've added two
new `operator()` overloads which take those respectively, on VS2015.

Also, `[nodiscard]` was added to somewhere in `vcpkg/base/strings.h`,
which gives a warning in VS2015 -- thus, I added the `vcpkg/pragmas.h`
include, since that fixes the warning.
2019-08-12 14:02:59 -07:00
myd7349
da61a933fc [tiny-aes-c] Add new port (#7530) 2019-08-12 14:01:37 -07:00
NancyLi1013
28e510cbcc [dbow2] Add new port (#7552)
* [dbow2] Add new port

* Fix case sensitive in Linux.
2019-08-12 13:32:38 -07:00
NancyLi1013
ea2360b7f3 [bento4] Add new port (#7595) 2019-08-12 13:22:22 -07:00
myd7349
8c42dc553e [tgc] Add new port (#7644) 2019-08-12 12:24:53 -07:00
Curtis.Bezault
c605f4eea6 drop uneeded parameter from create_binary_control_file 2019-08-12 11:40:03 -07:00
Curtis.Bezault
44e08d28e7 remove uneeded header 2019-08-12 11:19:16 -07:00
Curtis.Bezault
5c11033ad7 Fix formatting, hash override, don't move pre_build_info 2019-08-12 10:22:05 -07:00
myd7349
25e948e2ba [tiny-bignum-c] Add new port (#7531)
* [tiny-bignum-c] Add new port

* [tiny-bignum-c] Fix UWP build
2019-08-12 12:43:59 -04:00
Stefano Sinigardi
4fb51523e9 [OpenCV] Update to v4.1.1 (#5169)
* [OpenCV] update to v4

* [OpenCV] update to v4.1

* [OpenCV] merge #6901 and #6812

* [OpenCV] port patches to v4.1

* [OpenCV] fix naming

* [OpenCV] fix regression with static linkage

* [OpenCV] fix linking to optional feature dependencies in static mode

* fix ffmpeg on some architectures

* trigger rebuild of regressions on macOS

* [zxing-cpp] fix opencv 4.1 compat

* [ogre] improve patching for static builds

* [OpenCV] fixes for extra features

* [OpenCV] drastically reduce patchset

* [OpenCV] fix regression on linux

* [OpenCV] fix regression on Windows

* [qt5] depends on qt5-activeqt only on windows

* update to v4.1.1

* [OpenCV] additional fixes for 4.1.1

* [OpenCV] fix Eigen3 feature integration

* [opencv] Fix compilation in UWP

* [opencv] Fix merge conflicts

* [ffmpeg] fix cmake module for osx

* [OpenCV] add pre-caching of optflow cuda package

* [gdcm] properly fix #6863 instead of wrong #6901

* [OpenCV] fix OpenMP feature

* [opencv] Add missing GetModuleHandle() call guard for UWP

* [freeimage] Do not depend on libwebp[all] on UWP

* [opencv] Set app container bit for UWP

* [zxing-cpp] Fail with explicit message in UWP

* [pthreads4w] fix target creation, missing dlls

* [pthreads4w] bump CONTROL

* [opencv,zxing-cpp] Fix OpenCV Video IO module

* [zxing-cpp] Revert unnecessary changes

* [opencv] Feature halide

* Fix regression in UWP

* [ffmpeg] remove unnecessary patch pointing to old OpenCV version

* [opencv] remove versioning from windows dll filenames

* [opencv] Move port to opencv4

* [opencv,opencv4] Make meta-package install OpenCV 4.1

* [opencv3] Rename old port opencv->opencv3

* Add failure messages when another OpenCV is already installed
2019-08-12 09:22:30 -07:00
JackBoosY
fffcd0a5ae [rocksdb]Change linkage type to static. (#7452) 2019-08-11 23:55:09 -07:00
Alexander Neumann
cabbe16525 [vcpkg/cmake] Added a function to fail from portfiles in a default way (#7601)
* added function vcpkg_fail_port_install to fail the portfile under requested circumstances and display a standarized failure message

* added always option.

* fix linux regressions

* bump control for ci tu rerun
2019-08-11 23:24:20 -07:00
sjdrc
56d3aa5d02
[qt5]Only build qt5-activeqt on windows 2019-08-11 18:29:07 +10:00
Nicole Mazzuca
29ddf1a5c2 remove clever use of std::ignore 2019-08-10 13:13:21 -07:00
Nicole Mazzuca
58f95cc856 fix two bugs in status 2019-08-10 13:13:21 -07:00
Nicole Mazzuca
420dbffaa0 clang-format, and fix a leftover 2019-08-10 13:13:21 -07:00
Nicole Mazzuca
a6ae888f4e fix the build on unix 2019-08-10 13:13:21 -07:00
Nicole Mazzuca
52b2e740de [vcpkg] Fix build under /W4
I was building under /W3, because CMake hadn't been set up to build
under /W4 -- therefore, I didn't see some warnings.

We also decided to remove the niebloids and instead break ADL by using
`= delete`, since otherwise we get warnings when we define a local
variable with the same name as a niebloid. I also removed `status` and
`symlink_status` from the `files` header, since it's unnecessary now,
and they're just implementation details of `RealFilesystem`.

I also removed some existing uses of unqualified `status(path)`, since
that no longer compiles. I also added `Filesystem::canonical`, to remove
another use of `fs::stdfs` in a function I was already working in.
2019-08-10 13:13:21 -07:00
Curtis.Bezault
5bd45366fb Add public abi override into the private abi 2019-08-09 15:15:22 -07:00
Lily
9dfab115aa [duckx] Add new port (#7561)
* [duckx] Add new port

* [duckx] Add new port
2019-08-09 15:02:57 -07:00
Curtis.Bezault
f0dd7b6296 fix missing abi key mistake 2019-08-09 14:51:16 -07:00
Curtis.Bezault
f9561a08db remove unnecessary include, fix variable extraction 2019-08-09 14:47:58 -07:00
Curtis.Bezault
ad82c38cc1 Actually only override the PUBLIC ABI, not the private one 2019-08-09 14:40:09 -07:00
Curtis.Bezault
724055b4e2 Merge branch 'external_file_abi' of github.com:cbezault/vcpkg into external_file_abi 2019-08-09 14:22:20 -07:00
Curtis.Bezault
0c7d8f4146 Change purpose of this PR to just overriding the abi 2019-08-09 14:21:58 -07:00