aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-09[string-theory] Update to 3.4 (#14439)Michael Hansen
2020-11-09[libffi] mingw support (#14407)Long Nguyen
2020-11-09[caf] Add usage and vcpkg-cmake-wrapper (#14292)NancyLi1013
* [caf] Add usage and vcpkg_cmake_wrapper * Update usage
2020-11-09[vcpkg] Initial Registries: Part 2 MVP (#14153)nicole mazzuca
* [vcpkg wip] start implementation of registries pt. 2 * Remove the `ports` field of `VcpkgPaths` This is an implementation detail, and so we want to make sure that it's obvious that this is an internal detail; thus, we add a new function `builtin_ports_directory()`, which returns the directory where the builtin ports backing store is. * continue WIP * wip * It works! * format * fix some issues * switch from function static to DelayedInit * fix lexically_normal for experimental::filesystem * format * fix missing include * add STL notice * whee error handling * moar error handling! * ignore extra files in registries * formatting * Billy CRs * Update toolsrc/include/vcpkg/versiont.h * fix add_filename test * fix tests * remove unused function add_filename
2020-11-07[openssl] Add build depends to deprecated openssl ports (#14457)Alexander Neumann
2020-11-07[span-lite] update to 0.8.1 (#14414)Ryan
also converts control file Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-07[physx] Add support for Linux, macOS, and UWP (#13849)Adam Johnson
2020-11-06add dataframe of github hosseinmoein/DataFrame (#14351)Shimon Doodkin
2020-11-06[libnice] Fix build error on Linux (#14248)Lily
2020-11-06[boost] Update to 1.74.0 (#14089)niclar
2020-11-06[osg-qt] Fix installation when building static on Windows (#14422)Jack·Boos·Yu
2020-11-06[cppgraphqlgen] Update to v3.2.4 (#14416)Bill Avery
* [cppgraphqlgen] Update to v3.2.4 * Suppress tool install for debug
2020-11-06[vcpkg baseline][rtabmap] Fix dependency issue when build tools (#14426)Phoebe
* [vcpkg baseline][rtabmap] Fix dependency issue when build tools * Format vcpkg.json * Fix copy tools
2020-11-06[fmt] update to 7.1.2 (#14413)bl-ue
2020-11-06[vcpkg] Add a definition for OVERLAY_TRIPLET_ENV (#14436)nicole mazzuca
This definition is needed in C++14/gcc 6 to compile.
2020-11-05[ignition] Updates on various pkgs 🤖 (#14324)Antoine Hoarau
2020-11-05[ffmpeg] use OPENSSL_LIBRARIES generated by upstream cmake FindOpenSSL ↵Matthias C. M. Troffaes
script (fixes linux openssl linking) (#14388)
2020-11-05[rhash] Update to the latest version (#13658)Lily
2020-11-05[oatpp] Add new port and vcpkg.json (#14341)Michael Heyman
2020-11-05[vcpkg] copy tools pdb if they exist. (#14396)Alexander Neumann
2020-11-05[eigen3] Fix include path (#13739)Lily
2020-11-05[vcpkg, azure-macro-utils-c] Fix SHA and add FILE_DISAMBIGUATOR for ↵Billy O'Neal
vcpkg_from_github (#14343)
2020-11-05[sentry-native] Disable warning C5105 (#14349)Lily
2020-11-05[magnum] Removing quotes around tools list where vcpkg_copy_tools is ↵Phoebe
involked (#14383)
2020-11-05[xeus] remove openssl static build patch as it is no longer needed (#14387)Matthias C. M. Troffaes
2020-11-05[rtabmap] Set option dependencies OFF (#14400)Phoebe
2020-11-04[imgui] Update to 1.79 (#14379)Rémy Tassoux
https://github.com/ocornut/imgui/releases/tag/v1.79 Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-04[oatpp-curl] Fix curl dependency cannot be found (#14385)NancyLi1013
2020-11-04[implot] Update to 0.8 (#14380)Rémy Tassoux
2020-11-03[fastcgi]Add new port (#7824)Long Huan
2020-11-03[ffmpeg] add if guard, fix library ordering on linux, minor clean up (#14360)Matthias C. M. Troffaes
* [ffmpeg] add 'if(NOT FFMPEG_FOUND)' guard to FindFFMPEG script * [ffmpeg] fix link order on x64-linux (dependencies must come after the library that needs the dependency) * [ffmpeg] bump port version
2020-11-03[tool-meson] Update to 0.56.0 (#14344)Wolfgang Stöggl
2020-11-03[kenlm, pdal] Fix const overload on Visual Studio 2019 version 16.8 (#14382)Lily
2020-11-03[tbb] Support tbb build for arm-linux & arm64-linux (#14325)xyb
2020-11-03[OpenSSL] refactor openssl ports. (#14308)Alexander Neumann
2020-11-03[fmt] update to 7.1.1 (#14372)bl-ue
2020-11-03[rtabmap] New port (#14299)Sean Yen
2020-11-03[abseil] Revert changes about arm build (#14109)Jack·Boos·Yu
2020-11-03[google-cloud-cpp] Update to the v1.20.0 release (#14375)Carlos O'Ryan
2020-11-03[indicators] Update to Master (#14223)Jared Irwin
2020-11-03[comms] Add new ports (#14195)Mathis Logemann
2020-11-03[libsamplerate, sdl2-gfx] Fix build error with Visual Studio 2019 version ↵Lily
16.9 (#14348)
2020-11-03Update CHANGELOG 2020.11.03 (#14377)Victor Romero
* Add CHANGELOG up to 2020.11.01 * Update CHANGELOG 2020.11.03
2020-11-03[vcpkg] Disable vcpkg_copy_tool_dependencies on non-Windows (#14366)Billy O'Neal
2020-11-02Add CHANGELOG up to 2020.11.01 (#14367)Victor Romero
2020-11-02[elfio] Add new vcpkg port elfio (#14314)Matt Schulte
2020-11-02[vcpkg] User help: selecting-library-features.md (#14189)miheer vaidya
2020-11-02[vcpkg] Add tab completion for Fish (#14206)Jared Irwin
2020-11-02[drogon] Update to 1.1.0 (#14319)An Tao
2020-11-02[ffmpeg] fix x264 feature linking on x64-linux (#14330)Matthias C. M. Troffaes
* [ffmpeg] fix x264 feature linking on x64-linux * [ffmpeg] increment port version