Commit Graph

5415 Commits

Author SHA1 Message Date
smlee-hdactech
2f875f461b [json-spirit] patch for building dll library (#5251)
* [json-spirit] Add initial port

* Modify PR to using pn85, enable some features

json-spirit is a weird case because the main repo that package managers
tend to use appears to not be actively maintained. Nevertheless, vcpkg
tries to use the "official" source of a repository if at all possible.

In order to do this, I've made the following changes to the PR:
- I've changed the upstream REPO, REF, and SHA512.
- I've passed options to disable building the demos and tests
- I've made the project build only as a static library.

The reason for this is that vcpkg does not support dynamical linkin.
Another reason is that the library as it is in the repo does not have
all the definitions correctly annotated.smlee-hdactech has made a PR
against the major upstream repo to fix this, butwe are going to defer
to the main repo until that change is accepted.

* patch for building dll.
2019-01-29 12:42:10 -08:00
Mark Ian Holland
6f189f1014 [vcglib] inital port (#4626) 2019-01-29 11:09:38 -08:00
myd7349
373884761c [stxxl] Add new port 2019-01-29 13:46:32 +08:00
newbie
d48cf920a4 add seqan library for vcpkg (#5238) 2019-01-28 17:59:29 -08:00
RT222
2c4d4f2a47 [nano-signal-slot] (#5243)
Initial port
2019-01-28 17:41:57 -08:00
zhihaoy
9e9a05b377 [xtensor-blas] Add new port (#5240)
This accomplishes #5140 by making the linalg namespace works.
2019-01-27 11:29:46 -08:00
Thibaut
b3a450578b [tsl-hopscotch-map] Add new port. (#5233)
* [tsl-hopscotch-map] Add new port.

* Use PORT variable instead of hard coded tsl-hopscotch-map.
2019-01-27 11:04:16 -08:00
Stanislav Ershov
7ec45860e0 [cli11] Update to 1.7.0 (#5241) 2019-01-27 10:56:38 -08:00
myd7349
01a64a9371 [xtensor] Add new port (#5196) 2019-01-26 16:44:25 -08:00
Nicolai Grodzitski
54abff84a1 Update RESTinio to v.0.4.8.5. (#5235) 2019-01-26 16:35:48 -08:00
myd7349
65d866786a [xsimd] Add new port (#5194)
* [xsimd] Add new port

* Add a header include guard to xsimd's algorithm.hpp

algorithm.hpp is not guarded by a header include guard, which can cause
difficulty for users. xhihaoy asked that we be sure to include this
patch because it caused a lot of pain.
2019-01-26 16:31:21 -08:00
Todor Prokopov
ebb2d1a44f [amqpcpp] Add new port (#5201)
* [amqpcpp] Add new port

* Force static linkage for amqpcpp

The documentation for this library says that shared linkage on Windows
is unsupported. Furthermore, the build currently errors out on Windows
because shared DLLs are not placed correctly.

vcpkg only supports static linkage on Linux and macOS, so I'm
categorically making amqpcpp build with static linkage on all platforms.
This unifies the platforms and gives consistent behavior
2019-01-26 16:28:29 -08:00
past-due
bbb8efe794 [freetype] Add mirror (#5073) 2019-01-26 14:45:27 -08:00
Octavian Dima
da0fc542dc Add sqlpp11 libraries (#4747)
* Add sqlpp11

* Add sqlpp11-connector-mysql

* Add sqlpp11-connector-sqlite3

* Apply a patch for MSVC
2019-01-26 13:01:25 -08:00
Lennart Trunk
715aefc213 new port Spectralib 0.7.0 (#5129)
* add CONTROL and portfile for spectralib 0.7.0

* Rename spectralib -> spectra

I'm making this change based on the naming in the other repositories
that the library is packaged in (DPorts, FreeBSD Ports) and the
terminology used on the website. Code examples use Spectra* for the
prefixes, so I think using "Spectra" is better than "spectralib".
2019-01-26 12:56:41 -08:00
smlee-hdactech
89c6f6ff89 [json-spirit] Add initial port (#5157)
* [json-spirit] Add initial port

* Modify PR to using pn85, enable some features

json-spirit is a weird case because the main repo that package managers
tend to use appears to not be actively maintained. Nevertheless, vcpkg
tries to use the "official" source of a repository if at all possible.

In order to do this, I've made the following changes to the PR:
- I've changed the upstream REPO, REF, and SHA512.
- I've passed options to disable building the demos and tests
- I've made the project build only as a static library.

The reason for this is that vcpkg does not support dynamical linkin.
Another reason is that the library as it is in the repo does not have
all the definitions correctly annotated.smlee-hdactech has made a PR
against the major upstream repo to fix this, butwe are going to defer
to the main repo until that change is accepted.
2019-01-26 12:55:11 -08:00
Michael Hofmann
f154dad96e [selene] Update to v0.3. (#5192)
* [selene] Update to v0.3.

Add libtiff as a dependency.
Update release hash.
Remove the `vcpkg_check_linkage` call, since the relevant symbols for
shared libraries are now explicitly exported.

* [selene] Update to v0.3.1.

Also reinstate linkage check.
2019-01-26 12:45:54 -08:00
hlysunnaram
a26c95b0e3 [gdal] update to 2.4.0 (#5195)
* [gdal] update to 2.4.0 (#5132)

* [gdal] update CONTROL file (#5132)
2019-01-25 18:34:31 -08:00
Lars Ivar Hatledal
5e2cc262c6 Update fmi4cpp to v0.5.3 (#5183) 2019-01-25 15:14:30 -08:00
Victor Romero
61d163a8fc
Merge pull request #5175 from myd7349/spdlog-issue-5143
[spdlog] Fix #5143 and update to 1.3.1
2019-01-25 14:54:34 -08:00
Victor Romero
4489853dee
Merge pull request #5166 from saedrna/master
Port openmvg, included new ports of coin-or projects, lemon
2019-01-25 14:48:24 -08:00
myd7349
af4e928844 [xtl] Add new port (#5145)
* [xtl] Add new port

* [xtl] Update to 0.5.3
2019-01-25 13:44:47 -08:00
Daniel Marshall
bab298c970 Added port for effolkronium-random (#5203) 2019-01-25 13:07:17 -08:00
bdonlan
7d5fa69b33 [aws-sdk-cpp] Update port to version 1.7.38 and add ports for its dependencies (#5214)
* [aws-c-common] Add new port

* [aws-checksums] Add new port

* [aws-c-event-stream] Add new port

* [aws-sdk-cpp] Update port to version 1.7.38

* [aws-sdk-cpp] Add dependencies on aws-c-event-stream, aws-checksums
2019-01-24 15:53:13 -08:00
Johnny Willemsen
5dec8aa31b [ace] 6.5.4 (#5225) 2019-01-24 15:51:26 -08:00
Codiferous
c0bf747e45
Add a more correct port for libass (#5223)
This port currently only works on Windows because the dependencies of
the port (fribidi in particular) don't build on non-Windows platforms.

I made patch modifications to the source code because the Visual C++ C
compiler does not allow for non-constant-expression array indicesto be
used to declare a static array.

I've verified that this (1) builds on Windows and (2) works with a
sample test that's included in the libass github repo.
2019-01-24 11:47:28 -08:00
Billy O'Neal
57e6b1f535 Update cpprestsdk to v2.10.9. (#5190) 2019-01-24 11:35:40 -08:00
Victor Romero
abb95c1ba0
Merge pull request #5202 from EMCECS/master
[ECSUtil] Update to v1.0.3.1
2019-01-24 10:27:30 -08:00
Victor Romero
4c236e2a2e
Merge pull request #5207 from huangqinjin/fix-tiff-uwp
fix tiff build for uwp
2019-01-23 16:31:32 -08:00
Victor Romero
69892980b2
Merge pull request #5206 from Simverge/pdalc
[pdal-c] Add pdal-c port files
2019-01-23 16:27:52 -08:00
Victor Romero
10d5e84b01 [pdal-c] Apply patches when obtaining source from GitHub 2019-01-23 16:22:32 -08:00
myd7349
c292cdcc45 [cnl] Add new port (#5158) 2019-01-23 14:07:22 -08:00
Victor Romero
38acd9fd02
Merge pull request #5208 from Jasper-Bekkers/master
Update flatbuffers to 1.10.0
2019-01-23 13:39:55 -08:00
Victor Romero
994c03700d Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/viromer/5206 2019-01-23 11:10:26 -08:00
Victor Romero
f7672fbf6d
Merge pull request #5220 from ShinNoNoir/libgeotiff-fix-proj4-dep
[libgeotiff] Debug version gets incorrectly linked with release version of PROJ4
2019-01-23 10:52:49 -08:00
Victor Romero
cfaa7f13cf
Merge pull request #5219 from jasjuang/tinyobjloader
[tinyobjloader] update to 1.4.1
2019-01-23 10:35:26 -08:00
Victor Romero
5481bcd950
Merge pull request #5165 from seanyen-msft/ports/angle
[angle] update to version 2019-01-14-c2ee2cc
2019-01-23 10:19:10 -08:00
Victor Romero
97e615bbe5
Merge pull request #5173 from Dagizmo/x265-linux
[x265] Enable Linux compilation
2019-01-23 10:16:11 -08:00
Victor Romero
55ca74d649 [x265] Fix detect platform 2019-01-23 09:55:51 -08:00
Raynor Vliegendhart
b7d5f8cbee [libgeotiff] Remove FindPROJ4.cmake from src
The GeoTIFF library ships with its own FindPROJ4.cmake module. This file
interferes with the cmake files that are installed by vcpkg for the PROJ4
package. As a result, the debug version of libgeotiff gets incorrectly
linked to the release version of PROJ4. By removing FindPROJ4.cmake from
the source directory, the vcpkg's .cmake files are used instead,
allowing CMake to find the debug version of PROJ4 when building the
debug version of libgeotiff.
2019-01-23 10:35:53 +01:00
jasjuang
8b3d233c48 [tinyobjloader] update to 1.4.1 2019-01-22 23:58:10 -08:00
Hartmut Kaiser
07f1d2f44b Updating HPX to V1.2 (#4778) 2019-01-22 18:15:15 -08:00
angelmixu
f3ccca08f5 fix freetype for macOS (#4774)
* added patch to freetype for assigning a value to macros like HAVE_UNISTD_H as using newer macOS Frameworks fail to compile if they have no value

* [freetype] Modernize. Bump control version
2019-01-22 17:50:02 -08:00
Alexej Harm
181a7bef8d [podofo] Change auto_ptr to unique_ptr. (#5182)
* [podofo] Change auto_ptr to unique_ptr.

* [podofo] Use PATCHES argument of vcpkg_extract_source_archive_ex
2019-01-22 17:38:01 -08:00
Robert Schumacher
c646d30a71 [celero] Revert changes in c6db2c880a 2019-01-22 15:28:35 -08:00
Jasper-Bekkers
a1747f1567 Update flatbuffers to 1.10.0 2019-01-22 12:19:59 +01:00
huangqinjin
ea29ebaf37 fix tiff build for uwp 2019-01-22 16:40:24 +08:00
Jaime Soto
7bc18139e3 [pdal-c] Add pdal-c port files 2019-01-21 22:05:25 -05:00
Robert Schumacher
c6db2c880a Updates 2019.01.09 2019-01-18 14:08:49 -08:00
Victor Romero
75bad0f69b
Merge pull request #5122 from kafeg/master
[autobahn] Add autobahn-cpp header-only library for WAMP
2019-01-18 11:46:49 -08:00
myd7349
7d9224c83e [spdlog] Fix #5143 and update to 1.3.1 2019-01-18 20:38:03 +08:00
Bill Avery
c028db0b8d [cppgraphqlgen] Update to 1.0.3 bugfix release (#5139)
* Update to 1.0.2 bugfix release

* Update REF to get missing commit

* Update to v1.0.3
2019-01-17 13:40:57 -08:00
ewertons
7d2f73d36b Add public-preview version of azure-iot-sdk-c (#5155)
* Add public-preview feature to azure-iot-sdk-c suite of packages

* [azure-c-shared-utility][azure-iot-sdk-c] Remove unneeded repeat dependencies in feature
2019-01-17 13:37:44 -08:00
Farwaykorse
3b258a7171 ms-gsl update to support clang-cl (#5162) 2019-01-17 11:42:11 -08:00
eao197
2d0e674a44 [sobjectizer] updated to 5.5.24.1 (#5176)
* sobjectizer-v5.5.24 and so5extra-v1.2.2

* sobjectizer updated to v.5.5.24.1
2019-01-17 11:37:40 -08:00
José de Jesús Medina Ríos
919e5788a9 [x265] enable linux compilation 2019-01-16 22:23:59 -08:00
Victor Romero
b6fe5b5db5
Merge pull request #5127 from cdcseacave/tinyexif
[TinyEXIF] Update to version 1.0.2
2019-01-16 15:56:17 -08:00
Stefano Sinigardi
e8489a46c1 [msmpi] update to 10.0 (#5107)
* [msmpi] update to 10.0

* [parmetis] fix build error
2019-01-16 15:50:45 -08:00
Victor Romero
92a8da2224 [tinyexif] Use SHA as download source code ref 2019-01-16 15:44:51 -08:00
Lennart Trunk
13ec61a842 [qt5] update to QT5.12 (#4991)
* update qt5-base to 5.12

* update modules to 5.12 (qt5-declarative and dependents don't work yet)

* fix qt5-declarative for 5.12 and some hashes.

* add qt5-declarative as dependency for qt5-graphicaleffects
2019-01-16 14:54:59 -08:00
Victor Romero
5e38f4955a [tinyexif] Fix hash 2019-01-16 13:10:39 -08:00
Victor Romero
9c308ef387 [tinyexif] Update CONTROL file 2019-01-16 12:25:16 -08:00
Eric Rosenquist
672ea9a1b3 [minizip] Enable decrypt support for password-encrypted ZIP files. (#5010)
* Enable support for password-encrypted ZIP files.

* [minizip] combine patch with in vcpkg_from_github
2019-01-16 10:52:33 -08:00
Phil Felton
2011b8512b [Arrow] Update Arrow to 0.11.1 (#4977)
* Arrow update

* Add version info

* Forgot to apply patch

* Whitespace

* Fix patch

* Fix patch

* Version which works on Linux

* Fix problem finding ZSTD on x64-windows

* Fix zlib dependency finding

* Fix renaming on Windows

* Include missing boost-format dependency

* Linux debug build picks up debug libs now

* Make windows work again

* Remove boost-format dependency

* Error if dependencies not found rather than attempt to download them

* [parquet] Turn parquest into a stub
2019-01-16 10:29:07 -08:00
cDc
1beac55d71
Update portfile.cmake 2019-01-16 15:29:17 +02:00
Han Hu
fca5cab9f0 Port openmvg, included new ports of coin-or projects, lemon 2019-01-16 14:05:40 +08:00
Sean Yen
7d5a8997ea update angle build. 2019-01-15 20:49:52 -08:00
Michael Hofmann
269450283b [selene] Update to v0.2. (#4920)
* [selene] Update to v0.2.

* [selene] Simplify portfile slightly

* [selene] Ensure the library is only built statically.
2019-01-15 16:40:00 -08:00
Patrick José Pereira
fbd61bec77 Updated ecm to version 5.53.0 (#4939)
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2019-01-15 16:34:25 -08:00
Victor Romero
5fff3c8870
Merge pull request #5159 from myd7349/imgui-v1.67
[imgui] Update to 1.67
2019-01-15 14:43:01 -08:00
Victor Romero
373740023a
Merge pull request #5146 from myd7349/spdlog-1.3.0
[spdlog] Update to 1.3.0
2019-01-15 14:10:18 -08:00
Victor Romero
b0a9ea582c [imgui] Fix SHA512 2019-01-15 14:07:20 -08:00
José de Jesús Medina Ríos
4b0b4c8c4f [x265] Update version in CONTROL 2019-01-15 06:33:15 -08:00
myd7349
3d1e6ff794 [imgui] Update to 1.67 2019-01-15 18:25:04 +08:00
José de Jesús Medina Ríos
b4badcd56a [x265] update to version 2.9 2019-01-14 22:49:43 -08:00
Daniel Marshall
e86780d75f [fmt] Update to 5.3.0 (#5136) 2019-01-14 14:29:58 -08:00
Corbin
531515c4ca [libass] Adding new port (#5026)
Added libass control/portfile for vcpkg as requested here:
https://github.com/Microsoft/vcpkg/issues/4678
2019-01-14 14:02:47 -08:00
Victor Romero
30e030014c
Merge pull request #5111 from alenas/master
[easyloggingpp] updated to 9.96.7
2019-01-14 13:50:56 -08:00
pravic
6db1a55827 [sciter] Update to 4.2.4.6184 (#4260)
* [sciter] Update to 4.2.0.6064

* [sciter] Update to 4.2.1.6085

* [sciter] Update to 4.2.2.6090

* [sciter] Update to 4.2.3.6108

* [sciter] Update to 4.2.4.6184

* Update sciter to 4.2.6.9
2019-01-14 12:09:51 -08:00
myd7349
57f7f49aba [spdlog] Update to 1.3.0 2019-01-14 20:36:51 +08:00
Phil Christensen
57c78037a4 Merge branch 'master' into dev/philc/4990 2019-01-11 12:44:31 -08:00
Victor Romero
1134de5eac
Merge pull request #5058 from lazyhamster/libidn2-update
[libidn2 ] Update to version 2.0.5.
2019-01-11 11:57:43 -08:00
Victor Romero
85c863ed25
[openssl] openssl-bump-to-1.0.2q-cve-fixes (#5019)
* [openssl] openssl-bump-to-1.0.2q-cve-fixes

https://www.openssl.org/news/vulnerabilities.html

* [openssl-uwp] Patch Configure script to set UNICODE

* Change CONTROL version
2019-01-11 11:31:00 -08:00
Stanislav Ershov
e4a767245a [nlohmann-json] Update to 3.5.0 (#5033) 2019-01-11 11:23:09 -08:00
Stefano Sinigardi
885ca2ce6c [libjpeg-turbo] use d suffix for debug libs (#4965)
* use d suffix for debug libs, improve compatibility with official FindJPEG.cmake (cmake 3.13)

* [libjpeg] fix also non-static case

* [libjpeg-turbo] bump version

* [libjpeg-turbo] fixes for regression on Linux/macOS

* [libjpeg-turbo] fix regression in qt5-base

* [linkjpeg-turbo] force CI test
2019-01-11 11:15:34 -08:00
cDc
dffdc49271 [TinyEXIF] Update to version 1.0.2 2019-01-11 17:04:47 +02:00
Victor Romero
bcdabb3386 Change CONTROL version 2019-01-10 17:42:56 -08:00
Victor Romero
0e08805a7b [openssl-uwp] Patch Configure script to set UNICODE 2019-01-10 17:05:54 -08:00
LarryIII
1fe5a31cd7 Fix error C2169 (#5118) 2019-01-10 14:22:39 -08:00
Bob Kast
b85954bc3b v1.0.3.1 2019-01-10 17:12:29 -05:00
past-due
1955e755b7 [gettext] Add mirror (#5055)
* [gettext] Add mirror

* [gettext] http -> https for original download URL
2019-01-10 12:51:21 -08:00
Nikolay Simakov
4d2ffdfbcf fixed building plplot with wxwidget feature on (#5089)
* fixed builting plplot with wxwidget feature on

* [plplot] Use vcpkg_extract_source_archive_ex
2019-01-10 11:54:05 -08:00
LarryIII
5985b82b05 Fix typo of the source name in port.camke (#5098) 2019-01-10 10:19:09 -08:00
Victor Romero
f9732c27f1 Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/viromer/5019 2019-01-10 09:54:02 -08:00
Vitaly Petrov
3d23c3c0ea [autobahn] Add autobahn-cpp header-only library for WAMP 2019-01-10 12:25:07 +03:00
Alenas
0928f1056b Merge remote-tracking branch 'upstream/master' 2019-01-10 11:02:32 +02:00
zhihaoy
7578a485b1 [pybind11] Upgrade to v2.2.4 (#5087) 2019-01-09 15:19:27 -08:00
evpobr
bbb68a2ec8 [matroska] Update to 1.4.9 (#5092) 2019-01-09 14:26:43 -08:00
evpobr
0af8b7825a [ebml] Update to v1.3.6 (#5091)
* [ebml] Update to v1.3.6

* [ebml] Cleanup
2019-01-09 12:38:46 -08:00
Robert Schumacher
d931d74c11 [wxwidgets] Disable cotire on OSX due to appleclang 2019-01-09 12:27:19 -08:00
Robert Schumacher
bdc430c8ec [protobuf] Fix protoc.exe on non-windows 2019-01-09 12:27:19 -08:00
Robert Schumacher
bb1bb1c94a Updates 2018.12.14 2019-01-09 12:27:19 -08:00
Stanislav Ershov
11286693b0 [asio] Update to 1.12.2 (#5050) 2019-01-09 09:52:58 -08:00
Jeongseok Lee
c4fee273cf Update urdfdom_headers to version 1.0.2 (#5067) 2019-01-09 09:48:30 -08:00
eao197
7d31d1b0eb sobjectizer-v5.5.24 and so5extra-v1.2.2 (#5100) 2019-01-09 09:38:44 -08:00
myd7349
2b2d6edfde [cli11] Update to 1.6.2 (#5093) 2019-01-09 09:29:24 -08:00
Bob Kast
6ca4f2ff9c fixed v1.0.2.1: incorrect version was tagged 2019-01-09 12:20:36 -05:00
Alenas
10762b8b10 [easyloggingpp] updated to 9.96.7
updated easyloggingpp
2019-01-09 18:58:20 +02:00
Victor Romero Sanchez
bd547e5e39 [libidn2] Use vcpkg_extract_source_archive_ex 2019-01-08 16:07:42 -08:00
Victor Romero Sanchez
23a62a87fd Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/viromer/5058 2019-01-08 15:51:24 -08:00
Jelani Brandon
751db7b568 Update Azure IoTHub packages for new release (#5000)
* Update Azure IoTHub packages for new release

* [azure-c-shared-utility] Avoid double expanding variables
2019-01-08 15:26:06 -08:00
Lars Ivar Hatledal
6ce206c785 [fmilib] fmilib not building on x64-windows (#4999)
* fix fmilib not building on x64-windows

* [fmilib] bump dash version in control file

This will force a rebuild when updating

* only search for MSVC generator on windows
2019-01-08 15:02:25 -08:00
Bill Avery
fbabe0797c [cppgraphqlgen] Update to version 1.0.0 (#5017)
* [cppgraphqlgen] Update to version 0.7

* [cppgraphqlgen] Update to 1.0.0
2019-01-08 13:03:57 -08:00
myd7349
46825bf4d4 [uriparser] Update to 0.9.1 to fix #5086 (#5094) 2019-01-08 13:01:33 -08:00
Carlos O'Ryan
75675059bf Upgrade google-cloud-cpp to v0.5.0. (#5096)
This time with less patches!
2019-01-08 12:42:41 -08:00
Bob Kast
5c2af38729 ecsutil: fix hash 2019-01-07 19:06:19 -05:00
Bob Kast
c82073fae4 Update ECSUtil library to 1.0.2.1 2019-01-07 18:58:20 -05:00
past-due
a20ac0957a [libiconv] Add mirror (#5056) 2019-01-07 12:52:45 -08:00
Aaron Ang
a0042b8a66 OpenVDB: Add /bigobj as compiler flag only for MSVC (#4948)
* Only set `/bigobj` as C++ compiler flag for MSVC

* [openvdb] Bump control version
2019-01-07 12:48:44 -08:00
Todor Prokopov
d02df9d255 [entityx] Do not build shared library in addition to static one (#5006) 2019-01-07 12:33:37 -08:00
LazyHamster
6f398da249 Updated libidn2 to version 2.0.5. 2019-01-01 12:59:12 +03:00
Phil Christensen
ff9e982d26
Merge pull request #5007 from pgoodman/patch-1
[c-ares] Change to 0/1 instead of OFF/ON
2018-12-22 23:33:50 -08:00
Phil Christensen
463541320d
Merge pull request #5004 from krismattheus/master
[pthreads] add version resource and fix problem with PTW32_ARCH when compiling resource
2018-12-22 23:31:41 -08:00
Phil Christensen
27aa5a402f
Merge pull request #5003 from myd7349/issue-3374-3385
[libsodium] Fix #3374, #3385
2018-12-22 23:30:22 -08:00
Phil Christensen
64f8485645
Merge pull request #5002 from Neumann-A/patch-1
[eigen3]Fix for #4902
2018-12-22 23:24:22 -08:00
the-j0k3r
67ca08e9d3
[openssl] openssl-bump-to-1.0.2q-cve-fixes
https://www.openssl.org/news/vulnerabilities.html
2018-12-22 09:16:18 +00:00
Phil Christensen
501abecda7
Merge pull request #4994 from cneumann/fix-spdlog-external-fmt
[spdlog] Fix spdlog handling of external fmt lib
2018-12-21 07:56:30 -08:00
Phil Christensen
ebe86abcdd
Merge pull request #4993 from TheScarfix/eigen3-3.3.7
[eigen3]Update eigen3 to 3.3.7
2018-12-21 07:55:01 -08:00
Phil Christensen
bf4a864a73 [msys2] bump control version in msys dependant ports 2018-12-21 00:42:50 -08:00
Phil Christensen
4afe20fc12
Merge pull request #4967 from myd7349/ponder
[ponder] Add new port
2018-12-20 23:01:44 -08:00
Phil Christensen
6ec8eebaeb
Merge pull request #4966 from studiofuga/dev/studiofuga/geos
[Geos] Remove empty */bin directories when statically linking
2018-12-20 22:58:43 -08:00
Phil Christensen
3d164e3e4c [spdlog] add comment about patch 2018-12-20 15:00:34 -08:00
Phil Christensen
93ac00106e Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4994 2018-12-20 14:56:52 -08:00
Phil Christensen
99b06bba5d
Merge pull request #4988 from FranciscoPDNeto/master
[TinyXml] Linkage error fixed.
2018-12-20 14:07:44 -08:00
Phil Christensen
00b4fe6514
Merge pull request #4973 from JuhaSointusalo/ftgl-new-port
[ftgl] add new port
2018-12-20 14:00:59 -08:00
Phil Christensen
ea831f4302 Merge branch 'master' into dev/philc/4966 2018-12-20 13:50:12 -08:00
Phil Christensen
32767dd5f6
Merge pull request #4964 from studiofuga/dev/studiofuga/mpfr-varargs-fix
[mpfr] Update mpfr to 4.0.1 and fix compilation under gcc 7
2018-12-20 00:01:14 -08:00
Phil Christensen
28e221744a
Merge pull request #4958 from albertfong/antlr4.7.1
[antlr4] Upgrade to antlr4 to 4.7.1
2018-12-20 00:00:08 -08:00
Phil Christensen
6e3bd45c67 [antlr4] fix copyright download name 2018-12-19 23:45:38 -08:00
myd7349
ded0d0141a Fix static build 2018-12-20 12:44:22 +08:00
Phil Christensen
dd00565627 [mpfr] update CMakeLists for new version 2018-12-19 16:38:14 -08:00
Phil Christensen
f6db046bed [mpfr] fix version in CONTROL file 2018-12-19 16:09:39 -08:00
Phil Christensen
1682549034
Merge pull request #4963 from cenit/dev/cenit/fix_protobuf_ocv3_again
[OpenCV3] fix protobuf patch, again
2018-12-19 15:59:50 -08:00
Phil Christensen
8b79329303 [antlr4] change portfile to trigger testing 2018-12-19 15:52:22 -08:00
Phil Christensen
585338f76e
Merge pull request #4952 from coryan/upgrade-grpc-to-1.16.1
[grpc] Upgrade gRPC to 1.17.1.
2018-12-19 15:36:33 -08:00
Phil Christensen
d5656ef104 [grpc] update patch for uwp 2018-12-19 14:57:09 -08:00
Peter Goodman
222c629af4
Change to 0/1 instead of OFF/ON
On newer CMake's, the following errors are reported:

```
CMake Warning (dev) at .... /vcpkg/installed/x64-osx/share/c-ares/c-ares-config.cmake:32 (if):
  if given arguments:

    "ON"

  An argument named "ON" appears in a conditional statement.  Policy CMP0012
  is not set: if() recognizes numbers and boolean constants.  Run "cmake
  --help-policy CMP0012" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```

Which corresponds to the following configured code:

```
if(ON)
    set(c-ares_STATIC_LIBRARY c-ares::cares_static)
endif()
```
2018-12-19 14:53:21 -05:00
krismattheus
2cad8b53dd [pthreads] add version resource and fix problem with PTW32_ARCH when compiling resource.
Signed-off-by: krismattheus <kris.mattheus@visionbms.com>
2018-12-19 15:32:03 +01:00
myd7349
cb1b311535 [libsodium] Fix static build 2018-12-19 20:01:14 +08:00
myd7349
d02acf4393 [libsodium] Fix #3374, #3385 2018-12-19 17:50:38 +08:00
Phil Christensen
224300c238 [grpc] Change portfile to trigger build 2018-12-18 22:30:26 -08:00
Pavel Mach
d40eb18174 [zxing] ZXing library port added. (#4854)
* ZXing library port added.

* ZXing dependency to opencv[webp] added.

* [zxing-cpp] Rename from zxing. Use full ref. Only require opencv[core].

* [tiff] Disable zstd dependency. Todo: add feature.

* [zxing-cpp] Disable optional iconv reference
2018-12-18 17:47:01 -08:00
Nicolai Grodzitski
87fa0fc838 Upgrade RESTinio v.0.4.8.4. (#4992) 2018-12-18 17:38:59 -08:00
Patrick Geltinger
afdca9165c [sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability (#4995)
The Tencent Blade Team has discovered a remote code execution
vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
2018-12-18 17:13:57 -08:00
Phil Christensen
9a72b227cd [antlr4] move to vcpkg_extract_source_archive_ex 2018-12-18 16:12:19 -08:00
Phil Christensen
47c60f9b6b Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4952 2018-12-18 15:33:10 -08:00
Phil Christensen
1a1dc41907 [crc32c] bump dash number in control file
to force the test system to pick it up
2018-12-18 15:22:58 -08:00
Phil Christensen
3cd8d3e856 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4951 2018-12-18 15:22:05 -08:00
Phil Christensen
d2b0798854
Merge pull request #4831 from peters/master
[ffmpeg] Update to 4.1.
2018-12-18 14:51:52 -08:00
Phil Christensen
1d8c5978e0
Merge pull request #4912 from plevy/patch-2
[osgEarth] Update to osgEarth release version 2.10
2018-12-18 14:50:12 -08:00
Phil Christensen
533b53b834 [aubio] get latest aubio to resolve ffmpeg build issue 2018-12-18 14:39:50 -08:00
Robert Schumacher
ccff8ab94e [tinyxml] Modernize and bump control version 2018-12-18 12:46:19 -08:00
Robert Schumacher
7a67785e14 Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4988 2018-12-18 11:43:25 -08:00
Alexander Neumann
00777f41f7
Fix for #4902
having testing enabled seems to mess up builds if other dependencies are available
2018-12-18 14:54:59 +01:00
Cheney Wang
c094d3133c Update release version or commit to latest for below ports (#4957)
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest

* [sfml] Add find_dependency(Freetype)
2018-12-17 16:44:08 -08:00
Jason Juang
5290e22966 [alembic] update to 1.7.10 (#4916) 2018-12-17 16:32:13 -08:00
Todor Prokopov
ffbff8caab Wt Linux fixes (#4927)
* [harfbuzz] Fix build on Linux

* [cairo] Fix build on Linux

* [pango] Fix build on Linux

* [wt] Fix build on Linux

* [wt] Fix linking with -lcrypto
2018-12-17 16:30:27 -08:00
OWenT
411d1332ad add libcopp (#4918)
* add libcopp

* [libcopp] Disable ninja due to asm issue. Tweak/install usage file. Prefer static linking over CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. Use vcpkg_fixup_cmake_targets.
2018-12-17 16:28:13 -08:00
Bill Avery
ae2b0639a3 [graphqlparser] Use default library type for the platform instead of specifying SHARED (#4794)
* Use default library type for the platform instead of specifying SHARED

* [graphqlparser] Bump control version and slight cleanup

* [vcpkg_find_acquire_program] Correct for previous corruption of CI
2018-12-17 16:26:56 -08:00
ivysnow
ac1bed33ad [libuv] fix for cmake target (#4803)
* [libuv] fix for cmake target

* [libuv] rename target to unofficial-libuv
2018-12-17 16:25:55 -08:00
Phil Christensen
4c6cd02b42
Merge pull request #3425 from fbudin69500/ITK_use_HDF5_test
[vtk][itk] Update ITK, and VTK portfiles.
2018-12-17 16:16:37 -08:00
Phil Christensen
3439aef9c0 [ffmpeg] Add patch for upstream fixes
address build failures in pangolin that are related to updating
the ffmpeg library by pulling in pangolin fix from upstream.
2018-12-17 16:02:55 -08:00
Phil Christensen
a6b12004c7 [vtk] add warning for libx11_xt_lib on linux 2018-12-17 12:09:44 -08:00
Carsten Neumann
f643622019 Fix spdlog handling of external fmt lib
Using an external fmt lib should cause the spdlog::spdlog target to have
a dependency on fmt lib - so that a consuming project does not need
to call find_package(fmt) and target_link_libraries(... fmt::fmt).

To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which
makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro
to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is
also stored in the installed spdlogConfig.cmake and if it is ON
find_dependency() is used to ensure the fmt::fmt target is imported.
2018-12-17 09:52:25 -06:00
Lennart Trunk
c3c6c0d0de Update eigen3 to 3.3.7 2018-12-17 16:37:46 +01:00
Francisco Dias
524a1414fc TinyXml Linkage error fixed 2018-12-17 11:13:02 -02:00
Carlos O'Ryan
bc79cf9a7c
Apply patch to export all symbols. 2018-12-14 23:12:44 -05:00
Phil Christensen
fcde2e64eb
Merge pull request #4953 from coryan/upgrade-google-cloud-cpp-to-v0.4.0
Upgrade google-cloud-cpp to v0.4.0
2018-12-13 23:39:43 -08:00
myd7349
ff87743dcf [rapidstring] Add new port (#4814)
* [rapidstring] Add new port

* [rapidstring] Rename package to be unofficial-rapidstring
2018-12-13 17:50:34 -08:00
Yann Lanthony
06cad7ff85 [geogram] update to 1.6.9 (#4680)
* [geogram] update to 1.6.9

* [geogram] Cleanup. Enable ninja. Modernize.

* [geogram] Disable PREFER_NINJA with comment
2018-12-13 17:43:20 -08:00
Stanislav Ershov
42828b6f39 [imgui] Update to 1.66b (#4941) 2018-12-13 17:40:55 -08:00
Albert Huang
a05cbffe55 Update libpng-apng to match libpng ports changes + update to 1.6.36 (#4944)
* Update libpng-apng to match libpng ports changes + update to 1.6.36

* Delete CONTROL.bak

* Delete portfile.cmake.bak

* Delete use-abort-on-all-platforms.patch.bak
2018-12-13 17:40:18 -08:00
Carlos O'Ryan
165f96bb51
Update to v1.17.1 2018-12-13 19:20:26 -05:00
Phil Christensen
96b282341f [geos] bump control version number 2018-12-13 16:19:44 -08:00
Phil Christensen
4412edcdd7 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4966 2018-12-13 16:17:15 -08:00
Phil Christensen
83b8a6e036 [mpfr] bump control version number 2018-12-13 16:11:58 -08:00
Phil Christensen
24ff8dcc44 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4964 2018-12-13 16:11:27 -08:00
Phil Christensen
7f7b5cce5c Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4963 2018-12-13 16:09:35 -08:00
Phil Christensen
02c27dd55e [antlr4] bump dash version in control file
Done to force test to run
2018-12-13 15:53:32 -08:00
Juha Sointusalo
751aa7809d [ftgl] add new port 2018-12-13 23:15:14 +02:00
Phil Christensen
5fc3a10651 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4914 2018-12-13 11:13:43 -08:00
Stefano Sinigardi
6d15819fdd [opencv] bump version 2018-12-13 14:13:05 +01:00
myd7349
13710d5854 [ponder] Add new port 2018-12-13 21:05:21 +08:00
ing. Federico Fuga
dba828e590 Geos: Removed empty directory after install (when only static lib are built) 2018-12-13 13:06:27 +01:00
ing. Federico Fuga
a2c846338c Update mpfr to 4.0.1 and fix compilation under gcc 7
gcc 7 deprecates the use of varargs.h in favour of stdarg.h.
mpfr already fixes it, but the fix is enabled if stdarg is available.
This patch adds the test on CMakeLists.txt and enables the fix if
needed.
2018-12-13 11:59:19 +01:00
Stefano Sinigardi
9b850a8149 [OpenCV3] fix protobuf patch 2018-12-13 11:44:01 +01:00
Roger Leigh
e04b4ed5b5 xalan-c: Remove use of obsolete unary_ and binary_function for C++17 compatibility (#4575)
* xalan-c: Remove use of obsolete unary_ and binary_function for C++17 compatibility

* [xerces-c] Improve port stability by adding control over ICU dependency
2018-12-12 12:47:57 -08:00
Federico Fuga
4347bc7e45 Port of sparsepp added (#4938) 2018-12-12 12:46:59 -08:00
myd7349
a60120cbad [sajson] Add new port (#4818)
* [sajson] Add new port

* [sajson] Fix package namespace
2018-12-12 12:32:45 -08:00
Phil Christensen
af2a3b54aa Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4958 2018-12-12 11:28:42 -08:00
Robert Schumacher
e6ee17a951 [libiconv] Modernize 2018-12-12 09:19:37 -08:00
Albert Fong
666cc9cee2 [antlr4] Upgrade to antlr 4.7.1 2018-12-12 02:59:01 -08:00
Carlos O'Ryan
2455140d99
Upgrade gRPC to 1.16.1. 2018-12-11 22:34:47 -05:00
Carlos O'Ryan
f8ce85feef
Upgrade crc32c to 1.0.6.
This version supports both static and shared libraries, yay!
2018-12-11 22:28:05 -05:00
Carlos O'Ryan
aace39dc14
Upgrade google-cloud-cpp to v0.4.0
Just a periodic release.
2018-12-11 22:22:53 -05:00
Marco Magdy
9e773bd912 Target the v0.1.0 release 2018-12-11 10:07:26 -08:00
James Chang
9b8cc80953 [gdcm2] fix improper cmake file setup (#4880)
* move cmake files to proper location, and modify path in contents accordingly

* workaround cmake script to find openjpeg package, and include openjpeg in Build-Depends list

* [gdcm2] Use vcpkg_fixup_cmake_targets()
2018-12-11 10:01:05 -08:00
rfric
5295c8fdeb [mpir] Embed debug info into static lib (#4905) 2018-12-11 09:38:44 -08:00
Stefano Sinigardi
cd7eb41290 [OpenCV3] fix protobuf linking (#4861) 2018-12-11 09:34:00 -08:00
Phil Christensen
4a4aa09483
Merge pull request #4881 from DaanDeMeyer/fix-llvm-port-with-vcpkg-build-type
[LLVM] Fix error when using VCPKG_BUILD_TYPE
2018-12-07 10:43:00 -08:00
Marco Magdy
8dc28516f6 [aws-lambda-cpp] add new port 2018-12-06 17:47:30 -08:00
Phil Christensen
da53f7c8d6 [vtk] bump version in control file 2018-12-06 17:32:05 -08:00
Phil Christensen
a1bb1bdebe [proj4] undo proj4 portfile changes 2018-12-06 17:29:29 -08:00
Phil Christensen
d13e42b000
Merge pull request #4898 from bluekyu/master
[openvr] update to 1.1.3b
2018-12-06 17:25:17 -08:00
Phil Christensen
11aba6ea37
Merge pull request #4900 from zhouqime/master
[rxqt] add port
2018-12-06 17:23:06 -08:00
Phil Christensen
e76fa8ee73 [osgearth] bump version in control file 2018-12-06 16:26:43 -08:00
Phil Christensen
d2448e0a95 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4912 2018-12-06 16:25:37 -08:00
Phil Christensen
86bb2c8d16 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4903 2018-12-06 16:23:29 -08:00
Phil Christensen
b6f18a90e2 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4898 2018-12-06 16:18:05 -08:00
Phil Christensen
7347305e84 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/3425 2018-12-06 15:06:28 -08:00
Phil Christensen
63c1b2628e
Merge pull request #4894 from twMr7/ogre_update_1113
[Ogre] update to 1.11.3
2018-12-06 14:55:28 -08:00
Phil Christensen
457ca501f5 [ogre] add missing 'debug' to rename path 2018-12-06 14:13:02 -08:00
Phil Christensen
0315b2dfc3
Merge pull request #4858 from rfric/dev/pbc
[pbc] Initial support for PBC library
2018-12-06 12:38:11 -08:00
plevy
89de5f705e
Update to release version 2.10
Update to release version 2.10
2018-12-06 11:27:31 -05:00
Richard Fric
77163c57f0 [pbc] Initial support for PBC library 2018-12-06 08:35:19 +01:00
angelmixu
4456dcab40 Fix pango on macOS (#4784)
* fix pango for macOS: added an already parsed config.h.unix and moved win32 code conditionally for platform

* use a list for better viewing wich source files are added

* only define HAVE_CORE_TEXT on macOS

* [pango] Modernize. Bump control version. Fix configure into source directory.
2018-12-05 16:30:25 -08:00
Thierry Bastian
11bee32d76 Upgrade to openssl 1.0.2q (#4844)
* Upgrade to openssl 1.0.2q

* [qca] Use vcpkg_from_git()
2018-12-05 16:28:35 -08:00
past-due
945e0c0f09 [gettext] macOS fixes (#4849) 2018-12-05 15:41:01 -08:00
Phil Christensen
540776b341
Merge pull request #4860 from shaymagsumov/devil-tiff-feature
[devil] Fix 'tiff' option name.
2018-12-05 12:16:09 -08:00
Phil Christensen
35be0e7c2b
Merge pull request #4853 from youknowone/flatbuffer-gcc8
[flatbuffers] disable -Werror for gcc8
2018-12-05 11:48:51 -08:00
Phil Christensen
b656594f39
Merge pull request #4759 from jasjuang/tinyxml2
[tinyxml2] update to 7.0.1
2018-12-05 11:46:32 -08:00
Phil Christensen
a9527a8489 [ffmpeg] fix aubio break from ffmpeg update 2018-12-05 11:06:33 -08:00
Phil Christensen
3b25ec2d5c [tinyxml2] patch fastrtps to use tinyxml2 namespace 2018-12-05 10:56:25 -08:00
inv2004
18ba27b4ca mongo and bson 1.9.2 to 1.9.5 (#4722)
* mongo and bson 1.9.2 to 1.9.5

* [libbson][mongo-c-driver] Modernize
2018-12-05 10:16:23 -08:00
Phil Christensen
b4f900f6c6
Merge pull request #4850 from past-due/physfs_win10_patch
[physfs] Fix Win10 GetUserProfileDirectory() problem
2018-12-05 10:00:07 -08:00
Raynor Vliegendhart
197fbf3b8b [tesseract] Update to 4.0.0 2018-12-05 13:47:04 +01:00
zhouqi
2b410bea32 Merge branch 'master' of https://github.com/zhouqime/vcpkg 2018-12-05 16:59:08 +08:00
zhouqi
642e37b3c9 rxqt port 2018-12-05 16:52:09 +08:00
Łukasz Mendakiewicz
5f63d0a5f7 [re2] Add vcpkg_copy_pdbs (#4876)
* [re2] Add vcpkg_copy_pdbs

* [re2] Bump control file version
2018-12-04 19:18:56 -08:00
Bill Avery
54e497ec6b [cppgraphqlgen] Add a port for Microsoft/cppgraphqlgen (#4825)
* [cppgraphqlgen] Add a port for Microsoft/cppgraphqlgen

* Update hash for replacement tag

* Change the github ref to a commit ID to invalidate cached downloads

* Upgrade to cppgraphqlgen v0.6
2018-12-04 19:17:54 -08:00
Robert Schumacher
93f2e956a9 [devil] Bump control version 2018-12-04 19:03:48 -08:00
rfric
ab924c1b10 [mpir] Fix copyright file name on Linux (#4855) 2018-12-04 19:01:58 -08:00
Pavel Mach
e1b5375ea6 CppZMQ library version leveraged to 4.3.0. (#4822)
* CppZMQ library version leveraged to 4.3.0.

* [cppzmq] Disable building tests. Remove vendored FindZeroMQ since our copy already supports the targets.
2018-12-04 18:10:35 -08:00
Robert Schumacher
4d1fd42fca [vcpkg-toolchains] Use XYZ_INIT CMake variables for _significantly_ better integration
[brynet] Add missing openssl dependency
[discord-rpc] Ensure no external downloading
[podofo] Improve stability. Modernize.
[usrsctp] Disable Werror

[vcpkg-toolchains] Add linux changes to android and freebsd.

[usrsctp] Remove excess DLLs
2018-12-04 18:01:23 -08:00
Younguk Kim
d1ea0ce936 [openvr] update to 1.1.3b 2018-12-05 09:29:32 +09:00
Phil Christensen
0f849f5a43 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4831 2018-12-04 15:21:26 -08:00
Phil Christensen
6c1dd867ba Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4850 2018-12-04 15:18:45 -08:00
Phil Christensen
89771b0d39 [flatbufers] bump CONTROL version number 2018-12-04 15:15:56 -08:00
Phil Christensen
4f0ffabb5b Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4853 2018-12-04 15:15:18 -08:00
Phil Christensen
8f6e2303f5
Merge pull request #4867 from myd7349/cpp-taskflow
[cpp-taskflow] Add new port
2018-12-04 15:02:38 -08:00
Phil Christensen
7da86a7fbc
Merge pull request #4873 from kjpus/patch-1
[abseil] Update CMakeLists.txt to install hash/*
2018-12-04 14:59:48 -08:00
Phil Christensen
14caaa2412
Merge pull request #4874 from fcharlie/charlie_update
[nghttp2] Update nghttp2 to 1.35.0
2018-12-04 14:56:14 -08:00
Phil Christensen
ad29f3823f [ogre] bump CONTROL version number 2018-12-04 14:49:47 -08:00
Phil Christensen
b86573f9c1 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4867 2018-12-04 14:38:49 -08:00
Phil Christensen
8a71f22e88 [abseil] bump dash version number in CONTROL
Bump dash version number so it will trigger a rebuild for those who already the package installed.
2018-12-04 14:28:14 -08:00
Phil Christensen
bdd825d7e7 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4873 2018-12-04 14:21:32 -08:00
Phil Christensen
452d6207bb Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4874 2018-12-04 14:19:55 -08:00
Phil Christensen
e712374b28 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4889 2018-12-04 14:05:12 -08:00
Phil Christensen
f6d32cc644
Merge pull request #4891 from TartanLlama/master
[CTRE] New port
2018-12-04 14:00:36 -08:00
Phil Christensen
413e891b60
Merge pull request #4761 from jwillemsen/ace-653
[ace] 6.5.3
2018-12-04 13:54:03 -08:00
Phil Christensen
064a13d50c Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4894 2018-12-04 13:39:01 -08:00
Phil Christensen
5edd66af9b Add local FILENAME 2018-12-04 13:33:50 -08:00
Phil Christensen
8b9b8fc7cc Add namespace for tinyxml2 in tinyexif port 2018-12-04 11:26:46 -08:00
Phil Christensen
f5329a1410
Merge pull request #4734 from ivysnow/gflags
[gflags] Update to version 2.2.2.
2018-12-03 09:59:19 -08:00
Bob Kast
23384daca6 Support ECSUtil 1.0.1.4 2018-12-03 12:24:45 -05:00
Simon Brand
59431acbc7 [CTRE] New port 2018-12-03 08:44:24 +00:00
Daan De Meyer
5b5f904474 [LLVM] Fix error when using VCPKG_BUILD_TYPE 2018-12-02 21:59:20 +01:00
myd7349
cc0a70e4bb [libui] Add new port (#4810)
* [libui] Add new port

* [libui] Rename package to be unofficial-libui
2018-12-01 20:04:15 -08:00
Force Charlie
a91d153859 [nghttp2] Update nghttp2 to 1.35.0 2018-12-01 09:46:45 +08:00
Billy O'Neal
8dd8bc10df [cpprestsdk] Update to v2.10.8 and add brotli feature. (#4617)
The brotli feature is on by default for Windows only. We think it'll probably work on other platforms but haven't tested that extensively.
2018-11-30 16:48:21 -08:00
Raphael Gozzo
8346836471 [curl] Build openssl and schannel backends by default (#3932)
* [curl] Split the OpenSSL and SChannel backends into separate features

* [curl] Add mbedTLS backend as a feature

* [curl] Make winssl the default for Windows. Remove need for compatibility workaround.

* [curl] Continue to use openssl in UWP because PSecurityFunctionTableA is not available.
2018-11-30 16:37:54 -08:00
Phil Christensen
8b46548826 patch missing @ in cmake config 2018-11-30 16:01:31 -08:00
kjpus
0dcfc13003
Update CMakeLists.txt to include hash/* 2018-11-30 13:25:05 -05:00
myd7349
724ed8cf4e [cpp-taskflow] Add new port 2018-11-30 12:00:54 +08:00
Casey Carter
4c6950adcb [range-v3] Update to cf8add9 (#4865)
...which works around LWG 3170.
2018-11-29 19:24:40 -08:00
Renat Shaymagsumov
71f060f4a1 [devil] Fix 'tiff' option name. 2018-11-29 17:21:19 +03:00
Robert Schumacher
3ade657845 [ogre] Slight modernization 2018-11-28 23:23:38 -08:00
Robert Schumacher
c7e3589fb9 Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4845 2018-11-28 23:13:17 -08:00
Jeong Yunwon
ed9d726429 [flatbuffers] disable -Werror for gcc8 2018-11-29 16:09:08 +09:00
Juha Sointusalo
09103d12a0 [wxwidgets] move setup.h to include (#4846)
* [wxwidgets] move setup.h to include

Also remove lib/mswu and debug/lib/mswud. They only contain setup.h.

Fixes #3180.
Closes #4251.

* [wxwidgets] remove include/msvc directory

The only thing in include/msvc is include/msvc/wx/setup.h which is a
"wrapper" around the real setup.h. The wrapper setup.h is hard-coded to
include the real setup.h from lib but since the real setup.h is now in
include/wx the wrapper has become useless.

* [wxwidgets] Fix osx build. Slight modernization.
2018-11-28 22:55:18 -08:00
Jelani Brandon
593d3af5b9 Update Azure Iot C SDK repo's SHA for the latest release (#4833)
* Update Azure Iot C SDK repo's SHA for the latest release

* [azure-uhttp-c] Fix hash
2018-11-28 22:53:39 -08:00
kyp
e943161971 [folly] update to v2018.11.26 and fix linux build (#4832) 2018-11-28 18:27:24 -08:00
Pavel Kisliak
fae3055eff [bitserializer] Update to v0.8, split to two sub-libraries (#4841) 2018-11-28 18:20:43 -08:00
Tsukasa Sugiura
3e71750029 [pcl] Update to PCL 1.9.1 (#4842)
Update PCL port to PCL 1.9.1.
2018-11-28 18:20:09 -08:00
Josue Andrade Gomes
08d6a49977 Update to GraphicsMagick 1.3.31 (#4847) 2018-11-28 18:09:59 -08:00
past-due
1225d80d11 [physfs] Fix Win10 GetUserProfileDirectory() problem
Fixes GetUserProfileDirectory issue on Win10 build 1809(+?)
See: https://hg.icculus.org/icculus/physfs/rev/ece6769c0676
2018-11-28 18:33:10 -05:00
James Chang
007144b1e6 [ogre] Update to 1.11.3 2018-11-29 01:47:15 +08:00
Peter Rekdal Sunde
351fbda5b8 Update ffmpeg to 4.1. 2018-11-27 10:04:57 +01:00
Jayesh Badwaik
d562441fc9 [xmsh] add support for xmsh library (#4656)
* [xmsh] add support for xmsh library

  - xmsh is a mesh document format. xmsh library is the reference
    implementation for the format.

* [xmsh] removed extraneous file command

* [xmsh] update version to v0.2.3

* [xmsh] upgrade to version v0.3.1

* [xmsh] update to version v0.4

* + fix python executable packaging

* [vcpkg_find_acquire_program] Fix PYTHON3 on non-Windows
2018-11-26 16:52:11 -08:00
Erwan BERNARD
8361d177d7 [zstd] update to v1.3.7 (#4785)
* [zstd] update to v1.3.7

* [zstd] Bump control version

* [zstd] Disable force release mode
2018-11-26 15:41:37 -08:00
i6-xx
e78a40b553 [rpclib]Update to 2.2.1 (#4798)
* (rpclib)Update to 2.2.1

* [rpclib]Update to 2.2.1
2018-11-26 15:27:59 -08:00
Mark Ian Holland
aafce6227a [imgui] Update to v1.66 (#4799) 2018-11-26 15:27:42 -08:00
Casey Carter
f0093f7475 Update range-v3 reference (#4801) 2018-11-22 19:44:57 -08:00
cyy
b0a2ff18c9 add nonfree as feature for opencv 2018-11-23 10:27:17 +08:00
Tsukasa Sugiura
2981bb2110 [opencv] Fix install with ffmpeg (#4797)
Fix install with ffmpeg by change download filename of ffmpeg_version.cmake.
2018-11-22 14:24:36 -08:00
angelmixu
ea843854df fix minizip on non windows builds (#4787)
* fix minizip on non windows builds

* [minizip] Bump control version
2018-11-22 13:56:06 -08:00
Stefano Sinigardi
5daa7cac27 [OpenCV3] fix ffmpeg and ippicv prebuilt downloads (#4789)
* [OpenCV3] fix ffmpeg prebuilt downloads

fixes

* [opencv] Bump control version. Modernize.
2018-11-22 05:03:35 -08:00
Alenas
05b2110ebc easyloggingpp port (#4780)
* easyloggingpp port

* [easyloggingpp] Tweak to always produce static library
2018-11-22 05:02:30 -08:00
Robert Schumacher
35ea46995b [glad] Use registry ports instead of vendored copies 2018-11-20 15:47:14 -08:00
Stanislav Ershov
9eab773b8f [asio] Download from github (#4709) 2018-11-20 15:19:09 -08:00
Robert Schumacher
ab567d90b7 Upgrades for 2018.11.08 2018-11-20 15:14:12 -08:00
Alexander Karatarakis
0c7c0f443a
Merge pull request #4703 from UnaNancyOwen/update_freeimage
[freeimage] Update to FreeImage 3.18.0 and Fix function overload with libjpeg-turbo 2.0.0
2018-11-19 14:40:18 -08:00
Phil Christensen
74484788c8
Merge pull request #4766 from kypp/stlab
new port: stlab
2018-11-19 14:32:18 -08:00
Phil Christensen
f98d12cdbf
Merge pull request #4736 from mmalek/berkeleydb
[berkeleydb] fix exporting DLL symbols on Windows
2018-11-19 14:28:04 -08:00
kyp
8bf211d52f new port: stlab (at v1.3.3) 2018-11-19 17:51:30 +01:00
Johnny Willemsen
4e9c75d205
[ace] 6.5.3
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2018-11-19 11:31:49 +01:00
jasjuang
787f40569c [tinyxml2] update to 7.0.1 2018-11-18 22:10:53 -08:00
myd7349
6633d421b7 [nng] Update to 1.1.0 (#4726) 2018-11-16 17:42:31 -08:00
Rajeev Massand
13e7f60bca [azure-iot-sdk-c] Update sdk to 1.2.10 and update dependencies (#4717)
* new versions for azure-iot-sdk-c, azure-c-shared-utility, azure-uamqp-c, azure-umqtt-c, azure-uhttp-c

* [azure-iot-sdk-c] Modernize & Cleanup

* fix for x64-windows
2018-11-16 15:45:32 -08:00
Phil Christensen
56c6d87c60 bump version in CONTROL file 2018-11-16 12:03:07 -08:00
Phil Christensen
e7fcd84145
Merge pull request #4733 from ivysnow/cxxopts
[cxxopts] Update to version 2.1.1.
2018-11-16 11:12:20 -08:00
Phil Christensen
e92d535069
Merge pull request #4735 from mmalek/miniupnpc
[miniupnpc] initial port of miniupnpc
2018-11-15 15:30:59 -08:00
Phil Christensen
c99fad10ab Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4736 2018-11-15 15:24:48 -08:00
Phil Christensen
2e9e22762f
Merge pull request #4732 from ivysnow/libuv
[libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD.
2018-11-15 15:04:18 -08:00
Casey Carter
bcac1dc581 Update range-v3 upstream commit (#4741) 2018-11-15 14:30:24 -08:00
Alexander Karatarakis
b2b00b146c
Merge pull request #4711 from UnaNancyOwen/fix_vxl
[vxl] Update to VXL v1.18.0
2018-11-15 14:16:23 -08:00
Phil Christensen
2060eefa86 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4734 2018-11-15 14:02:55 -08:00
Phil Christensen
3712c3cbcf
Merge pull request #4708 from crackedmind/cli11
[cli11] Initial port
2018-11-15 13:41:28 -08:00
Michał Małek
691ed09c3f [berkeleydb] fix exporting DLL symbols on Windows
Set preprocessor definitions correctly for static & shared library.
Previously DLL was unusable on Windows - the symbols were not exported
2018-11-15 09:30:30 +01:00
Michał Małek
12151fbce6 [miniupnpc] initial port of miniupnpc 2018-11-15 09:29:37 +01:00
Roger Leigh
6cacd43852 tiff: Version 4.0.10 2018-11-15 07:19:02 +00:00
Ivy Snow
b79ad15124 [gflags] Update to version 2.2.2. 2018-11-15 11:59:24 +08:00
Ivy Snow
6b5767fafb [cxxopts] Update to version 2.1.1. 2018-11-15 11:55:30 +08:00
Ivy Snow
9f3601f168 [libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD. 2018-11-15 11:46:33 +08:00
Mark Ian Holland
f1eb3aa4b9 Vulkan port (#4664)
* [Vulkan] Add a vulkan port based on the cuda port

* Add VULKAN_SDK env variable to whitelist

* * Added some additional diagnostic information
* Corrected if NOT exists statement
2018-11-14 15:25:50 -08:00
Daniel Nicoletti
3b40d323e9 New package: cutelyst2 (#4693)
* New package: cutelyst2

A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.

* [cutelyst2] Rearrange files; prefer ninja.
2018-11-14 15:23:06 -08:00
Carlos O'Ryan
df35c1f7d7 Update google-cloud-cpp to 0.3.0. (#4719)
* Update google-cloud-cpp to 0.3.0.

A new release of google-cloud-cpp, with some improvements in packaging
that simplified the port files.

* [google-cloud-cpp] Fix OSX builds
2018-11-14 15:20:54 -08:00
Phil Christensen
1fe90f5326
Merge pull request #4697 from MarkIanHolland/cub
[cub] Initial port
2018-11-14 14:42:57 -08:00
Phil Christensen
0b5854ad07
Merge pull request #4714 from eao197/master
Add port for so_5_extra
2018-11-14 14:08:10 -08:00
Phil Christensen
24ff8b3386
Merge pull request #4695 from TartanLlama/master
[tl-optional] Add port
2018-11-14 12:58:16 -08:00
Robert Schumacher
802bc881f5 [vxl] Slight cleanup -- use VCPKG_CMAKE_SYSTEM_NAME to determine target instead of WIN32 2018-11-14 11:28:02 -08:00
Robert Schumacher
13bb9a0f02 Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4711 2018-11-14 11:25:58 -08:00
Gregor Jasny
7436042045 Add prometheus-cpp (and civetweb) (#4694)
* [prometheus-cpp] Initial port

Closes: jupp0r/prometheus-cpp#130

* [civetweb] Initial port

* [prometheus-cpp][civetweb] Cleanup. Update to 0.6.0.
2018-11-14 11:16:07 -08:00
Tsukasa Sugiura
075d0d4ecd [qhull] Remove tools of debug configuration (#4681)
Remove tools of debug configuration. (<triplet>/debug/tools/qhull)
It is unnecessary.
2018-11-14 11:12:36 -08:00
Arkady Shapkin
1ffc1b569d [gtest] Update to version 1.8.1 (#4220)
* [gtest] Update to version 1.8.1

* [gtest] Fix typo in cmake adjustment code. Revert usage to follow CMake official guidelines.
2018-11-14 11:05:11 -08:00
Phil Christensen
192493218a
Merge pull request #4715 from MarkIanHolland/glad
[glad] inital port
2018-11-13 15:32:42 -08:00
Phil Christensen
54095ce882 [glad] fix python2 dependancy 2018-11-13 15:23:04 -08:00
Bob Kast
d31d385e64 Merge branch 'master' of https://github.com/EMCECS/vcpkg 2018-11-13 15:51:30 -05:00
Bob Kast
90f4901b23 fixed setversion.exe so patch is not necessary 2018-11-13 15:50:45 -05:00
Mark Ian Holland
27a6b6bbee [glad] inital commit 2018-11-12 15:44:29 +00:00
eao197
3470a05a6d Port for so_5_extra (at v.1.2.1) 2018-11-12 16:20:20 +03:00
TsukasaSugiura
62a2530385 [vxl] Update to VXL v1.18.0
Update vxl port to VXL v1.18.0.
2018-11-12 19:55:47 +09:00
crackedmind
36f75be5a5 [cli11] Initial port 2018-11-12 10:54:36 +03:00
TsukasaSugiura
ad65638eb3 [freeimage] Fix function overload with libjpeg-turbo 2.0.0
Fix function overload with libjpeg-turbo 2.0.0 (jpeg_read_icc_profile and jpeg_write_icc_profile).
2018-11-11 23:21:24 +09:00
TsukasaSugiura
82d65261da [freeimage] Update to FreeImage 3.18.0
Update FreeImage port to FreeImage 3.18.0.
2018-11-11 23:21:16 +09:00
Mark Ian Holland
caa3f2c36f [cub] Initial port 2018-11-09 23:31:40 +00:00
Simon Brand
ff64535c7a [tl-optional] Add port 2018-11-09 15:45:33 +00:00
jdellar
8dc8d0e0c9 [sdl2] Update to SDL2 2.0.9 (#4648)
* [sdl2] Update to SDL2 2.0.9

* [sdl2] Fix x86-windows and fix uwp patch
2018-11-08 23:49:24 -08:00
Tsukasa Sugiura
3f5835d5c4 [bzip2] Fix tools install directory (#4682)
* [bzip2] Fix tools install directory

Change to install tools in port name directory. (vcpkg/installed/<triplet>/tools/bzip2)

* [bzip2] Modernize and bump control version
2018-11-08 23:46:54 -08:00
Alexander Karatarakis
f7f06c516d [vcpkg_from_git] Use tar.gz because .zip has different hash in different timezones 2018-11-08 19:03:39 -08:00
Jayesh Badwaik
accde13dbb [pixel] v0.3 (#4685)
* [pixel] v0.3

  - installs debug library as `libpixeld.a`

* [pixel] bump CONTROL version
2018-11-08 15:29:08 -08:00
Oscar Morante
1d7fa4c74a add nanovg port (#4667) 2018-11-08 10:53:06 -08:00
Tsukasa Sugiura
7bb03fd2fc [vtk] Fix FindLZ4 (#4676)
Fix find lz4 library of debug configuration.
2018-11-08 10:46:25 -08:00
Tsukasa Sugiura
efe7c7eb28 [pcl] Update to PCL 1.9.0 (#4677)
Update PCL port to PCL 1.9.0.
2018-11-08 10:45:58 -08:00
Robert Schumacher
9fe14bc18e Updates 2018.11.01 2018-11-08 00:17:59 -08:00
LRFLEW
848233b137 Update libpng cmake wrapper for dynamic libraries (#4590)
* Update libpng cmake wrapper for dynamic libraries

* [libpng] Bump control version

* [libgd] Fix parallel source directory writes
2018-11-07 23:57:08 -08:00
Markus Leuthold
550c9422ad add missing dependency for openvdb[tools] (#4271) 2018-11-07 23:54:29 -08:00
Etienne Dechamps
75744206ed [portaudio] Enable debug output (#4592)
* [portaudio] Enable debug output.

This is enabled by default in the original MSVC project in the PortAudio
distribution, but not in their CMake build. This commit fixes the
regression.

I don't think there are any performance concerns with this, as PortAudio
(AFAICT) does not log from performance-critical code.

Note that this change might still be somewhat controversial, because
PortAudio will by default dump its debug output directly to stderr,
which is not particularly nice. However, the alternative is not having
any way for end users to troubleshoot PortAudio issues at all, which
IMHO is worse. Applications can always call
`PaUtil_SetDebugPrintFunction()` to redirect the output away from
stderr, and I encourage them to do so.

* [portaudio] Bump control version
2018-11-07 23:50:51 -08:00
Maxime GIMENO
130bd6f868 CGAL: Fix CMakeConfig.cmake (#4655)
* Fix CMakeConfig

* [cgal] Bump control version
2018-11-07 23:50:15 -08:00
Stanislav Ershov
8407472fb2 [entt] Update to version 2.7.3 (#4649)
* [entt] Update to version 2.7.3

[entt] Support cmake targets

* [entt] Fix non-windows cmake targets
2018-11-07 23:49:02 -08:00
Jayesh Badwaik
5459adf5de [pixel] added support for dascandy/pixel (#4637)
* + added support for dascandy/pixel

* [pixel] Cleanup comments

* [SDL2] Add SDL2::SDL2{,-static} wrapper

* [pixel] update to v0.2

  - fixes linking problem against SDL2

* [pixel] Bump control version
2018-11-07 23:48:23 -08:00
Etienne Dechamps
52b2759a75 [portaudio] Add pa_win_waveformat.h to public includes (#4582)
* [portaudio] Add pa_win_waveformat.h to public includes.

pa_win_wasapi.h includes pa_win_waveformat.h, so it has to be
distributed for pa_win_wasapi.h to be usable.

* [portaudio] Bump control version
2018-11-07 23:45:26 -08:00
Stefan Ivanov
40af541c50 [rapidcheck] Add initial support for RapidCheck (#4605)
* Add initial support for RapidCheck

Create a portfile for the C++ property-based testing library RapidCheck.
This port is relatively straight forward but there are a couple of caveats:
 * The current port uses a branch from a fork that I modified as the CMake installation logic had some problems.
   The library was almost exclusively used by being added as a subfolder so the CMake export machinery was probably not well tested.
 * The changes are going to get merged into the main repository eventually and then it would be possible to change where the source
   code is downloaded.

I am unaware when the main RapidCheck library maintainer will accept my pull request, so it is better to have this library in VCPKG
sooner, rather than later.

* Update the RapidCheck portfile to download the library sources for the main repository

 * Since the maintainer of RapidCheck very quickly merged the required CMake modifications
   to enable the proper installation of the library, it is better to now use the official
   repository's master branch.
 * Change the versioning of the library to be based on the date of the git reference chosen
   since rapid check does not have an explicit versioning scheme.

* Update rapidcheck and modify configuration step

* [rapidcheck] Tidy
2018-11-07 23:44:36 -08:00
MilesYang
17870d0fdd add igloo port (#4657)
* add igloo port

* [igloo] Use vcpkg_from_github

* add snowhouse
2018-11-07 23:43:13 -08:00
eao197
c6f4bb5aca sobjectizer updated to v.5.5.23 (#4668) 2018-11-07 23:42:01 -08:00
Alexander Neumann
4aba36cd38 Qt version bump 5.11.2 (#4629)
* Qt 5.11.2 version bump

* removed unecessary qt patch

* fix wrong hash for qt5-networkauth
2018-11-07 14:49:47 -08:00
Joseph Davies
799de417ea [opus] Update to 1.3. (#4580) 2018-11-07 14:44:38 -08:00
Casey Carter
2fe74dae99
Merge pull request #4669 from Microsoft/dev/alkarata/rangev3
Dev/alkarata/rangev3
2018-11-07 08:52:21 -08:00
Etienne Dechamps
9ad166279c [portaudio] Copy PDB files. (#4583)
This helps with debugging. According to
docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
2018-11-06 18:26:01 -08:00
Tobias Markus
2253ec837a [SDL2 TTF] Fix package name in find_package (#4596) 2018-11-06 18:04:07 -08:00
Lyle Tafoya
ab0212d693 Fixes #4464 GLFW3 dynamic build failure on Linux (#4467)
* Fixes #4464 GLFW3 dynamic build failure on Linux

* [glfw3] Use vcpkg_from_github and remove outdated patch

* [glfw3] Note dependency on xcursor
2018-11-06 17:50:54 -08:00
Sergey Sychugin
eaf30a4221 [fftw] Update to 3.3.8 (#4269) 2018-11-06 17:43:59 -08:00
Andy Li
a0d6a2925c [Sqlite3] update to 3.25.2 (#4600)
* [Sqlite3] update to 3.25.2

* [sqlite3] Use vcpkg_extract_source_archive_ex
2018-11-06 17:29:12 -08:00
Lars Ivar Hatledal
bed365bfae add fmi4cpp port (#4650) 2018-11-06 17:07:46 -08:00
Tom Henoch
2c72e57bf4 aixlog port (#4660) 2018-11-06 14:26:03 -08:00
atkawa7
087691c94a fdlibm init (#4165)
* fdlibm init

* fix links

* Fix different hashes creation with google host

* Move functions to script

* Fix documentation

* [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows.

* [fdlibm] Trigger rebuild

* [vcpkg_from_git] Use FETCH_HEAD reference to support tags
2018-11-06 13:56:40 -08:00
Force.Charlie-I
1c01a56dc8 [nghttp2] update 1.34.0 (#4621)
* [nghttp2] update 1.34.0

* [ports] update nghttp2 to 1.34.0
2018-11-04 11:35:31 -08:00
Stanislav Ershov
eebb20eee7 [nlohmann-json] Update to 3.4.0 (#4619) 2018-11-04 11:33:51 -08:00
Mark Ian Holland
dfa01ba5ff [linalg] inital port (#4625) 2018-11-04 11:29:53 -08:00
Tobias Markus
f11fd8aa5d [fribidi] new port (#4627) 2018-11-04 11:28:27 -08:00
Johnny Willemsen
ccafb56411 [ace] Retrieve source package from github which has much more bandwidth (#4628)
* ace 6.5.2

* [ace] Retrieve source package from github which has much more bandwidth as download.dre

* [ace] Use previous filename
2018-11-04 11:27:02 -08:00
Tsukasa Sugiura
4ef6ddddd2 [opencv] Update to OpenCV 3.4.3 (#4636)
Update opencv port to OpenCV 3.4.3.
2018-11-04 11:24:45 -08:00
Farwaykorse
01371c88e7 [nanodbc] add support for install --head (#4641)
* [nanodbc] add support for use of --head

* single line copyright handler

* support cmake targets for v2.13
2018-11-02 16:17:07 -07:00
Koby Kahane
91ba6e4631 [rocksdb] update to v5.15.10 (#4342)
* [rocksdb] Update to v5.15.10

* [rocksdb] Cleanup

* [rocksdb] Fix cmake targets name.

* [toolchains] Set NDEBUG in release

* [rocksdb] Disable vcpkg_test_cmake due to misbehavior in x64

* [tiff] Use lzma on linux
2018-11-01 20:47:44 -07:00
Robert Schumacher
cc3fae8e5c
[xerces-c] Avoid building executables (#4576) 2018-11-01 19:47:20 -07:00
Casey Carter
5b41d50f97 range-v3: update the commit; don't build tests 2018-10-31 14:58:06 -07:00
Alexander Karatarakis
70cf49fac2 [range-v3] Update. Use ericniebler/range-v3 even for Windows 2018-10-30 14:10:41 -07:00
Raynor Vliegendhart
b084ab0103 [libgeotiff] Install doc files into the correct place (#4593)
* [libgeotiff] Install doc files in the correct place

The original portfile put documentation (authors, readme, etc.) inside
of vcpkg/installed/<triplet>/doc. This commit modifies the portfile such
that the files are installed to
vcpkg/installed/<triplet>/share/libgeotiff/doc instead.

* [libgeotiff] Bump version

* [libgeotiff] Avoid file(INSTALL)
2018-10-28 14:51:30 -07:00
John Farrier
c23a7f5c9a [celero] Update Celero to v2.4.0 (#4585)
* Upgrade Celero to v2.2.0

* [celero] Fix installed cmake targets

* Updated to Celero v2.4.0
2018-10-28 12:56:27 -07:00
Farwaykorse
5bea5abe39 [uriparser] Update to 0.9.0 (#4587) 2018-10-27 14:44:49 -07:00
Robert Schumacher
3270a9a469 [entityx] Fix osx build by enabling c++14 2018-10-27 12:50:27 -07:00
Robert Schumacher
74d385ff16 [tiff] Disable use of liblzma in uwp to enable building 2018-10-26 21:37:51 -07:00
Robert Schumacher
c538d6d996 Upgrades 2018.10.25 2018-10-26 18:49:29 -07:00
Agustín Rodríguez
f5c8349a85 [websocketpp] update to 0.8.1 (#4554)
* [websocketpp] update to 0.8.1

* [websocketpp] Fix config file
2018-10-26 10:25:35 -07:00
Ignat Loskutov
f0cd4479e8 [pixman] fix compilation on linux (#4570) 2018-10-26 09:28:03 -07:00
Robert Schumacher
ff49020538 [openssl-unix] Consider CMAKE_OSX_SYSROOT 2018-10-25 15:55:33 -07:00
myd7349
30d5f95986 [double-conversion] Remove unnecessary patch (#4321)
* [double-conversion] Remove unnecessary patch

* [double-conversion] Small portfile improvement

* [double-conversion] Provoke rebuild
2018-10-25 15:53:48 -07:00
Glen Knowles
8174938d50 [dimcli] Update to 4.0.1 (#4549)
* [dimcli] update to 3.1.1

* [dimcli] Update to 4.0.1

* [dimcli] Remove quotes around project name
2018-10-25 15:27:36 -07:00
Jonathan Hale
aba5a4abec [corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)
Signed-off-by: Squareys <squareys@googlemail.com>
2018-10-25 15:26:05 -07:00
Agustín Rodríguez
526b53b493 [socket-io-client] new port (#4557) 2018-10-25 15:24:32 -07:00
Roger Leigh
6d5eba6a6d xalan-c: Install headers correctly (#4565)
* Add SKIP_CLEAN option to vcpkg_install_msbuild

Also add vcpkg_clean_msbuild function to factor out clean
logic and allow re-use in portfiles.

* xalan-c: Correct header globbing

* vcpkg_install_msbuild: SKIP_CLEAN documentation correction

* [xalan-c] Add explicit check for localmsgindex header.
[docs] Regenerate
2018-10-25 12:34:45 -07:00
Robert Colton
03f4ab3808 Qscintilla Namespace Fix (#4332)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* define SCI_NAMESPACE for qscintilla port

* [qscintilla] Bump control version

* [qscintilla] Fix spacing. Slightly modernize.
2018-10-25 12:01:44 -07:00
bobk2824
a4403276a2 New package: Native Windows C++ library for EMC ECS S3 REST support (#4035)
* [ecsutil] Initial commit of 1.0.1.2

* [ecsutil] Simplify and use vcpkg_install_msbuild

* [ecsutil] Commit missing patch

* [ecsutil] Remove empty bin directories
2018-10-25 12:00:40 -07:00
Neil McNeight
4bc01b00e0 [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8 (#4492)
* [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8
* Version 1.2 is still required for building DOSbox

* [sdl1][sdl1-net] Revise to install to expected paths
* Headers go in include\ instead of include\SDL1
* Use updated .sln and .vcxproj files

* [sdl1] Modernize
2018-10-25 11:57:39 -07:00
Robert Schumacher
ac85ec3ac7 [scintilla] Update to 4.1.2 2018-10-25 11:50:23 -07:00
Jiri Appl
3d2b540173 Enable Windows ARM32 build of OpenSSL LTS (#4525)
* Enable Windows ARM32 build of OpenSSL

* [openssl-windows] Bump control version

* [vtk] Fix hardcoded install paths

* [osgearth] Backport VS2017u8 fix
2018-10-25 11:47:58 -07:00
Violet Giraffe
97e9d96715 libbson installation issue on Linux fixed (#4561)
* libbson installation issue on Linux fixed

* [libbson] Modernize
2018-10-25 11:07:35 -07:00
Robert Isaacs
f21d4f17e4 Include libpq-events header file (#4559)
* Include libpq-events header file

Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces.

* [libpq] Bump control version
2018-10-25 11:06:54 -07:00
Robert Schumacher
7f6b4fed7e [libssh] Use more stable link to patch 2018-10-25 10:28:09 -07:00
Robert Schumacher
ff659ef957 [gdal] Fix build failure in finding license file 2018-10-25 10:28:09 -07:00
Robert Schumacher
59c6669b41 [winpcap] Clean build slightly 2018-10-25 10:28:09 -07:00
Robert Schumacher
4cf611c2e6 [rttr] Don't build benchmarks 2018-10-25 10:28:08 -07:00
Robert Schumacher
66107362b1 [libwebm] Avoid building executables 2018-10-25 10:28:08 -07:00
Robert Schumacher
ece1e7a67a [assimp] Requires rapidjson 2018-10-25 10:28:08 -07:00
Robert Schumacher
bdb1ae9907 [tiff] Use lzma on linux 2018-10-25 10:28:08 -07:00
Robert Schumacher
2b555061ce [hunspell] Avoid building tools when targetting UWP 2018-10-25 10:28:08 -07:00
Robert Schumacher
7b0ca5d022 [flann] Fix parallel configure 2018-10-25 10:28:08 -07:00
Robert Schumacher
9cb0f3c8ae [rapidjson] Fix #error on arm64 2018-10-25 10:28:08 -07:00
Robert Schumacher
854a1e474e [fastcdr] Fix installed cmake files 2018-10-25 10:28:08 -07:00
Robert Schumacher
9b7d93425f [entityx] Fix parallel configure 2018-10-25 10:28:08 -07:00
Robert Schumacher
e80548e13d [openimageio] Improve robustness 2018-10-25 10:27:26 -07:00
Robert Schumacher
9c62c6a37a Upgrades 2018.10.11 2018-10-25 10:27:26 -07:00
Robert Schumacher
949c038143 [cpprestsdk] Improve websockets feature 2018-10-25 10:21:25 -07:00
Erwan BERNARD
6afbceb27f [realsense2] fix executable cleaning 2018-10-25 18:32:23 +02:00
Erwan BERNARD
3705800204 [realsense2] fix quotation mark in cmake command 2018-10-25 11:36:31 +02:00
Roger Leigh
6f2bc84506 [xerces-c] Update to 3.2.2 (#4246)
* [xerces-c] Update to 3.2.2

* [xalan-c] Build against xerces-c 3.2.2 and include extra patches

* [xalan-c] Use new vcpkg_extract_source_archive_ex()

* [xerces-c] Use vcpkg_fixup_cmake_targets

* [xerces-c] Disable vcpkg_test_cmake due to misbehavior in x64

* [xerces-c] Remove bin directory when building static

* [xalan-c] Modernize
2018-10-24 12:50:57 -07:00
Danny Angelo Carminati Grein
be7cd68773 Correctly configure GTK3 to reflect recomended stable release settings (#4211)
* Correctly configure GTK3 to reflect recomended release settings

GTK/Glib packaging guidelines recomends a release build to use debugging
facilities set to level 'minimum'. Disabling this is officially not
recomended for stable releases. For more info read the following link,
the section `--enable-debug`.

https://developer.gnome.org/glib/stable/glib-building.html#extra-configuration-options

* [gtk] Bump control version
2018-10-24 12:45:09 -07:00
Robert Schumacher
ffa114aaa4 [ecsutil] Remove empty bin directories 2018-10-24 12:41:19 -07:00
Robert Schumacher
fed89a9625 [mpir] Fix Linux builds 2018-10-24 12:36:26 -07:00
Alexander Karatarakis
c6552cba45
Merge pull request #4449 from Cheney-W/UpdateLiblinearSHA512
[Liblinear]Update the SHA512
2018-10-23 17:00:01 -07:00
ryanfitzsimon
c99f891b30 [libusb] Update to 1.0.22 (#4508)
* [libusb] Update to 1.0.22

* Update version to v1.0.22 tag instead of non-release commit hash.

* Remove libusb-usbdk output library.

The two Windows backends have been unified. The UsbDk backend is
selectable at runtime using the function libusb_set_option().

* Remove libfreenect2 patch (changes integrated upstream).

* Tidy up portfile.

* [libusb] Use vcpkg_install_msbuild()

* [libfreenect2] Add missing libjpeg-turbo dependency
2018-10-23 16:48:32 -07:00
Stefan Wurzinger
55f53c385e [portaudio] fix wasapi support (#4236) (#4517)
* [portaudio] fix wasapi support (#4236)

* [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
2018-10-23 16:43:28 -07:00
Robert Schumacher
a1fe9544fd [qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes #2857. 2018-10-23 15:12:57 -07:00
Robert Schumacher
8d62a87448
[cpprestsdk] Add feature for websockets (#4530) 2018-10-23 13:05:43 -07:00
Robert Schumacher
8675caad70 [azure-storage-cpp] Upgrade to 5.2.0 2018-10-23 11:37:11 -07:00
Arkady Shapkin
2884e55e6c Update suitesparse (#4515)
* [metis] Small minor portfile improvements

* [suitesparse] Update to version 5.1.2
2018-10-23 11:03:42 -07:00
Robert Schumacher
b0e3843b0d [websocketpp] Modernize 2018-10-23 10:47:05 -07:00
ken2812221
2d13eb83e8 [berkeleydb] define unicode macro to make the api utf-8 (#4521) 2018-10-23 09:49:05 -07:00
Maciej Patro
4a11ac2d5d [trompeloeil] add new port (#4524)
* [trompeloeil] add new port

* [trompeloeil] Modernize
2018-10-23 09:47:58 -07:00
Bob Kast
230d795ae3 Merge branch 'master' of https://github.com/EMCECS/vcpkg
# Conflicts:
#	ports/ecsutil/CONTROL
#	ports/ecsutil/portfile.cmake
2018-10-23 09:06:58 -04:00
Robert Colton
473d63c4ed Qt 5.11 and static build fixes (#4164)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* [qt5-*] Update sub-portfiles

* qt5-base WIP

* [qt5] Fix Could not find qmlcachegen.exe

* [qt5-activeqt] Fix SHA512

* [qt5-base] Fix static builds

* [qt5-base] Bump control version

* [qt5-base] Restore removal of qmake dependencies

* [qt5-base] Partially revert #3280

* [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-10-22 10:49:16 -07:00
Matthias Schmieder
cba23fe693 Fix boost compile & linker flags (#3871)
* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace

* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace

* full support for CXXFLAGS, CFLAGS and LDFLAGS throughout the boost-modular-build-helper

* [boost-modular-build-helper] Bump version and use CMAKE_* macros since the VCPKG_* macros are not passed in

* [boost-type-erasure] Depend on boost-thread even in UWP
2018-10-22 09:29:54 -07:00
Tom Henoch
13e4ca6587 plustache inital port (#4261)
* plustache port

* [plustache] Prefer static linking

* [plustache] Requires boost-algorithm
2018-10-22 09:08:46 -07:00
Tom Henoch
2db456f44a Reproc initial port (#4263)
* reproc initial port

* Remove portfile debug output

* Fix Cmake files path

* [reproc] Update to v1.0.0

* [reproc] Fix hash for v1.0.0
2018-10-22 09:08:19 -07:00
Agustín Rodríguez
0720fd2463 [libtins-4.0] new port (#4495)
* added libtins port

* [libtins] Modernize

* [libtins] Add missing winpcap dependency. Build static libs.
2018-10-22 09:04:13 -07:00
Erwan BERNARD
03266cc498 [orc] add apache orc library (#4496)
* [orc] add apache orc library

* [orc] Simplify patch. Note in usage that no targets are available. Don't build tools on windows because they are not supported.

* [orc] Move tools to tools/orc/ to fix Linux build.

* [orc] fix tools ouput folder
2018-10-22 04:25:37 -07:00
Alexander Karatarakis
4f583e6a99
Merge pull request #4366 from jadedrip/llvm-7.0.0
update llvm to 7.0.0
2018-10-20 15:51:52 -07:00
Robert Schumacher
17766ecd8c [devil] Fix static builds 2018-10-20 14:00:35 -07:00
Robert Schumacher
f520aacf0e [libmariadb] Fix /MD for static libs. Fixes #4493. 2018-10-20 13:58:28 -07:00
Carlos O'Ryan
12a0a9989b Fix crc32c CMake configuration directory. (#4509)
* Fix crc32c CMake configuration directory.

The port was installing the CMake configuration files for Crc32c in
share/crc32c/Crc32c/Crc32cConfig.cmake, where find_package() cannot
find them.  They should be installed in share/crc32c/Crc32cConfig.cmake.

* [crc32] Lowercase share directory
2018-10-20 13:19:50 -07:00
Michele Caini
2e0338ce93 uvw port (#4510) 2018-10-20 13:19:05 -07:00
Michele Caini
363d924a23 updated port (#4511) 2018-10-20 13:18:41 -07:00
Ashley Davis
fb4c51f997 Add tmxparser port (#4512)
* Add tmxparser port

* [tmxparser] Keep only one flavor
2018-10-20 13:17:45 -07:00
myd7349
1e78b6e213 [mio] Add new port (#4503)
* [mio] Add new port

* [mio] Clean

* [mio] Use vcpkg_fixup_cmake_targets
2018-10-19 09:11:27 -07:00
myd7349
560ff74a5c [pegtl] Update to 2.7.1 (#4504) 2018-10-19 09:09:01 -07:00
Robert Schumacher
725cbbd47e [libssh] Update to 0.7.6. Fixes #4494. 2018-10-19 04:27:01 -07:00
Robert Schumacher
9b21ff9612 [ecsutil] Commit missing patch 2018-10-19 03:00:39 -07:00
Robert Schumacher
13ec697c39 [ecsutil] Simplify and use vcpkg_install_msbuild 2018-10-19 02:55:52 -07:00
Robert Schumacher
1d59b34d6f [ecsutil] Initial commit of 1.0.1.2 2018-10-19 02:34:26 -07:00
myd7349
d45c9779a7 [docopt] Add new port to fix #3935 (#4343)
* [docopt] Add docopt.cpp to fix #3935

* [docopt] Cleanup

* [docopt] Disable vcpkg_test_cmake due to misbehavior on x64

* [docopt] Install only one flavor (static/shared)
2018-10-17 11:52:23 -07:00
Koby Kahane
0fe909718c [cryptopp] update to 7.0 (#4346)
* [cryptopp] update to 7.0

* [cryptopp] Fix Linux builds
2018-10-17 11:51:09 -07:00
Neil McNeight
82eb85df41 [libyaml] Add new port for libyaml v0.2.1 (#4484)
* [libyaml] Add new port for libyaml v0.2.1

* [libyaml] Cleanup
2018-10-17 11:46:46 -07:00
Robert Schumacher
e7a37f14a8 [protobuf] Disable building the lite runtime. Resolves https://github.com/protocolbuffers/protobuf/issues/4925. 2018-10-17 04:38:15 -07:00
Jens Weggemann
611b87955b [vulkan-memory-allocator] Initial port for release 2.1.0 (#4482)
* [vulkan-memory-allocator] Initial port for release 2.1.0

Port for https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator, current release 2.1.0.

* [vulkan-memory-allocator] Simplification; avoid usage file if not required. Use unofficial- prefix for targets.
2018-10-16 10:05:57 -07:00
Tsukasa Sugiura
d5828e6df6 [pcl] Add option introduced in upstream/HEAD (#4462)
Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option introduced in upstream/HEAD.
2018-10-16 03:44:01 -07:00
Erwan BERNARD
d798fd3040 [flatbuffers] fix executable remaining in bin folder (#4294)
* [flatbuffers] fix executable remaining in bin folder

* [flatbuffers] clean portfile for flatc executable
2018-10-16 02:27:22 -07:00
Tom Henoch
de7bc03245 Initial restbed port (#4232)
* Restbed port

* [restbed] Disable tests to simplify build. Only build one flavor.
2018-10-16 01:59:33 -07:00
Alexander Karatarakis
5d0b56d7c1 [cpprestsdk] Fix fixup_targets for new versions of cpprestsdk 2018-10-15 21:32:28 -07:00
hesiod
4568b57ad7 [glbinding] Update to v3.0.2 (#4405)
* Update glbinding to v3.0.2

Because glbinding introduced a new auxiliary library glbinding-aux the
CMake export/config file organization had to be changed.

* [glbinding] Simplify targets handling. General port cleanup. Force system-style install on all platforms.

* [glbinding] Fix glbinding-config.cmake

* [globjects] Pin forward to handle changes in glbinding 3.x
2018-10-15 19:02:05 -07:00
hlysunnaram
9bc8ed32d1 [geos] update to 3.6.3 (fix port build) (#4433)
* [geos] update to 3.6.3

* [geos] Slight modernization

* [geos] Move geos-config to /share/geos/

* [geos] Make share/geos directory
2018-10-15 18:56:14 -07:00
Alexander Karatarakis
76ea5e321c
Merge pull request #4473 from BillyONeal/use_etc_ssl
Use /etc/ssl for OpenSSL's configuration on *nix.
2018-10-15 13:30:32 -07:00
Billy Robert O'Neal III
0b6e548977 Use /etc/ssl for OpenSSL's configuration on *nix. 2018-10-12 16:04:39 -07:00
ct-clmsn
109c2cbb39 [gmmlib] Add new port (#4325)
* initial import

* reformat

* [gmmlib] Modernize and simplify
2018-10-12 15:59:54 -07:00
myd7349
1a4db3c264 [simpleini] Add new port (#4323)
* [simpleini] Add new port

* [simpleini] Fix version number

* [simpleini] Slightly simplify portfile
2018-10-12 15:33:16 -07:00
hlysunnaram
38c741f390 [gdal] update port to 2.3.2 and mysql support as port feature (#4413)
* [gdal] update port from 2.3.0 to 2.3.2

* [libmariadb] fix build failure when VCPKG_BUILD_TYPE is set

* [gdal] remove libmysql dependency from port core to allow x86 build

* create new port features: mysql-libmysql and mysql-libmariadb
* add mysql-libmysql as default feature: to build on x86, install gdal[core] or gdal[core,mysql-libmariadb] if mysql support is needed
2018-10-12 15:12:15 -07:00
Nagy-Egri Máté Ferenc
7a3cc8db7f [hwloc] Added utility hwloc-info (#4279)
* Added version number to project() invocation

* Added URL to project() invocation

* added hwloc-info target and install()

* Removed URL (oops), fixed hwloc-info when using shared libs

* [hwloc] Bump control version. Don't package debug version of hwloc-info.
2018-10-12 15:07:30 -07:00
Robert Schumacher
064fe93191
Rebase of #4290 (#4460)
* Add tmx port.

* [tmx] Simplify port
2018-10-12 10:02:17 -07:00
hesiod
22fa919487 Update opusfile to v0.11 (#4404) 2018-10-12 06:09:40 -07:00
Tsukasa Sugiura
59df8b1029 [realsense2] Update to v2.16.1 (#4436)
Update realsense2 port to librealsense v2.16.1.
2018-10-12 05:46:21 -07:00
Mohammed Alyousef
91ceded42b Adding Async++ package (#4438)
* Add files via upload

* Update portfile.cmake

* Update portfile.cmake

* [asyncplusplus] Use more port helpers

* [asyncplusplus] Fixup cmake targets
2018-10-12 05:45:31 -07:00
Alien-AV
ed7e8631f6 fix boost-lockfree missing dependency (#4445)
* fix boost-lockfree missing dependency

spsc_queue.hpp is including next_prior.hpp, which is contained in boost-iterator
package. however, boost-iterator is not listed as a dependency of boost-lockfree

* [boost-lockfree] Bump control version
2018-10-12 05:35:44 -07:00
Voskrese
43deeaf0c8 connected fail (#4375)
wget https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2
--2018-09-30 08:14:17--  https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2
Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 208.118.235.200
Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|208.118.235.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2 [following]
--2018-09-30 08:14:19--  https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2
Resolving mirror.freedif.org (mirror.freedif.org)... 113.161.52.138
Connecting to mirror.freedif.org (mirror.freedif.org)|113.161.52.138|:443... failed: Unknown error.
Retrying.
2018-10-11 21:59:19 -07:00
Arash Partow
b030ebccab Update to ExprTk package (#4378) 2018-10-11 21:51:04 -07:00
Jens Weggemann
1ce7ee30b7 [shaderc] Fix for build (#4398)
* [shaderc] Fix for build

* [glslang] Use 'd' debug suffix on all platforms

* [shaderc][spirv-tools] Restore missing cmake options
2018-10-11 21:27:22 -07:00
Lyle Tafoya
adcf87465f Fixes #4422 dynamic build failure on Linux (#4423)
* Fixes #4422 dynamic build failure on Linux

* [libvorbis] Adapt to modern best practices. Test for files instead of using the platform.
2018-10-11 21:12:10 -07:00
Robert Schumacher
4ff1f50221 [abseil] Remove cctz dependency. Install all headers. Fixes #4442. Fixes #4373. 2018-10-11 21:10:13 -07:00
Cheney-Wang
3be142fdfa [Liblinear]Update the SHA512 2018-10-11 03:34:13 -07:00
jadedrip
29858b3cb2 Add luabridge 2.1 (#4443)
* Add luabridge 2.1

* [luabridge] Update to modern port practices, avoid checking in the License.
2018-10-10 17:42:29 -07:00
jadedrip
4518837f24
Update CONTROL 2018-10-10 20:00:04 +08:00
Bob Kast
3d1fbeb7de ECSUtil 1.0.1.2 2018-10-09 14:54:40 -04:00
Simon Hausmann
33aa4b4c71 Fix harfbuzz targets (#4345)
Since commit 6a97d0f3d377a35ea691d15ac142ce043f953e71 upstream, the
target is in the harfbuzz:: namespace.
2018-10-09 05:05:08 -07:00
Maxime GIMENO
77fbb32e9e Add qt5-script package (#4389) 2018-10-09 04:51:07 -07:00
kiwixz
93be327ca2 [tinyfiledialogs] initial release (#4416)
* tinyfiledialogs

* [tinyfiledialogs] Download loose files instead of tarball
2018-10-09 01:20:29 -07:00
Erwan BERNARD
9e0a9c4347 [live555] fix linux build : invalid conversion socklen_t (#4403) 2018-10-09 00:44:45 -07:00
Kevin Hartman
59f88c7b10 [morton-nd] Add port (#4420)
* [morton-nd] Add port

* [morton-md] Remove 'v' from CONTROL version
2018-10-09 00:43:02 -07:00
Christophe Delacourt
6ca2efc631 spirv-cross port (#4426)
* spirv-cross port

* disable exceptions to assertion compilation flag

* [spirv-cross] Fixup cmake targets
2018-10-09 00:37:32 -07:00
Simon Hausmann
0e50a41922 Fix build of OpenSSL on Android (#4427)
When passing on CMAKE_<LANG>_COMPILER_TARGET and
CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN it is important that the
selection of those via CMAKE_C_COMPILE_OPTIONS_TARGET/EXTERNAL_TOOLCHAIN
is done without a space inbetween. For example COMPILE_OPTIONS_TARGET is
with clang a simple --target= and so the selected target must follow
without a space, so that we get --target=foo-bar instead of --target=
foo bar, which the compiler does not parse as intended.
2018-10-09 00:36:42 -07:00
kjpus
8bb061a20c Build static libgit2 with dynamic CRT on Windows (#4432)
* Build static libgit2 with dynamic CRT on Windows

* [vcpkg-triplets] Revert changes to built-in triplets

* [libgit2] Simplify computation of STATIC_CRT
2018-10-09 00:27:45 -07:00
Jaime Soto
c5f77be5c5 [yara] Remove Windows-only assumptions in CMakeLists.txt (#4431)
* [yara] Remove Windows-only assumptions in CMakeLists.txt

Fixes x64-linux build. Addresses GitHub vcpkg issue #4411.

Defines `libyara_dependencies` and `libyara_definitions` CMake variables
to simplify calls to `target_link_libraries` and
`target_compile_definitions`, respectively.

Replaces `USE_WINDOWS_PROC` definition with platform-specific definition
(e.g., `USE_LINUX_PROC`) based on how `proc_interface` is defined in
configure.ac. Currently supports only Windows, Linux, and Darwin.
Replaces libyara/proc/windows.c source file with platform-specific
source file from libyara/proc.

Adds missing libyara/endian.c and libyara/stopwatch.c source files to
`libyara_sources` variable. Addresses missing byte-swap symbols
(`_yr_bswap16`, `_yr_bswap32`, and `_yr_bswap64`).

Adds `find_package` call for `Threads`, setting pthread as preferred
threads library in Linux. Adds `Threads::Threads` as a libyara dependency.
Addresses missing thread and semaphore symbols.

Adds `m` (math library) as a dependency if building with GCC to address
missing `log2` symbol.

* [yara] Bump control version
2018-10-09 00:22:07 -07:00
Jason Juang
3240aad313 [dlib] update to 19.16 (#4379) 2018-10-08 20:41:25 -07:00
Maxime GIMENO
aa7a584767 [cgal] Update to 4.13. (#4390)
* Update to 4.13 and minimize the qt5 dependency.

* [cgal] Fix license installation for new git repo layout

* [cgal] Remove vcpkg_test_cmake until x64 can be fixed
2018-10-08 20:35:15 -07:00
Oleg Shparber
b0137ff288 [libarchive] Update to version 3.3.3, add feature support (#4407)
* [libarchive] Update to version 3.3.3, add feature support

* [libarchive] Mark features as default to mimic previous behavior. To not install them, use `libarchive[core]`.
2018-10-08 20:30:12 -07:00
Mark Ian Holland
790cf8d31d [nlohmann-json] Update to 3.3.0 (#4412) 2018-10-08 20:18:55 -07:00
Alexander Karatarakis
9122643930 [apr] Update to 1.6.5 2018-10-05 16:03:15 -07:00
hlysunnaram
008c5d8668 Handle VCPKG_BUILD_TYPE (#4287)
* [curl] fix build failure when VCPKG_BUILD_TYPE is set

* [libmysql] fix build failure when VCPKG_BUILD_TYPE is set

* [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only

* [icu] use VCPKG_BUILD_TYPE to build release or debug only

* [gdal] use VCPKG_BUILD_TYPE to build release or debug only

* bump versions of curl, gdal, icu, libmysql and openssl-windows
2018-10-03 23:09:42 -07:00
Alexander Karatarakis
0fe2068a56 [libflac] Apply patch for flac_max and flac_min 2018-10-03 22:54:39 -07:00
つむぎん
dabfd4e022 [tinyutf8] Initial port for tinyutf8. (#4388)
* Add tinyutf8 port.

* [tinyutf8] Use vcpkg_from_github(). Simplify patch.
2018-10-03 21:32:36 -07:00
Simon Brand
7e714a2c93 [tl-expected] Add new port (#4399)
* [tl-expected] Add new port

* [tl-expected] Simplification since CMake doesn't currently install targets
2018-10-03 17:15:06 -07:00
Mattias Cibien
0cbb8a1626 [kde frameworks 5] Added karchive, kholidays, updated kplotting from KDE Frameworks 5 (#4302)
* [kf5] Added karchive, updated kplotting

* [kf5] Added KHolidays

* [ecm] Bump CONTROL version
2018-10-02 18:22:21 -07:00
Arash Partow
851474a2f8 Update to StrTk package (#4380) 2018-10-02 18:20:07 -07:00
Kyle Farnung
f9122d3aa2 Force ChakraCore to statically link the CRT (#4371)
ChakraCore can only dynamically link against MSVCRT currently. To work
around this it's best just to statically link the CRT like official
builds do.

Refs: https://github.com/Microsoft/ChakraCore/issues/5725
2018-10-01 09:57:56 -07:00
jadedrip
aa238ce8b7 update llvm to 7.0.0 2018-09-28 11:24:41 +08:00
Alexander Karatarakis
d31c063fb9
Merge pull request #4347 from MarkIanHolland/imgui-1.65
[ImGui] Update Imgui to 1.65
2018-09-26 15:09:11 -07:00
Robert Schumacher
7b82b38896 [aws-sdk-cpp] Change default services based on recommendations from the aws team 2018-09-25 20:50:37 -07:00
Alexander Karatarakis
619b6fc435
Merge pull request #4286 from guest512/master
[leptonica] Update to 1.76.0
2018-09-25 15:38:04 -07:00
Bob Kast
d01501d1f5 ECSUtil v1.0.1.1 2018-09-25 15:35:39 -04:00
Mark Ian Holland
e4fddb8dba Update Imgui to 1.65 2018-09-25 15:26:09 +01:00
Denis Legashov
8f0f1aa85f Updated leptonica patch in order to fix Linux builds 2018-09-25 13:48:07 +03:00
Alexander Karatarakis
7881abfc29
Merge pull request #4241 from DavidLudwig/io2d-2
[io2d] add new library to ports
2018-09-24 19:14:57 -07:00
Alexander Karatarakis
61be650835
Merge pull request #4283 from jasjuang/glm
[glm] update to 0.9.9.2
2018-09-24 18:48:31 -07:00
Alexander Karatarakis
41c0982833
Merge pull request #4293 from hanseuljun/hanseuljun/x264
[x264] Update to 157
2018-09-24 18:44:46 -07:00
Robert Schumacher
b35f75d646 [cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add unofficial targets and usage information 2018-09-24 18:08:52 -07:00
David Ludwig
fd5fe4132c [io2d] adjusted description and version (in vcpkg CONTROL file) 2018-09-24 18:08:10 -07:00
David Ludwig
f223e147f4 [io2d] point at io2d's main Github repo 2018-09-24 18:08:10 -07:00
David Ludwig
50bffdbdaa [io2d] work-in-progress on new package (for vcpkg)
(via http://io2d.org)

Currently points to a branch outside of Github.com/cpp-io2d/, pending
changes to either io2d, or this vcpkg integration
2018-09-24 18:08:10 -07:00
jasjuang
d23c403e2d [glm] update to 0.9.9.2 2018-09-23 15:02:05 -07:00
Claudio Fantacci
90e627c7e6 [qt5-base] Fix hardcoded absolute paths in DLLs (#3280)
* Fix Qt5 hardcoded absolute paths within DLLs

* Increase patch version number in qt5-base
2018-09-20 14:01:15 -07:00
Robert Schumacher
765a9f06e6 Merge branch 'dev/roschuma/upgrades' 2018-09-19 18:41:54 -07:00
Robert Schumacher
48ec8f2950 Merge remote-tracking branch 'origin/master' into dev/roschuma/upgrades 2018-09-19 18:41:28 -07:00
Johnny Willemsen
1c90216f2e ace 6.5.2 (#4309) 2018-09-19 18:20:57 -07:00
Robert Schumacher
64a7483a4a Upgrades 2018.09.18 2018-09-19 14:13:12 -07:00
Kan Tang
f89341566c [azure-storage-cpp] Upgrade to 5.1.1 (#4300) 2018-09-18 02:33:32 -07:00
Robert Schumacher
7e5bb652fb Upgrades 2018.08.03 2018-09-18 02:11:05 -07:00
Rich Randall
798f9cae6c Add Google Fruit to ports (#4291)
* Add Google Fruit to ports

* [fruit] Use vcpkg_from_github() and configure_file()
2018-09-18 02:07:27 -07:00
quickiwiki
add489dd75 Added tinyspline library to ports (#4298)
* Added tinyspline library to ports

* Removed commented code

* [tinyspline] Simplify patching, remove extra comments and unused directives
2018-09-18 01:35:50 -07:00
Simon Hausmann
c7f99a77a8 Fix up double-conversion and harfbuzz (#4285)
* [double-conversion] Bump to 3.1.0

This release also allows removing the workarounds for calling
vcpkg_fixup_cmake_targets twice after renaming *LibraryDepends.cmake
because upstream didn't install *Targets.cmake files. That in turn fixes
using double-conversion on Linux.

* [harfbuzz] Fix cmake configs

When building cmake with autotools, a harfbuzz-config.cmake file gets
installed that makes find_package work. However when building with
cmake, that is omitted. Therefore include a patch from upstream pull
request

    https://github.com/harfbuzz/harfbuzz/pull/1161

to fix that.

* [harfbuzz] Rename targets to unofficial-harfbuzz because they are not provided by upstream
2018-09-17 23:48:30 -07:00
hanseuljun
8740f850a1 [x264] Update to 157 2018-09-15 20:00:54 -07:00
Guillaume Racicot
ea08dc33c3 New package: gracicot/kangaru, a library for dependency injection in C++11, C++14 and later (#4288)
* New package: gracicot/kangaru, a library for dependency injection in C++11, c++14 and later

* Updated description
2018-09-14 11:54:54 -07:00
Denis Legashov
68a5eba2d1 [leptonica] Update to 1.76.0 2018-09-14 15:51:54 +03:00
Alexander Karatarakis
a9fd7c82dc
Merge pull request #3990 from qmfrederik/updates/liblzma
[liblzma] Update to 2.5.4
2018-09-10 15:50:16 -07:00
Alexander Karatarakis
c92e4953a0
Merge pull request #4116 from sanxiyn/uriparser-0.8.6
[uriparser] Update to 0.8.6
2018-09-10 15:48:06 -07:00
jasjuang
8a3b731118 [alembic] update to 1.7.9 2018-09-09 23:01:27 -07:00
icedream2linxi
f138ef3747 [freeglut] Fix the internal default link name of freeglut. Fixed #4243. 2018-09-07 20:24:27 +08:00
Alexander Karatarakis
40510c3aaf
Merge pull request #4238 from MarkIanHolland/imgui1.64
[Imgui] update imgui to v1.64
2018-09-06 16:25:44 -07:00
Alexander Karatarakis
e20e8d9b54
Merge pull request #4231 from fcharlie/update_curl
[curl] update curl to 7.61.1 nghttp2 to 1.33.0
2018-09-06 15:12:08 -07:00
Mark Ian Holland
eac4d7b157 Imgui updated to 1.64 2018-09-06 14:40:22 +01:00
Alexander Karatarakis
7a76607cbf
Merge pull request #4235 from SuperWig/catch24
[Catch2] Updated to 2.4.0
2018-09-05 17:54:17 -07:00
Alexander Karatarakis
919c5db075
Merge pull request #4229 from katmsft/master
[azure-storage-cpp] Upgrade to 5.1.0
2018-09-05 17:22:07 -07:00
Alexander Karatarakis
4dadc4387f
Merge pull request #4224 from ruurdadema/fix-poco-on-osx-and-linux
Fix poco on osx and linux
2018-09-05 15:35:16 -07:00
Daniel Marshall
7ec7a08ea6 Updated Catch2 to 2.4.0 2018-09-05 18:55:53 +01:00