aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-12-20[restinio] update to 0.6.2 (#9293)eao197
* RESTinio updated to 0.6.2. * Remove deprecated stuff. Homepage tag added to CONTROL file.
2019-12-20[live555] Fix live555:x86-windows-static build failure (#9303)Alvin
2019-12-20[opendnp3] Add new port (#9313)Adam Jorgensen
* Added port for OpenDNP3 library * Added usage note * Handle library linkage setting * Removed deprecated vcpkg_common_functions include * Indicated that OpenDNP3 will fail to build on UWP targets * [opendnp3] Export cmake files and force to build static in Windows * [opendnp3] Fix include export-cmake name Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2019-12-20[libpcap] update portfile for cmake build and bump version to 1.9.1 (#9329)almikhayl
2019-12-20[simpleini] Fix build failure on travis CI (#9330)Alvin
* [simpleini] Fix build failure on travis CI * [simpleini] x64-linux passing, remove from ci.baseline.txt * [simpleini] x64-osx passing, remove from ci.baseline.txt
2019-12-20[botan] Fix unrecognized compile flag MT/MD (#9335)Jack·Boos·Yu
2019-12-20[cpp-httplib] Update library to 0.4.2 (#9360)Leonid Pospelov
2019-12-20[brynet] Update to 1.0.5 (#9277)IronsDu
* Update portfile.cmake update brynet to tag 1.0.5 .(after now, brynet changed to header only) * Update portfile.cmake * Update CONTROL * Update ci.baseline.txt remove brynet's setting
2019-12-13[python3] Fix CONTROL Version (#9173)Alvin
2019-12-10[azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and ↵ewertons
public-preview installations (#9117) * [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations * [azure-c-shared-utility]Terminate the build process when building uwp.
2019-12-07[libxslt] Fix writing to locations outside vcpkg in Windows builds (#9242)Robert Schumacher
* [libxslt] Fix writing to locations outside vcpkg in Windows builds * [libxslt] Add passing arm64-windows to baseline
2019-12-06[vcpkg] Check in baseline results for CI builds (#9203)Robert Schumacher
* [vcpkg] Check in initial baseline * [vcpkg] Baseline update * [vcpkg] Further baseline updates * [vcpkg] Update baseline * [vcpkg] Update baseline * [vcpkg] Update baseline * [vcpkg] Update baseline * [xalan-c] Fix flaky build for non-Windows hosts
2019-12-05Remove rapidstring port (#9143)Phoebe
2019-12-03[proxywrapper] Add new port (#8916)Yuval Gross
* adding proxywrapper package * resolving review comments * restrict Linux only * [proxywrapper] Only static library * [libmodman] Move building of tests to a non-default feature * [libproxy] Move tests to a non-default feature * [libproxy] Add features for language bindings * [proxywrapper] Require C++ 11 standard
2019-12-02[ecsuti] Update version (#8885)Cheney Wang
2019-12-02[protobuf] Update protobuf to 3.11.0 (#9131)Jozef Izso
2019-12-02[boost-modular-build-helper] put quotes around the directory in compiler ↵Phoebe
flags (#9108)
2019-12-02[jsoncons] Update to v0.140.0 (#9124)Daniel Parker
* [jsoncons] Update to v0.140.0 * [jsoncons] Add space before #v0.140.0?
2019-12-02[parallel-hashmap] Update to 1.27 (#9152)Gregory Popovitch
* update parallel_hashmap version * Update portfile.cmake * Update CONTROL * Update portfile.cmake for parallel_hashmap
2019-12-02[cjson] Update to 2019-11-30 (#9157)myd7349
2019-12-02[pixman] Update to version 0.38.4 (#9170)Stephen Just
2019-12-02RESTinio updated to v.0.6.1.1. (#9174)eao197
2019-11-26[ppconsul] Upgrade to latest version (#9104)2019.11Samuel Marks
2019-11-26ixwebsocket 7.4.0 (#9099)Benjamin Sergeant
2019-11-26[google-cloud-cpp-common] Optional testing libraries (#9097)Carlos O'Ryan
The testing libraries in google-cloud-cpp-common are an strictly optional feature. I expect that mostly developers of other google-cloud-cpp-* libraries would use them, but the occasional end-user might want them too.
2019-11-26[google-cloud-cpp-spanner] Add new port (#9096)Carlos O'Ryan
* [google-cloud-cpp-spanner] New port A client library for Google's Cloud Spanner. * Fix package version.
2019-11-26[libmodman, libproxy] Add new ports (#8931)JackBoosY
* [libproxy]Add new port. * [libmodman]Add new port. * [libproxy]Support windows, set dependency libmodman. * Add usage, add vcpkg-cmake-wrapper.cmake to libproxy. * add empty line to usage. * [libmodman]Fix undefined typeid in Visual Studio 2019. * [libproxy]Fix install libproxy.py error when it not exist. * Disable arm/uwp build. * Enable static build on UNIX. * [libproxy]Re-generate patches, delete default feature tools and use system libmodman. * [libproxy]Disable install libproxy.py. * [libproxy]Disable install Libproxy.pm and PLlibproxy. * [libproxy]DISABLE PARALLEL CONFIGURE * [libproxy]Revert 6f233cced1a51a086e5fea5bf290565d9847d4b7 * [libmodman/libproxy]Fix arm build.
2019-11-25[libpng] Fix CMake targets (#8716)Phoebe
* [libpng] fix cmake targets * fix typo issue * Merge changes from PR#8293
2019-11-25[minizip assimp] export minizip cmake targets and fix minizip dependency in ↵Phoebe
assimp (#9075) * [minizip assimp] export minizip cmake targets and fix minizip dependency in assimp * Update CMakeList.txt * Update obsolete functions
2019-11-25[spdlog]Update to 1.4.2 (#8779)JackBoosY
* [spdlog]Upgrade version to 1.4.2 * [spdlog]Do not remove these libraries. * [spdlog]Fix error C4275 when use fmt. * [spdlog]Re-fix C4275 error. * [spdlog]Re-fix C4275 error. * [spdlog]Disable build on uwp. * [spdlog]Fix build with uwp.
2019-11-25 [magnum-plugins] Fix basisimporter/basisimageconverter features (#8939)Jonathan Hale
* [magnum-plugins] Patch FindBasisUniversal to find prebuilt basisu Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Patch BasisImporter to use slightly outdated basisu jherico's fork which the vcpkg port is based on does not integrate https://github.com/BinomialLLC/basis_universal/commit/54304fa01443280bbaa9854f16c9f1756b17b40b yet, which renamed a parameter. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Only apply FindBasisUniversal patch on release The change is integrated upstream for --head builds already. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Download large patch from GitHub history
2019-11-24[catch2] Update library to 2.11.0 (#9089)Ehsan
2019-11-24[argparse] Update library to 2.0.1 (#9088)Ehsan
2019-11-24json_dto updated to v.0.2.9.2. (#9083)eao197
2019-11-22Merge pull request #8785 from LilyWangL/dev/Lily/issue8775Robert Schumacher
[angle] Add option /bigobj to compiler
2019-11-22Merge pull request #8932 from davidebeatrici/qt5-base-openssl-compile-time-linkRobert Schumacher
[qt5-base] Add option to link to OpenSSL at compile-time
2019-11-22Merge pull request #9042 from ↵Robert Schumacher
NancyLi1013/dev/NancyLi/4848-add-usage-for-pdcurses [pdcurses] Fix linkage error
2019-11-22[z3] Update to 4.8.6 (#8899)JackBoosY
* [z3]Upgrade to 4.8.6. * [z3]Use `vcpkg_fail_port_install`.
2019-11-22[pfring]Add new port. (#8648)JackBoosY
* [pfring]Add new port. * [pfring]Use newest version, add install step. * Re-trigger CI. * Re-trigger CI.
2019-11-22[wt]Upgrade to 4.1.1. (#8903)JackBoosY
2019-11-22[portaudio] Fix library cannot be found (#8944)NancyLi1013
* [portaudio] Fix library cannot be found * Fix include cannot be found
2019-11-22[curlpp] restore installing vcpkg-cmake-wrapper scriptù (#9065)Stefano Sinigardi
2019-11-22Merge pull request #8854 from sylveon/detours-nmakeRobert Schumacher
[detours] Update for vcpkg_build_nmake
2019-11-22Merge pull request #8953 from davidebeatrici/mdnsresponder-dynamic-crt-fixRobert Schumacher
[mdnsresponder] Fix build with dynamic CRT
2019-11-22Merge pull request #8966 from lazyhamster/mspack-exportsRobert Schumacher
[libmspack] Fix several missing imports
2019-11-22Merge pull request #9003 from janisozaur/faad2Robert Schumacher
[faad2] Add initial version of FAAD2
2019-11-22Merge pull request #7914 from zi-m/wxchartdirRobert Schumacher
[wxchartdir] Add new port
2019-11-22Merge pull request #8562 from RamadanAhmed/masterRobert Schumacher
[dbow3] Switch from unofficial repo to large patchset
2019-11-22Merge pull request #9074 from jwillemsen/jwi-ace657Robert Schumacher
[ace] Upgrade to 6.5.7
2019-11-22Merge pull request #8659 from maxGimeno/CGAL-5.0Robert Schumacher
[cgal][openmvs] CGAL: Upgrade to 5.0