Phil Christensen
8d7245a91e
[zziplib] fix flaky build ( #7090 )
2019-06-29 22:21:00 -07:00
Thad House
b627d2cf79
Update wpilib port to fix build with full package ( #7087 )
...
Previously, a warning was being generated in a higher level project, and we build with /WX by default
2019-06-29 20:04:52 -07:00
myd7349
a7bbee3152
[vcpkg] Update vcpkg_check_features document ( #7091 )
...
* [oniguruma] Fix misusage of vcpkg_check_features
* [xsimd] Use vcpkg_check_features
2019-06-29 08:29:13 -07:00
grdowns
e27fe91198
Merge branch 'master' of https://github.com/Microsoft/vcpkg into openssl-version-bump
2019-06-28 17:32:12 -07:00
Phil Christensen
62ed7c1731
[asio] fix flaky build ( #7083 )
2019-06-28 13:50:32 -07:00
Stefano Sinigardi
79175994c2
[darknet] enable ninja ( #7064 )
...
* [darknet] enable ninja
* Bump CONTROL version
2019-06-28 13:48:42 -07:00
myd7349
b4675fd65a
[vcpkg] Add vcpkg_check_features ( #6958 )
...
* [vcpkg] Add vcpkg_check_feature, vcpkg_check_features
* [vcpkg] Remove vcpkg_check_feature
* [oniguruma,xtensor] Use vcpkg_check_features
2019-06-28 10:17:39 -07:00
Sönke Schau
5b6b66512b
[libu2f-server] New Port ( #6781 )
...
* update to 2.8.84
* [libu2f-server] Initial Port of Version 1.1.0
* Missing exported functions
* Add support for static linkage
* Added missing 'arm64' Target, and corrected case for 'arm' for vcpkg_install_msbuild
* Add support for arm64
* Support for arm target
* [libu2f-server] add cmakelists and patch
* string copy fix
* revert msbuild changes
* add compile definitions
* add patch file
* remove line
* change version
2019-06-27 16:41:01 -07:00
Victor Romero
53a02456a0
Update ports-overlay.md
2019-06-27 16:32:38 -07:00
Phil Christensen
4bb67553f0
[flann] fix flaky config ( #7073 )
2019-06-27 15:55:07 -07:00
Christophe Delacourt
66f1d9a747
[shaderc] update ( #6689 )
...
* update shaderc
* update shaderc
* fix glslang cmake targets, re enable vcpkg_fixup_cmake_targets()
* [spirv-tools] comment python distutils
* remove comments, change path
* glslang fix cmake targets
* change version
2019-06-27 15:38:53 -07:00
Victor Romero
35e985d3cc
Triplets Overlay Implementation ( #7053 )
...
* Triplets Overlay Implementation
* Use cache for get_triplet_file_path()
* Code cleanup
2019-06-27 12:20:12 -07:00
NancyLi1013
82cd021b42
[libxslt] Update the version to 1.1.33 and change the URL. ( #7058 )
2019-06-27 11:08:20 -07:00
Thijs Withaar
0550221978
[soxr]: define arm on windows
2019-06-27 18:41:28 +02:00
Thijs Withaar
f884a9e2ea
[soxr] patch potentially uninitialized variable, remove build warning
2019-06-27 18:41:28 +02:00
Thijs Withaar
93b9320fe4
[soxr] skip examples
2019-06-27 18:41:28 +02:00
Thijs Withaar
f4993def21
[soxr] Fix macos build: remove share
2019-06-27 18:41:28 +02:00
Thijs Withaar
60b96c3d0c
[soxr] Set Cmake options through portfile.cmake rather than a patch.
2019-06-27 18:41:28 +02:00
Thijs Withaar
f362309178
[soxr] initial commit
2019-06-27 18:41:28 +02:00
Sean Yen
a6fe726ebb
Fix header path propagation. ( #7015 )
2019-06-26 22:20:04 -07:00
Phil Christensen
40537b848b
[libftdi] resolve ninja error (-w dupbuild=err) ( #7055 )
2019-06-26 16:35:03 -07:00
Phil Christensen
539695e544
[restclient-cpp] disable tests ( #7054 )
2019-06-26 16:03:27 -07:00
Phil Christensen
22ebb8ca68
[libmikmod] resolve ninja error (-w dupbuild=err) ( #7052 )
2019-06-26 16:03:13 -07:00
Alexander Neumann
fd87a081bb
Introduce an easier way to identify target systems... ( #6846 )
...
* Introduce an easier way to identify target systems...
* fix missing ()
* move the include around.
also added vcpkg_common_functions to be automatically included
* remove warning message
* added remaining VCPKG_CMAKE_SYSTEM_NAMEs found only in vcpkg_configure_cmake to load a toolchain.
* remove warning again from messed up merge
2019-06-26 15:00:48 -07:00
Jackie Ng
8c22bd9aad
[freexl]: Linux build support ( #6813 )
...
* [freexl]: Add linux build support
* [freexl]: Remove various commented-out references to gdal (from which this initial Linux support was based from)
* [freexl]: Port changes based on PR feedback
* [freexl]: The CI error logs suggest the port has issues building for both debug/release in the same source directory on Linux. Split this off into separate debug/release source directories.
2019-06-26 14:51:58 -07:00
Robert Schumacher
db0c6043dc
[curl] Revert revert of -imp
suffix removal. ( #6698 )
...
* [curl] Revert revert of `-imp` suffix removal.
* [idevicerestore][libideviceactivation] Simplify dependency on curl
* [curl] Trivial change to provoke rebuild
2019-06-26 11:49:39 -07:00
Robert Schumacher
7a3818f575
[angle] Update to latest master ( #6892 )
...
* [angle] Update to latest master
* [angle] Add gpu_info_util
2019-06-26 11:47:39 -07:00
Leonid Pospelov
94494ddf6c
[cpp-httplib] Add new port ( #7037 )
2019-06-26 10:41:48 -07:00
NancyLi1013
af1c9e10fc
[libmupdf] Update the port to version 1.15.0 ( #7046 )
2019-06-26 10:37:04 -07:00
Phoebe
64d8f95031
[Boost-variant] Upgrade to 1.70.0 ( #7047 )
...
* [Boost-variant] Upgrade to 1.70.0
* Update patch
2019-06-26 10:36:16 -07:00
Daniel Marshall
faf17a0f4a
Fix homepage for range-v3(-vs2015) ( #7049 )
2019-06-26 10:34:19 -07:00
JackBoosY
eff0769b75
[openvdb]Upgrade version to 6.1.0, regenerate patches and fix build errors. ( #6864 )
2019-06-26 10:33:36 -07:00
lsparey
9706c31c75
Do not delete the third_party include folder when building with mnmlstc
2019-06-26 17:44:59 +01:00
John McNamara
9c3e312d81
[libxlsxwriter] upgrade to 0.8.7 ( #7034 )
...
Upgrade to the latest version of libxlsxwriter.
Closes #6982
2019-06-25 22:11:41 -07:00
Simon Brand
7b540fe208
[tl] Update tl::expected and tl::optional, add tl::function_ref ( #7028 )
...
* [tl] Update tl::expected and tl::optional, add tl::function_ref
* [tl-expected][tl-function-ref][tl-optional] Always prepopulate FetchContent
2019-06-25 22:09:16 -07:00
John Zhu
32ee6c96ce
#5248 make vcpkg buildable as 'system' user ( #7038 )
...
If we keep TMP, when run as 'system' user it is using Windows\Temp folder.
2019-06-25 21:45:02 -07:00
Maxime Gervais
abb7f546de
[libzen] Add new port ( #7004 )
2019-06-25 21:44:17 -07:00
wangli28
7401e2ff64
[libevent] Upgrade to version 2.1.10 ( #6969 )
2019-06-25 16:11:45 -07:00
Phil Christensen
1ce24dd0db
[docs]Update cmake docs ( #7039 )
2019-06-25 16:08:18 -07:00
Phil Christensen
ab81312c63
[libfabric] reorder patch ( #7036 )
2019-06-25 14:52:31 -07:00
Phil Christensen
1004b2ea11
[libmikmod] patch cmake warning ( #7035 )
...
* [libmikmod] Address cmake warnings
2019-06-25 14:19:57 -07:00
JackBoosY
b9764f8d89
[qt5-base]Add execute permission when installing executables in Linux. ( #7019 )
2019-06-25 11:02:43 -07:00
NancyLi1013
728c767817
[libpmemobj-cpp] Add new port ( #7020 )
2019-06-25 11:01:19 -07:00
wangli28
90ad82908e
[nana, fmi4cpp] Fix Visual Studio 2019 deprecates <experimental/filesystem>. ( #7021 )
2019-06-25 11:00:48 -07:00
tarcila
14d1575e0b
[capnproto] Enable Linux and OSX support ( #7024 )
...
Now that #5630 is fix, this package is fully supported on both Linux
and Mac OS X.
2019-06-25 10:59:51 -07:00
wangli28
6a6d350d49
[armadillo] Fix build error in Linux ( #7022 )
...
[armadillo] Fix installation path
2019-06-25 10:56:21 -07:00
Phil Christensen
40a78054f5
[cnl] Update cnl to latest( #7031 )
2019-06-25 10:55:24 -07:00
tarcila
54b3be6b60
[scripts] Fix vcpkg_fixup_cmake on non Windows platforms ( #5630 )
...
* [scripts] Fix vcpkg_fixup_cmake on non Windows platforms
Script was only handling tools executables ending with .exe.
Changed it so anything under /bin/ in transformed.
This fixes for instance FlatcTargets-release.cmake from flatbuffers
port on osx.
2019-06-24 23:21:30 -07:00
Benjamin Sergeant
ecc4b1631f
[ixwebsocket] add new port ( #6835 )
...
* Add ixwebsocket
* remove commented cmake directives
* add dependencies
* directive to remove share folder
* try again with 4.0.3 which is using find_library for external code instead of vendoring it by default
* use vcpkg feature flag to detect ssl backend + compile ws
* do not build ws command line tool
* add a feature for osx / control file closer to curl one
* stop using features, as this makes CI unhappy
* Revert "stop using features, as this makes CI unhappy"
This reverts commit 4666b18567
.
* play again with Build-Depends to fix error which appears to be only on uwp
* call vcpkg_from_github instead
* share folder not created
2019-06-24 15:38:04 -07:00
Stefano Sinigardi
aefbaa1ba9
[darknet] update to latest release ( #6787 )
...
* [darknet] update to latest release
* [darknet] Reduce patch size
* update to latest release, does not require any patch :)
2019-06-24 15:22:57 -07:00