aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-05[blend2d] Update to beta_2020-06-01 (#11778)ZeeWanderer
2020-06-05[vcpkg README] Add #include<C++> channel (#11750)nicole mazzuca
* [vcpkg README] Add #include<C++> channel * Fix includecpp -> www.includecpp the SSL is only valid for www.*
2020-06-05[docs] fix CMakeLists example for SQLite3 (#11763)James Liu
* docs: fix CMakeLists example for SQLite3 * docs: simplify CMake config * fix: remove extra parenthesis
2020-06-04[vcpkg] Provide $(VcpkgRoot) and $(VcpkgCurrentInstalledDir) for customers. ↵Billy O'Neal
(#11779)
2020-06-04[vcpkg-baseline][manyport] Fix baseline error (#11742)Jack·Boos·Yu
* [fastrtps] Fix source hash * [cpp-taskflow] Update source hash * [eabase] Re-trigger CI test * Change repo * [sdformat9] Re-trigger CI test * update baseline * update baseline * [sdformat9] Fix find dependency urdfdom
2020-06-04[nowide] Set the ports to empty package (#11732)Phoebe
2020-06-03[vcpkg] Add directories to x-ci-clean lost in merge conflict resolution. ↵Billy O'Neal
(#11764)
2020-06-03[vcpkg] Allow CI to pass in all relevant directories and remove use of ↵Billy O'Neal
symbolic links (#11483)
2020-06-03[mpir] Baseline-skip on all platforms due to conflict with gmp. (#11759)Billy O'Neal
See https://github.com/microsoft/vcpkg/issues/11756
2020-06-02[amqpcpp] Update to 4.1.7 (#11608)JonLiu1993
* update [amqpcpp] to 4.1.7 * [amqpcpp] update to 4.1.7 * [amqpcpp] Update to 4.1.7 * [amqpcpp] Update to 4.1.7
2020-06-02[Protozero] Add new port (#11652)Majid Hojati
* protozero ci.baseline edit * protozero ci.baseline edit * protozero port added * minor updates * minor updates
2020-06-02[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (#11694)Owen Rudge
2020-06-02[google-cloud-cpp] Consolidate all google-cloud* packages (#11698)Carlos O'Ryan
* [google-cloud-cpp] Consolidate all google-cloud* packages Starting with the v1.14.0 release all google-cloud* packages and the googleapis package are kept in a single repository and released simultaneously. * Update CI baseline. google-cloud-cpp used to inherit failures from googleapis, which indicates these are (probably) problems in the generated protobuf/grpc code.
2020-06-02[jsoncons] Update to v0.153.0 (#11699)Daniel Parker
2020-06-02[libfabric] Only support dynamic build (#11647)Jack·Boos·Yu
2020-06-02[enet] Update to 1.3.15 (#11702)Lennard Berger
* Update enet-control * Update enet portfile to 1.3.15 * Use correct hashsum in enet 1.3.15 * Remove empty lines from enet 1.3.15 * [enet] Replace deprecated vcpkg_common_functionality * [enet] Remove includes that needn't be included
2020-06-02fix llvm-tblgen build with MSVC v19.26 (#11703)yurybura
2020-06-02[magic-enum] Uprev to v0.6.5 (was v.0.6.4) (#11704)Alexander Karatarakis
2020-06-02[fmt] add vcpkg_fixup_pkgconfig (#11706)Alexander Neumann
2020-06-02[libtorrent] Update to 1.2.7 (#11709)Francisco Pombal
2020-06-02[ace] Fix missing cpp files (#11713)Johnny Willemsen
* [ace] Update to 6.5.8 * Address review comments * ports/ace/portfile.cmake: * Put back copy step * ports/ace/portfile.cmake: * Fixed error * ports/ace/portfile.cmake: * ARM should work, let us try it * ports/ace/portfile.cmake: * ARM doesn't work yet, so disable it again * ports/ace/portfile.cmake: * Add support for vcpkg of ace on MacOSX * ports/ace/portfile.cmake: * [ace] Add patch to fix Visual Studio 2019 internal compiler error * ports/ace/process_manager.patch: Added. * ports/ace/CONTROL: * ports/ace/portfile.cmake: * Attempt to fix apply patches * ports/ace/portfile.cmake: * [ace] Updated baseline for ace, 4 configurations work again with the applied patch * scripts/ci.baseline.txt: * Address review comments * ports/ace/portfile.cmake: * Revised patch for ACE * ports/ace/process_manager.patch: * [ace] Add support for uwp * ports/ace/portfile.cmake: * ace now works in all configurations * scripts/ci.baseline.txt: * Removed !uwp and update version * ports/ace/CONTROL: * Simplified install of copyright file and on windows we always have a QoS library * ports/ace/portfile.cmake: * Install all cpp files, at some point we should try the MPC install support on Windows * [ace] Updated version
2020-06-02[icu] Update to 67.1 (#11714)JonLiu1993
* update [amqpcpp] to 4.1.7 * [icu] update to 67.1 * Rebase changes
2020-06-02[yaml-cpp] Update to 0.6.3 and also fix include files cannot be found (#11718)NancyLi1013
2020-06-02[gdk-pixbuf] GdkPixbuf fix for building on macOS (#11721)angelmixu
* fix for building on macOS * increase control port version Co-authored-by: Angel Sánchez <angelsanchez@inedit.com>
2020-06-02[bond] updated version to 9.0 + added bond-over-grpc integration as feature ↵Eitan Har-Shoshanim
(#10319) Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: eitan <eitanhs@brightsourceenergy.com> Co-authored-by: eitanhs <eharshosh@Eitans-MacBook-Air.local>
2020-06-02[vcpkg] add x86-wasm.cmake to community triplets (#11323)Mohammed Alyousef
* add x86-wasm.cmake to community triplets The EMSDK enviroment variable is normally defined when first installing Emscripten. * Rename x86-wasm.cmake to wasm32-emscripten.cmake * Update wasm32-emscripten.cmake * Update wasm32-emscripten.cmake * Add wasm32 and wasm64 arch to docs * Create wasm64-emscripten.cmake * remove wasm64 * Delete wasm64-emscripten.cmake * Add wasm32 to list of identifiers * add emscripten VCPKG_CMAKE_SYSTEM_NAME support * add path check to EMSDK cmake toolchain
2020-06-02[osg] Fix conflict when asio and boost-asio are installed. (#11715)Billy O'Neal
When asio and boost-asio are installed, osg's build scripts would choose the standalone version of asio, but uses features specific to boost-asio. This patch forces the port to always use boost-asio, as the original CONTROL file indicated was the intent. Also fixed transitive dependencies not being declared that just happened to get installed because boost-asio is a dependency.
2020-06-01[sockpp] Add new port (#11562)Ankush Singh
* [sockpp] Add new port * [sockpp] Address review comments * [sockpp] Update ci.baseline * [sockpp] Fix typo * [sockpp] Fix sockppConfig.cmake
2020-06-01[polyhook2] Update to 2020-05-25 (#11561)Matthias C. M. Troffaes
* [polyhook2] Update to 2020-05-25 - Update to latest PolyHook_2 revision. - Add support for zydis and inlinentd as features (enabled by default, as per upstream default). - Support for capstone, exception, detours, and pe is now configurable via features (all enabled by default, as per upstream default). - Remove cmake build patch. Relevant parts have been upstreamed. - For now, remove tool feature for building tests, as upstream does not support building tests along with building the library. - Add support for cmake config so library can be used simply with "find_package(PolyHook_2 CONFIG REQUIRE)". * [polyhook2] package does not support arm, uwp, linux, and osx Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-01[trantor] Add new port (#11533)An Tao
* [trantor] Add new port * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Remove unused lines. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-06-01[jwt-cpp] Update to v0.4.0 (#11625)Phoebe
2020-06-01[vcpkg baseline] Remove passing port from Ci baseline (#11692)Phoebe
2020-06-01[vcpkg-baseline][zxing-cpp] Fix build failure (#11586)Jack·Boos·Yu
* [zxing-cpp] Fix build failure * [libiconv] Add vcpkg-cmake-wrapper to find libcharset * [zxing-cpp] Use FindIconv and wrapper to find libiconv, add features * [libiconv] Add include code to wrapper
2020-06-01[quickfix] Fix build failure on arm64-windows (#11604)Jack·Boos·Yu
2020-06-01[vcpkg baseline][ocilib] Fix build failure (#11646)Jack·Boos·Yu
* [ocilib] Fix build failure * Update ports/ocilib/portfile.cmake * Update ports/ocilib/portfile.cmake * Update ports/ocilib/portfile.cmake * Update ports/ocilib/portfile.cmake Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-01[refl-cpp] Add new port (#11622)Vennor
* [refl-cpp] Added 0.9.1 * [refl-cpp] Added header only annotation to the portfile * [refl-cpp] Removed deprecated vcpkg_common_functions
2020-06-01[wavelib] Add new port (#11611)myd7349
* [wavelib] Add new port * [wavelib] Fix cmake config file name * [wavelib] Update patch file * [wavelib] Update to 2020-05-29 * [wavelib] Fix UWP build * [wavelib] Disable parallel configuration * [wavelib] Remove patch
2020-06-01[mimalloc] Install mimalloc-redirect.dll to CMAKE_INSTALL_BINDIR (#11632)Lily
2020-06-01[abseil] Fix arm build (#11630)Jack·Boos·Yu
* [abseil] Fix arm build * update baseline
2020-06-01[freerdp] Optional 'urbdrc' feature (#11639)Alexandro Sanchez
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
2020-06-01[gli] Add CMake config support (#11634)NancyLi1013
* [gli] Add cmake config support * Disable test
2020-06-01update sqlite3 to 3.32 (#11635)Richard H
2020-06-01[nghttp2] Fix to build nghttp2 statically (#11638)thothothotho
* fix to build nghttp2 statically. * review.
2020-06-01[vtk] Fix single configuration builds (#11643)Jack·Boos·Yu
* [vtk] Improve portfile.cmake * use VCPKG_BUILD_TYPE instead of CMAKE_BUILD_TYPE
2020-06-01[unixodbc/nanodbc] Fix unixodbc build failure and set it as a dependency on ↵Jack·Boos·Yu
nanodbc (#11613)
2020-06-01[vcpkg] RFC: Manifests (#11203)nicole mazzuca
* [vcpkg] Add manifests specification * Remove invisible tabs and fix nested lists Somehow, a lot of tabs where inserted betweend the `*` and start of list items, and they didn't show up in the github source view 🤷. * feedback from @traversaro * fix stuff from review Co-authored-by: Edhebi <aurore53000@gmail.com>
2020-06-01[CI|python3] add setuptools (#11668)Alexander Neumann
2020-06-01[protobuf-c] Fix wrong dependency for feature test (#11609)Jack·Boos·Yu
2020-06-01[vcpkg baseline] fix libb2:x64-osx (#11697)nicole mazzuca
2020-05-29[vcpkg] Use a crypto RNG to generate admin passwords (#11629)Billy O'Neal
* [vcpkg] Use a crypto RNG to generate admin passwords * Apply code review comments from Stephan and Casey. * Extract functions into create-vmss-helpers.psm1. * Put Wait-Shutdown back.