aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-22[x-plane] Update to 3.0.3 (#15244)Avee
2020-12-22[ctp] bugfix for linux-x64 and file name case sensitivity (#15183)Vincent Gao
2020-12-22[spatialite-tools]update to 5.0.0 (#15039)Long Huan
2020-12-22[curl] Add feature idn2 (#14807)Jack·Boos·Yu
Thanks for fixing phantom dependencies!
2020-12-22[many ports] add GnuPG libraries (#13950)Dawid Wróbel
2020-12-22[opentracing] Update VMs 2020-12 (#15151)Billy O'Neal
* Add meson from https://github.com/microsoft/vcpkg/pull/12860/ * Add autoconf-archive from https://github.com/microsoft/vcpkg/pull/13081/ * Add kf5windowsystem libs from https://github.com/microsoft/vcpkg/pull/13467/ * Open the FTP and SFTP ports from https://github.com/microsoft/vcpkg/pull/14412/ * Add libxcb-util0-dev from https://github.com/microsoft/vcpkg/pull/14678/ * Add libasound2-dev from https://github.com/microsoft/vcpkg/pull/14774 * Remove no longer necessary apt-mark calls. * Update nasm on Linux. * Fix longstanding bug where Storage was publicly accessible and change to generate SAS token rather than File Share * Delete no longer necessary azure storage firewall rules. * Install the newer Windows SDK with the VS installer instead of manually. * Install the VS2015 and VS2017 compilers. * Update Powershell-Core to 7.1.0. * Update source of WDK. * Update pools. * [opentracing] Repair arm64-windows failures caused by mojibake in `expected.hpp` and errors in opentracing-cpp's lint for arm64 where it thinks exceptions are disabled when they are enabled. Fixes: C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001). Fixes: D:\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\include\opentracing/tracer.h:223:5: error: cannot use 'try' with exceptions disabled [clang-diagnostic-error] try { ^ * [mmloader] Patch out overrides of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS that inserted /WX. Note that this port sets /GS-, possibly because it may be for authoring shellcode. * Bump storage API version to 2020-04-08.
2020-12-21[ffmpeg] fix up the pkgconfig files (#15127)Jack·Boos·Yu
2020-12-21[vcpkg registries] support versions (#15114)nicole mazzuca
* [vcpkg registries] support versions This PR merges the Registries changes and the versioning changes, so that one can use both at the same time. There is one major difference between this PR and the RFC (#13590), which is that instead of version files looking like: ```json [ ... ] ``` version files look like: ``` { "versions": [ ... ] } ``` this is to support interop between this PR and existing demos and the like; fixing this, along with perhaps renaming `port_versions` to `port-versions` should be done after this is merged, should be a trivial change.
2020-12-21Write manifest "vcpkg install" output to stdout (#15187)Matt Haynie
2020-12-21[qt5] Fix linux dynamic build (#15005)dweckmann
2020-12-21Print failing upload attempts in !debug. (#15206)Billy O'Neal
Other changes: * Changed Strings::replace_all to use more StringView * Introduced Strings::inplace_replace_all for the common x = replace_all(move(x) pattern and tests -> Also fixed bug if the search string was empty consuming infinite memory! * Added many missing {}s in binarycaching.cpp
2020-12-21[avisynthplus] Update to 3.6.1 (#15214)wangqr
* [avisynthplus] Update to 3.6.1 * [avisynthplus] Do not limit system to Windows AVS+ supports linux and macOS. The OS limit was introduced in e7dc93f2026c171073bc30e3f8235c9caba419bc * Update vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2020-12-21[mingw] Use find_file to find compiler, fall back to unprefixed windres if ↵Long Nguyen
the prefixed version doesn't exist (#15179)
2020-12-21[libspatialite] Update 5.0.0 (#15040)Long Huan
* update to 5.0.0 * update * update * fix static build failed * remove fix-latin-literals.patch * Update portfile.cmake
2020-12-18[civetweb] Disable extensive log output for debug builds (#15168)Gregor Jasny
2020-12-18SObjectizer updated to v.5.7.2.1. (#15182)eao197
2020-12-18[freetype] avoid target_link_libraries call since qt6 does not like it. (#15112)Alexander Neumann
2020-12-18[pegtl] Update to release version 3.1.0 (#15186)Bill Avery
2020-12-18Fixed internal compiler error when using newer GCC@master. (#15188)nanoric
2020-12-18[librttopo]new port (#15037)Long Huan
2020-12-18[python3] Build interpreter (#14891)Adam Johnson
2020-12-18[comms] fixes debug build configuration (#15159)Mathis Logemann
* set include directory correctly * Revert "set include directory correctly" This reverts commit bde9f290215dc685acdf115e5c2a5f332e2bbeb2. * try suggested fix * try changes * apply fix for comms-ublox * fix commsdsl * try moving in port dir * Revert "try moving in port dir" This reverts commit 93546df6880c621aa3db36e7f60ef4bc7062d0e0. * set port version * fix port version Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * add usage file to comms * add line to usage Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-12-17[cppmicroservices] Fix warning C4834 (#15177)Cheney Wang
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2020-12-17[osgearth/rocksdb] Update to latest release (#14976)NancyLi1013
2020-12-17[vcpkg] `VCPKG_ENV_PASSTHROUGH_UNTRACKED` (#15115)ras0219
* [vcpkg] Add VCPKG_ENV_PASSTHROUGH_UNTRACKED * [vcpkg] CR comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-17[vcpkg] Fix warning (as error) when building vcpgk/toolsrc with clang++ 10 ↵Kevin Lalumiere
or g++ 9.3 (see #15148) (#15149)
2020-12-17[docs] Document acceptable uses for features. (#15171)Billy O'Neal
2020-12-17[clrng] Add new port: clRNG (#14876)Nagy-Egri Máté Ferenc
2020-12-17[breakpad] Support breakpad_client on Linux & macOS (#15092)Gyusun Yeom
2020-12-17[mdns] added new port (#15142)Mathis Logemann
2020-12-17[coin] x64-windows-statid-md fixes (#15125)ankurverma85
2020-12-17[eigen3] update to 3.3.9 (#15022)Alexander Puzicha
2020-12-17[readosm] Update to 1.1.0a (#15038)Long Huan
2020-12-17[Realsense2] Update to 2.40.0 (#15156)JonLiu1993
2020-12-17[oneDNN] New port (#15068)Jacob Kahn
2020-12-16[boost-modular-build-helper] Specify msvc version in user-config.jam (#15137)Robert Schumacher
2020-12-16[vcpkg ci] upload diff from clang-format to artifacts (#15141)nicole mazzuca
* [vcpkg ci] upload diff from clang-format to artifacts this allows people who do not have access to clang-format to format their code via diff
2020-12-16[openexr] Remove python dependency of openexr. (#15147)Billy O'Neal
In https://github.com/microsoft/vcpkg/pull/14891 @Hoikas points out that the port depends on Python but the portfile.cmake explicitly disables it with `-DPYILMBASE_ENABLE=FALSE`.
2020-12-15update comms lib to latest (#15138)Mathis Logemann
2020-12-15[osg] build failure (#15044)JonLiu1993
2020-12-15[wt] Update to 4.5.0 (#15136)Roel Standaert
2020-12-15[NLopt] Update to 2.7.0 (#15105)Markus Rickert
2020-12-15Azure-IoT-Sdk for C release 2020-12-09 (#15109)ewertons
2020-12-15p-ranav/csv2 update (#15104)Jocelyn GENNESSEAUX
2020-12-15[icu] mingw support + [mp3lame] Fix VCPKG_TARGET_STATIC_LIBRARY_SUFFIX (#14969)Long Nguyen
2020-12-15[imgui] Add experimental docking feature (#13899)Bruk Tedla
2020-12-15[mongo-c-driver] Fix Git too long path error with -c (#14825)Leonid Pospelov
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-15[vcpkg] fix v140. again (#15116)nicole mazzuca
2020-12-15[vcpkg] Remove extra indirection in ↵ras0219
IVersionedPortfileProvider/IBaselineProvider (#15010) * [vcpkg] Remove extra indirection in IVersionedPortfileProvider/IBaselineProvider * [vcpkg] Address CR comment Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-15[vcpkg] Fix CMAKE_CURRENT_LIST_DIR in load_dep_info_vars() (#15110)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>