Commit Graph

5013 Commits

Author SHA1 Message Date
Robert Schumacher
660745956a [boost][python3] Fix building with VS 2019 2019-01-30 14:27:10 -08:00
SunTY
397e1a5d6c libass dynamic library (#5244)
* libass dynamic library
it relies on fribidi, harfbuzz, fontconfig, libiconv

* Remove references to iconv and fontconfig

Because this port is currently Windows-only (Fribidi doesn't build on
Linux with vcpkg because of an issue with Meson), we don't want to worry
about FontConfig; DirectWrite should be enough.

* Freetype is important!

* Remove unnecessary fontconfig -- for real

* Remove unnecessary comment
2019-01-30 13:41:51 -08:00
chrullrich
05b31030ce Upgrade WTL to 10.0.8356. (#5262) 2019-01-29 14:35:33 -08:00
LRFLEW
e6552f1180 [BZip2] Fix Unix Dynamic Builds (#5184)
* [BZip2] Fix Unix Dynamic Builds

* [bzip2] Bump control version

* [libgta] Only build one flavor

* [vcpkg_configure_cmake] Resolve #2375 since we now use CMake >= 3.11
2019-01-29 13:43:39 -08:00
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
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