| Age | Commit 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-08 | Upgrade google-cloud-cpp to v0.5.0. (#5096) | Carlos O'Ryan | |
| This time with less patches! | |||
| 2019-01-07 | ecsutil: fix hash | Bob 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-07 | Update ECSUtil library to 1.0.2.1 | Bob Kast | |
| 2019-01-07 | [libiconv] Add mirror (#5056) | past-due | |
| 2019-01-07 | OpenVDB: 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-01 | Updated libidn2 to version 2.0.5. | LazyHamster | |
| 2018-12-22 | Merge pull request #5007 from pgoodman/patch-1 | Phil Christensen | |
| [c-ares] Change to 0/1 instead of OFF/ON | |||
| 2018-12-22 | Merge pull request #5004 from krismattheus/master | Phil Christensen | |
| [pthreads] add version resource and fix problem with PTW32_ARCH when compiling resource | |||
| 2018-12-22 | Merge pull request #5003 from myd7349/issue-3374-3385 | Phil Christensen | |
| [libsodium] Fix #3374, #3385 | |||
| 2018-12-22 | Merge pull request #5002 from Neumann-A/patch-1 | Phil Christensen | |
| [eigen3]Fix for #4902 | |||
| 2018-12-22 | [openssl] openssl-bump-to-1.0.2q-cve-fixes | the-j0k3r | |
| https://www.openssl.org/news/vulnerabilities.html | |||
| 2018-12-21 | Merge pull request #4994 from cneumann/fix-spdlog-external-fmt | Phil Christensen | |
| [spdlog] Fix spdlog handling of external fmt lib | |||
| 2018-12-21 | Merge pull request #4993 from TheScarfix/eigen3-3.3.7 | Phil Christensen | |
| [eigen3]Update eigen3 to 3.3.7 | |||
| 2018-12-21 | [msys2] bump control version in msys dependant ports | Phil Christensen | |
| 2018-12-21 | Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4990 | Phil Christensen | |
| 2018-12-20 | Merge pull request #4967 from myd7349/ponder | Phil Christensen | |
| [ponder] Add new port | |||
| 2018-12-20 | Merge pull request #4966 from studiofuga/dev/studiofuga/geos | Phil Christensen | |
| [Geos] Remove empty */bin directories when statically linking | |||
| 2018-12-20 | [spdlog] add comment about patch | Phil Christensen | |
| 2018-12-20 | Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4994 | Phil Christensen | |
| 2018-12-20 | Merge pull request #4988 from FranciscoPDNeto/master | Phil Christensen | |
| [TinyXml] Linkage error fixed. | |||
| 2018-12-20 | Merge pull request #4973 from JuhaSointusalo/ftgl-new-port | Phil Christensen | |
| [ftgl] add new port | |||
| 2018-12-20 | Merge branch 'master' into dev/philc/4966 | Phil Christensen | |
| 2018-12-20 | Merge pull request #4974 from alexkaratarakis/dev/alkarata/bashcompletion | Phil Christensen | |
| [autocomplete] Add tab-completion support for bash | |||
| 2018-12-20 | Merge pull request #4964 from studiofuga/dev/studiofuga/mpfr-varargs-fix | Phil Christensen | |
| [mpfr] Update mpfr to 4.0.1 and fix compilation under gcc 7 | |||
| 2018-12-20 | Merge pull request #4958 from albertfong/antlr4.7.1 | Phil Christensen | |
| [antlr4] Upgrade to antlr4 to 4.7.1 | |||
| 2018-12-19 | [antlr4] fix copyright download name | Phil Christensen | |
| 2018-12-20 | Fix static build | myd7349 | |
| 2018-12-19 | [mpfr] update CMakeLists for new version | Phil Christensen | |
| 2018-12-19 | [mpfr] fix version in CONTROL file | Phil Christensen | |
| 2018-12-19 | Merge pull request #4963 from cenit/dev/cenit/fix_protobuf_ocv3_again | Phil Christensen | |
| [OpenCV3] fix protobuf patch, again | |||
| 2018-12-19 | [antlr4] change portfile to trigger testing | Phil Christensen | |
| 2018-12-19 | Merge pull request #4952 from coryan/upgrade-grpc-to-1.16.1 | Phil Christensen | |
| [grpc] Upgrade gRPC to 1.17.1. | |||
| 2018-12-19 | [grpc] update patch for uwp | Phil Christensen | |
| 2018-12-19 | Change to 0/1 instead of OFF/ON | Peter 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 build | myd7349 | |
| 2018-12-19 | [libsodium] Fix #3374, #3385 | myd7349 | |
| 2018-12-18 | [grpc] Change portfile to trigger build | Phil 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-18 | Upgrade 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_ex | Phil Christensen | |
| 2018-12-18 | Merge pull request #4951 from coryan/upgrade-crc32c-to-1.0.6 | Phil Christensen | |
| [crc32c] Upgrade crc32c to 1.0.6. | |||
| 2018-12-18 | Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4952 | Phil Christensen | |
| 2018-12-18 | [crc32c] bump dash number in control file | Phil Christensen | |
| to force the test system to pick it up | |||
| 2018-12-18 | Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4951 | Phil Christensen | |
