aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-10[autobahn] Add autobahn-cpp header-only library for WAMPVitaly Petrov
2019-01-09[pybind11] Upgrade to v2.2.4 (#5087)zhihaoy
2019-01-09[matroska] Update to 1.4.9 (#5092)evpobr
2019-01-09[ebml] Update to v1.3.6 (#5091)evpobr
* [ebml] Update to v1.3.6 * [ebml] Cleanup
2019-01-09[wxwidgets] Disable cotire on OSX due to appleclangRobert Schumacher
2019-01-09[protobuf] Fix protoc.exe on non-windowsRobert Schumacher
2019-01-09Updates 2018.12.14Robert Schumacher
2019-01-09[asio] Update to 1.12.2 (#5050)Stanislav Ershov
2019-01-09Update urdfdom_headers to version 1.0.2 (#5067)Jeongseok Lee
2019-01-09sobjectizer-v5.5.24 and so5extra-v1.2.2 (#5100)eao197
2019-01-09[cli11] Update to 1.6.2 (#5093)myd7349
2019-01-08Update Azure IoTHub packages for new release (#5000)Jelani Brandon
* Update Azure IoTHub packages for new release * [azure-c-shared-utility] Avoid double expanding variables
2019-01-08[fmilib] fmilib not building on x64-windows (#4999)Lars Ivar Hatledal
* 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[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-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[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
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-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-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