Robert Schumacher
a91d32f1cd
Merge remote-tracking branch 'origin/master' into dev/roschuma/4224
2018-09-04 18:20:50 -07:00
Robert Schumacher
06e85f063c
[vcpkg_extract_source_archive] Fix incorrect var usage in vcpkg_extract_source_archive
2018-09-04 16:51:01 -07:00
Robert Schumacher
5d0b0ec82f
[vcpkg_extract_source_archive] Fix incorrect var usage in vcpkg_extract_source_archive
2018-09-04 16:47:47 -07:00
Robert Schumacher
4eb219c9fd
[libpqxx] Fix non-Windows
2018-09-04 16:25:17 -07:00
Robert Schumacher
3d73e3fac3
[cpprestsdk] Update to 2.10.6
2018-09-04 16:21:24 -07:00
David Ludwig
d68cc287f9
[GraphicsMagick] bug-fix: image files won't load ( #4215 )
...
* [GraphicsMagick] bug-fix: image files won't load
GM (GraphicsMagick) was failing to load image files, notably PNG or JPEG
images, as it was being compiled with support for 'GraphicsMagick
Modules'. These are files with names specific to GM, and of the format,
'IM_*.dll'. vcpkg's install process was not setting these up. This
patch makes sure that when GM is built, it embed's GM's own
image-loading code into graphicsmagick.dll.
* [vcpkg_extract_source_archive_ex] Add PATCHES argument
* [openmesh] Use direct download instead of gitlab
* [blaze] Use PATCHES argument
* [graphicsmagick] Use vcpkg_extract_source_archive_ex
2018-09-04 16:20:46 -07:00
Robert Schumacher
6af7c99555
[tbb] Add support for Linux and OSX
...
[tbb] Fix installed cmake file. Add vcpkg_test_cmake()
[tbb] Fix static non-windows builds
[tbb] Fix find_package() on Windows
2018-09-04 09:04:18 -07:00
Ruurd Adema
522d8d1061
Change poco to Poco as linux seems to be case-sensitive in this case
2018-09-04 17:04:34 +02:00
Ruurd Adema
3a964dca81
Fix poco build on osx and linux
2018-09-04 15:49:13 +02:00
Cheney Wang
e3956a98d0
[nanodbc]Update to new URLS ( #4221 )
2018-09-04 01:51:58 -07:00
tbeu
60820a02eb
Update zlib version
2018-09-02 21:01:51 +02:00
the-j0k3r
88bc18918c
[openssl] bump to 1.0.2p CVE-2018-0732 ( #4130 )
...
* [openssl] bump to 1.0.2p CVE-2018-0732
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732
https://www.openssl.org/news/vulnerabilities.html
* [openssl-unix][openssl-windows] Update control files for 1.0.2p
* [openssl-windows][openssl-uwp] Update hashes
* [libusbmuxd][libplist] Disable LTCG to enable compiler upgrades
* [libirecovery] Add missing getopt dependency
2018-09-02 02:28:10 -07:00
Alexander Karatarakis
b4ca5e4b5e
Merge pull request #4194 from atkawa7/woff2
...
woff2 init
2018-08-31 19:42:56 -07:00
Alexander Karatarakis
ef7b1b506d
Merge pull request #4193 from atkawa7/esaxx
...
esaxx init
2018-08-31 19:41:55 -07:00
Alexander Karatarakis
5e71d6bc9f
Merge pull request #4192 from atkawa7/darts-clone
...
darts clone init
2018-08-31 17:47:56 -07:00
atkawa7
8e973d5698
usrsctp init
2018-08-31 23:34:58 +02:00
Bob Kast
e3f3542007
ECSUtil 1.0.0.2 release
2018-08-31 16:29:23 -04:00
Bob Kast
99e3bba0e3
Update to ECSUtil v1.0.0.1
2018-08-31 16:29:23 -04:00
Bob Kast
839fe005e5
ECSUtil 0.9.0.9
2018-08-31 16:29:22 -04:00
Bob Kast
483b5463f0
0.9.0.8
2018-08-31 16:29:22 -04:00
Bob Kast
6b37532d47
ECSUtil 0.9.0.7
2018-08-31 16:29:22 -04:00
Bob Kast
20a64eb659
ecsutil 0.9.0.6
2018-08-31 16:29:22 -04:00
Bob Kast
6368e54042
0.9.0.5
2018-08-31 16:29:22 -04:00
Bob Kast
e28ea26d80
0.9.0.4
2018-08-31 16:29:22 -04:00
Bob Kast
0b13d21102
0.9.0.3
2018-08-31 16:29:21 -04:00
Bob Kast
8fc4fb5f50
0.9.0.2
2018-08-31 16:29:21 -04:00
Bob Kast
f3c9c1537e
add x86/x64-windows-static-md configurations
2018-08-31 16:29:21 -04:00
Bob Kast
8c6e076130
Initial vcpkg support for ECSUtil.
2018-08-31 16:29:21 -04:00
atkawa7
606d14359d
linenoise init
2018-08-31 19:49:21 +02:00
atkawa7
807e40d342
fastfeat init
2018-08-31 16:47:50 +02:00
atkawa7
d290e8a29f
modp-base64 init
2018-08-31 15:53:58 +02:00
myd7349
fce90776f9
[nng] Add mbedtls feature
2018-08-31 18:18:10 +08:00
Robert Schumacher
33286f9004
[brotli] Add unofficial targets
2018-08-31 00:47:31 -07:00
Alexander Karatarakis
4aa3aab426
Merge pull request #4191 from atkawa7/sais
...
sais init
2018-08-30 17:22:03 -07:00
Hiroshi Miura
ab54bfa0cc
[vcpkg] post-build cmake test ( #3431 )
...
* [vcpkg] post-build cmake test
- test for applications with cmake build system
- Add a test feature to vcpkg core, make progress for #72
- Tests for zlib, bzip2, libiconv and openssl for example
- Test for curl will be failed, because of a bug #3053
It can detect a this type of problems
* [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test.
* [bzip2] Fix casing of cmake module name
2018-08-30 17:07:14 -07:00
Robert Schumacher
cf1df56e0d
[vcpkg_download_distfile] Apply workaround from #3399
2018-08-30 15:57:37 -07:00
atkawa7
c4ed0f743b
woff2 init
2018-08-30 23:01:52 +02:00
atkawa7
e5da089bb9
esaxx init
2018-08-30 22:29:16 +02:00
atkawa7
c217e60231
darts clone init
2018-08-30 22:12:11 +02:00
atkawa7
361534bf07
sais init
2018-08-30 16:56:53 +02:00
Mark Ian Holland
e9f36a0e27
*Update Meson to 0.47.1. ( #4155 )
...
*Fix acquire meson on Unix platforms.
2018-08-29 21:34:25 -07:00
Alexander Karatarakis
4b4aac037d
Merge pull request #4153 from sjemens/xlnt
...
[xlnt] update to v1.3.0
2018-08-29 17:19:25 -07:00
Alexander Karatarakis
5c90aeeb5d
Merge pull request #4163 from icedream2linxi/pr/icu-support-static-build
...
[icu] Support for compiling static libraries.
2018-08-29 17:01:58 -07:00
Alexander Karatarakis
1f290f4b8c
Merge pull request #4176 from Cheney-W/Live555Update
...
[Live555] Update to latest
2018-08-29 17:01:23 -07:00
Alexander Karatarakis
a6cff2bd57
[live555] Improve error message
2018-08-29 16:43:10 -07:00
Cheney-Wang
cfbd6d93d4
[live555] update live555
2018-08-29 16:27:24 -07:00
Cheney-Wang
66f09a0b60
[Live555] Update to latest
2018-08-29 16:27:24 -07:00
Alexander Karatarakis
d91d55a3c3
Merge pull request #4186 from xiangfan-ms/master
...
Update boost-hana-msvc to use the official develop branch of boost.hana.
2018-08-29 16:21:53 -07:00
Alexander Karatarakis
8707035fc7
[boost-hana] Bump version
2018-08-29 16:20:55 -07:00
Alexander Karatarakis
f8fd9c15ef
Merge pull request #4181 from markaren/thrift/copy-linux-compiler
...
fix thrift only copying compiler to tools on windows
2018-08-29 16:15:51 -07:00