Commit Graph

8216 Commits

Author SHA1 Message Date
soroshsabz
246bd61ba1 Add -allowAppleClang option to bootstrap.sh. (fixes #4698) (#5915)
* Add -allowAppleClang option to bootstrap.sh. (fixes #4698)

* [vcpkg-bootstrap] Simplify appleclang changes and reformat

* [vcpkg-bootstrap] Remove enviroment variable VCPKG_ALLOW_APPLE_CLANG
2019-04-11 00:32:03 -07:00
Ryan Saunders
a492caf9d5 Merge branch 'master' into query_deps 2019-04-10 23:07:17 -07:00
Ryan Saunders
80965287d1 Add --no-recurse switch to depend-info command. 2019-04-10 23:01:37 -07:00
Tony Lin
bc4703def1 Update CONTROL
Revert version number since @grdowns already bumps version number
2019-04-11 04:47:12 +00:00
Tony Lin
44079a89fe Update CONTROL
Bump the version in CONTROL file
2019-04-11 04:41:35 +00:00
Tony Lin
3e12f3fa57 Update CONTROL
Bump the version in CONTROL file
2019-04-11 04:38:21 +00:00
Cheney Wang
b625cbf82f [openvdb] Fix openvdb[tools] build failures (#6028) 2019-04-10 21:30:49 -07:00
grdowns
38e473c36c [pcre2] Bump version number 2019-04-10 19:44:34 -07:00
grdowns
2e44aa9631 Merge branch 'pcre2-arm64' of https://github.com/tony979/vcpkg into dev/grdowns/6033 2019-04-10 19:43:33 -07:00
Griffin Downs
124bf54d40
Merge pull request #6044 from Microsoft/dev/grdowns/bump-openssl-windows-ver
[openssl-windows] Bump version number
2019-04-10 19:39:33 -07:00
grdowns
6ba941ce96 [openssl-windows] Bump version number 2019-04-10 19:37:13 -07:00
Griffin Downs
b7b5470397
Merge pull request #6030 from tony979/openssl-arm64
Enable openssl:arm64-windows (Fix #4478, #4812)
2019-04-10 19:32:34 -07:00
Phil Christensen
6c62b08fcb Revert "partial update for testing"
This reverts commit 880181892e.
2019-04-10 12:41:41 -07:00
Phil Christensen
dc4b27955b Revert "add git hash"
This reverts commit 1a3b388a91.
2019-04-10 12:41:28 -07:00
Phil Christensen
1a3b388a91 add git hash 2019-04-10 12:37:43 -07:00
Phil Christensen
880181892e partial update for testing 2019-04-10 12:34:46 -07:00
Tony Lin
6166c1509a Enable pcre2:arm64-windows
Update sljitConfigInternal.h for ARM64
2019-04-10 11:21:17 +00:00
Tony Lin
a1d48b8191 Enable pcre:arm64-windows
Update format
2019-04-10 10:01:01 +00:00
Tony Lin
9b45a7b09c Enable pcre:arm64-windows
Update sljitConfigInternal.h for ARM64, resolve error C2375: 'FlushInstructionCache': redefinition; different linkage
2019-04-10 09:55:52 +00:00
stfnp
e08db20db9
Add missing dependency for static Qt builds 2019-04-10 11:34:48 +02:00
Tony Lin
875f0afbc7 Enable openssl:arm64-windows 2019-04-10 07:46:42 +00:00
Andre Abrantes
8c3e093d05 [fix][ffmpeg] changing $PATH separator for Linux (#6015)
* [fix][ffmpeg] changing $PATH separator for Linux

Using a semicolon in $PATH might break on some flavors of Linux, eg Docker based on Ubuntu 18.04.
2019-04-09 23:02:31 -07:00
alexander-smyslov
45e7641ea0 [activemq-cpp] Add activemq-cpp library (#6017) 2019-04-09 23:01:34 -07:00
Robert Schumacher
705f9f4919 Complete revert of accidental merge b1b7ec5c0b 2019-04-09 16:04:41 -07:00
Victor Romero
1db72cd0ea Revert "Print what port installed confliciting files"
This reverts commit 79682317c9.
2019-04-09 15:55:20 -07:00
Curtis J Bezault
b1b7ec5c0b
Merge branch 'master' into master 2019-04-09 15:22:49 -07:00
Curtis.Bezault
79682317c9 Print what port installed confliciting files 2019-04-09 15:04:44 -07:00
Marcus Asteborg
8a1c4fce30 Use Opus CMake #4875 (#6007) 2019-04-09 09:56:02 -07:00
LarryIII
68d1d2b1eb [sdl1]Fix sdl1 conflict with sdl2 (#6011) 2019-04-09 09:54:47 -07:00
past-due
0caaf64b90 [curl] Bump CONTROL version (#6012) 2019-04-09 09:53:45 -07:00
Stefano Sinigardi
0d0bb98ead [darknet] add compatibility with OpenCV 4 (#6018) 2019-04-09 09:52:44 -07:00
Erwan BERNARD
cfe58912a8 [soci] bump version (#5964) 2019-04-08 23:54:58 -07:00
past-due
c2790cd23e [google-cloud-cpp] Fix libcurl linkage (#5968)
* [google-cloud-cpp] Fix libcurl linkage

* [curl] Fix libcurl exported CMake target config (Windows)
2019-04-08 23:54:07 -07:00
past-due
6240fe128b [curl] Fix tool feature (#5971)
- Use appropriate EXECUTABLE_SUFFIX to support non-Windows platforms
- Fixup `curl-target-release.cmake` to point to the new executable location (fixing the CURL::curl target)
2019-04-08 23:53:10 -07:00
Robert Schumacher
b39b0899cb [vcpkg] Synchronize vcpkg-base with external repo (#5934) 2019-04-08 23:26:18 -07:00
Robert Schumacher
ccbef64605 [angle] Fix regressions introduced in #4862: (#5922)
Reintroduces the unofficial:: targets.
PREFER_NINJA.
Small simplifications/modernizations.
2019-04-08 23:25:31 -07:00
NancyLi1013
9ca6603ca4 [g2o] Fix g2o:x64-windows failed with POST_BUILD_CHECKS_FAILED.#4098 (#5925)
* [g2o] fix g20:x64-windows failed with POST_BUILD_CHECKS_FAILED.#4098

* Add "VCPKG_USE_HEAD_VERSION" to judge if it is from HEAD.
2019-04-08 23:24:31 -07:00
Phoebe
46bd973e18 [Tbb] Updates 2019.03.29 (#5928)
* [Tbb] Updates 2019.03.29

* Set the tbb  installed libs in TBBConfig.cmake
2019-04-08 23:23:31 -07:00
Xiao Ai
81ecf512ac update sqlite3 to 3.27.2 (#6002) 2019-04-08 17:14:39 -07:00
Johnny Willemsen
757e218812 [ace] Add support for Visual Studio 2019 (#6001)
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2019-04-08 12:35:23 -07:00
Griffin Downs
b49c739129
Merge pull request #5702 from kiwixz/pr/cmake_3_14
Update to cmake 3.14 (allow compilation with VS2019RC v142)
2019-04-08 10:52:14 -07:00
Todor Prokopov
fb47d74d6d [pixman] Fix build on x86-linux (#5998) 2019-04-08 10:36:11 -07:00
Johnny Willemsen
8a4c65dc24 [ace] Upgrade to 6.5.5 (#5992)
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2019-04-08 10:35:28 -07:00
David Garcia
f7bc4cd54c [opentracing] v1.5.1 (#5974)
* OpenTracing #5970

* No UWP. Static requires dynamic #5970
- Dynamic version can be build without the static one
- Static version can only be build when dynamic is also active
- UWP is not supported

* Linux support #5970
2019-04-07 22:22:49 -07:00
pantor
06990d6110 [inja] Update to v2.1.0 (#5985)
* Update CONTROL

* Update portfile.cmake
2019-04-07 22:18:03 -07:00
Markus Rickert
02e9fe72fa Add port for solid3 (#5989) 2019-04-07 22:17:02 -07:00
kiwixz
9a4f3c1982 [ebml,matroska] update ebml to 1.3.7, fix installation on linux (#5981)
* [ebml] fix installation on linux

* [ebml] update to 1.3.7

* [ebml] fix config installation on linux

* [matroska] cleanup, fix linux compilation
2019-04-06 22:56:04 -07:00
Carlos O'Ryan
bc907b64ee Update google-cloud-cpp to v0.8.0. (#5972) 2019-04-05 22:51:32 -07:00
Phil Christensen
aa9f3b2a43
[freeimage] fixup dependencies (#5969) 2019-04-05 16:01:39 -07:00
Griffin Downs
97b7134f41 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5702 2019-04-05 13:35:58 -07:00