aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-08[cppgraphqlgen] Update to version 1.0.0 (#5017)Bill Avery
* [cppgraphqlgen] Update to version 0.7 * [cppgraphqlgen] Update to 1.0.0
2019-01-08[uriparser] Update to 0.9.1 to fix #5086 (#5094)myd7349
2019-01-08Upgrade google-cloud-cpp to v0.5.0. (#5096)Carlos O'Ryan
This time with less patches!
2019-01-07ecsutil: fix hashBob Kast
2019-01-07[vcpkg] add support for FreeBSD (#4917)ivysnow
* [vcpkg] add support for FreeBSD * [x64-freebsd] Remove triplet because it is not currently in the set of supported triplets
2019-01-07Update ECSUtil library to 1.0.2.1Bob Kast
2019-01-07[libiconv] Add mirror (#5056)past-due
2019-01-07OpenVDB: Add `/bigobj` as compiler flag only for MSVC (#4948)Aaron Ang
* Only set `/bigobj` as C++ compiler flag for MSVC * [openvdb] Bump control version
2019-01-07[entityx] Do not build shared library in addition to static one (#5006)Todor Prokopov
2019-01-01Updated libidn2 to version 2.0.5.LazyHamster
2018-12-22Merge pull request #5007 from pgoodman/patch-1Phil Christensen
[c-ares] Change to 0/1 instead of OFF/ON
2018-12-22Merge pull request #5004 from krismattheus/masterPhil Christensen
[pthreads] add version resource and fix problem with PTW32_ARCH when compiling resource
2018-12-22Merge pull request #5003 from myd7349/issue-3374-3385Phil Christensen
[libsodium] Fix #3374, #3385
2018-12-22Merge pull request #5002 from Neumann-A/patch-1Phil Christensen
[eigen3]Fix for #4902
2018-12-22[openssl] openssl-bump-to-1.0.2q-cve-fixesthe-j0k3r
https://www.openssl.org/news/vulnerabilities.html
2018-12-21Merge pull request #4994 from cneumann/fix-spdlog-external-fmtPhil Christensen
[spdlog] Fix spdlog handling of external fmt lib
2018-12-21Merge pull request #4993 from TheScarfix/eigen3-3.3.7Phil Christensen
[eigen3]Update eigen3 to 3.3.7
2018-12-21[msys2] bump control version in msys dependant portsPhil Christensen
2018-12-21Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4990Phil Christensen
2018-12-20Merge pull request #4967 from myd7349/ponderPhil Christensen
[ponder] Add new port
2018-12-20Merge pull request #4966 from studiofuga/dev/studiofuga/geosPhil Christensen
[Geos] Remove empty */bin directories when statically linking
2018-12-20[spdlog] add comment about patchPhil Christensen
2018-12-20Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4994Phil Christensen
2018-12-20Merge pull request #4988 from FranciscoPDNeto/masterPhil Christensen
[TinyXml] Linkage error fixed.
2018-12-20Merge pull request #4973 from JuhaSointusalo/ftgl-new-portPhil Christensen
[ftgl] add new port
2018-12-20Merge branch 'master' into dev/philc/4966Phil Christensen
2018-12-20Merge pull request #4974 from alexkaratarakis/dev/alkarata/bashcompletionPhil Christensen
[autocomplete] Add tab-completion support for bash
2018-12-20Merge pull request #4964 from studiofuga/dev/studiofuga/mpfr-varargs-fixPhil Christensen
[mpfr] Update mpfr to 4.0.1 and fix compilation under gcc 7
2018-12-20Merge pull request #4958 from albertfong/antlr4.7.1Phil Christensen
[antlr4] Upgrade to antlr4 to 4.7.1
2018-12-19[antlr4] fix copyright download namePhil Christensen
2018-12-20Fix static buildmyd7349
2018-12-19[mpfr] update CMakeLists for new versionPhil Christensen
2018-12-19[mpfr] fix version in CONTROL filePhil Christensen
2018-12-19Merge pull request #4963 from cenit/dev/cenit/fix_protobuf_ocv3_againPhil Christensen
[OpenCV3] fix protobuf patch, again
2018-12-19[antlr4] change portfile to trigger testingPhil Christensen
2018-12-19Merge pull request #4952 from coryan/upgrade-grpc-to-1.16.1Phil Christensen
[grpc] Upgrade gRPC to 1.17.1.
2018-12-19[grpc] update patch for uwpPhil Christensen
2018-12-19Change to 0/1 instead of OFF/ONPeter Goodman
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[pthreads] add version resource and fix problem with PTW32_ARCH when ↵krismattheus
compiling resource. Signed-off-by: krismattheus <kris.mattheus@visionbms.com>
2018-12-19[libsodium] Fix static buildmyd7349
2018-12-19[libsodium] Fix #3374, #3385myd7349
2018-12-18[grpc] Change portfile to trigger buildPhil Christensen
2018-12-18[zxing] ZXing library port added. (#4854)Pavel Mach
* 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-18Upgrade RESTinio v.0.4.8.4. (#4992)Nicolai Grodzitski
2018-12-18[sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability (#4995)Patrick Geltinger
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[antlr4] move to vcpkg_extract_source_archive_exPhil Christensen
2018-12-18Merge pull request #4951 from coryan/upgrade-crc32c-to-1.0.6Phil Christensen
[crc32c] Upgrade crc32c to 1.0.6.
2018-12-18Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4952Phil Christensen
2018-12-18[crc32c] bump dash number in control filePhil Christensen
to force the test system to pick it up
2018-12-18Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4951Phil Christensen