Commit Graph

4789 Commits

Author SHA1 Message Date
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
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
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
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