aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-30[lua] update to 5.4.0 (#12352)JonLiu1993
2020-10-29[vcpkg] Remove hard-coded ApiKey from nuget push (#14202)Eric Kilmer
2020-10-29[cppzmq] update to 4.7.1 (#14277)JonLiu1993
2020-10-29[krabsetw] Add new port (#14192)Johannes Rave
2020-10-29[spdlog] Fix feature spdlog[benchmark] build error (#14274)Lily
2020-10-28[vcpkg baseline] [vs-yasm] Build yasm instead of downloading it to work ↵Billy O'Neal
around memory corruption bugs in yasm itself. (#14003)
2020-10-28[ffmpeg] link against dl on unix when nvcodec feature is enabled (#14219)Matthias C. M. Troffaes
2020-10-28[ace] 6.5.12 (#14253)Johnny Willemsen
2020-10-28[pixman] fix build failure on ARM32 due to sse2 (#14179)Gaute Lindkvist
2020-10-28[boost] Enable Boost building with wasm32-emscripten (#14102)stoperro
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2020-10-28[vcpkg] Fix search for pwsh in vcpkgtools.xml. (#14271)Billy O'Neal
2020-10-27[vcpkg, jsonnet, openssl-uwp] Enable use of the system powershell-core if it ↵Billy O'Neal
is present. (#13805)
2020-10-27[folly/fizz/wangle/proxygen/fbthrift] Update to latest revision (#13701)Phoebe
2020-10-27[pybind11] Update to v2.6.0 (#14231)Mikhail Boldyrev
2020-10-27[libflac] Fix build error (#14230)NancyLi1013
2020-10-27[grpc] Update to v1.33.1 (#14187)Jozef Izso
2020-10-27[directxtk] Use CMake build system and add xaudio2-8 and xaudio2-9 features ↵Rémy Tassoux
(#13978)
2020-10-27[lua] Fix find_package warning (#13195)Lily
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-10-27Serialize deployBinary on target directory (#11363)Thomas Gwynne-Timothy
2020-10-27[vcpkg] Always publish failure logs, even on success. (#14260)Billy O'Neal
This way we get failure logs for things excluded by ci.baseline.txt in the nightly builds.
2020-10-27[vcpkg] Always use version-string in generator (#14262)Victor Romero
* Always use version-string in generator * Fix formatting
2020-10-27[ompl] Fix dependency issue (#14250)Phoebe
2020-10-27[xxhash] Add xxhsum as feature (#14227)NancyLi1013
2020-10-27[refl-cpp] Update to 0.12.0 (#14237)Vennor
2020-10-27[cgal] Update REF and SHA512 (#14244)NancyLi1013
* [cgal] Update REF and SHA512 * Update portfile.cmake Remove space line
2020-10-27[redis-plus-plus] Update to 1.2.1 and support Windows (#14180)JonLiu1993
* [redis-plus-plus] Update to 1.2.1 and support Windows * [redis-plus-plus] Update to 1.2.1 and support Windows * [redis-plus-plus] Update to 1.2.1 and support Windows
2020-10-27[robin-hood-hashing] Update to 3.9.0 (#14215)Rémy Tassoux
https://github.com/martinus/robin-hood-hashing/releases/tag/3.9.0
2020-10-27[trantor] Update to 1.1.0 (#14205)An Tao
2020-10-27Update libmupdf 1.18.0 (#14201)simon987
2020-10-27[grpc] [arm-linux] Missing grpc plugins. (#14184)xyb
2020-10-26[lcm] Fix build error on Linux (#14147)Lily
2020-10-26[poco] Update to 1.10.1 (#10326)Phoebe
2020-10-26[libmariadb] Fix OpenSSL feature option (#14196)Arves100
2020-10-26[zstd] Removing de-duplication of cmake flags (#13454)Nemirtingas
2020-10-26[fmt] Update to 7.1.0 (#14239)Cengizhan Pasaoglu
2020-10-26[vcpkg] Fix more cases of semicolon mishandling in "scripts" - follow-up to ↵Joachim Gehweiler
PR #12926 (#13968)
2020-10-26[cppwinrt] Update to version 2.0.201008.2 (#14092)Jared Irwin
2020-10-26[pcre] Export cmake targets (#13539)Phoebe
2020-10-26[vcpkg] Implement versions db generator (#13777)Victor Romero
* [vcpkg] Add script to generate ports versions history * [vcpkg] Fix formatting * Fetch port versions from commit ID * Use global --x-json switch * Use --no-checkout when cloning secondary instance * Clone from local repository instead of from GitHub * Use CmdLineBuilder to build git commands * Use CmdLineBuilder and reduce repeated code * Fetch version at baseline and code cleanup * Guess version scheme from old CONTROL files * Rename version db generator script * Simplify x-history json output * Use CONTROL/manifest parsers on x-history * Use git-tree instaed of commit-id * Remove 'ports' field from root object * Clean up code * More code cleanup * Improve port version detection * Improve generator logging * Do not ignore parsing errors in CONTROL files * PR review comments in Python script * Fix subprocess.run() calls * Make `canonicalize()` return error instead of terminating * [vcpkg] Add tests for new test_parse_control_file paths * Remove unnecessary std::move() calls * Fix formatting * Python formatting Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-10-25[ogre] Temporary disable dependency qt (#14226)Jack·Boos·Yu
2020-10-25[vcpkg] update msys-libiconv version (#14220)Ludwig Chieng
link to previous version 1.16-1 does not exist anymore
2020-10-24[Many Ports] Baseline Fixes for 2020-10-24 CI Build (#14208)Billy O'Neal
* [libp7client, libp7-baical] Combine identical ports and update to libp7client 5.6. In a recent CI build, we started getting output like: Installing package libp7-baical[core]:x86-windows... The following files are already installed in C:/Dev/vcpkg/installed/x86-windows and are in conflict with libp7-baical:x86-windows Installed by libp7client:x86-windows bin/P7x32.dll bin/P7x32.pdb debug/bin/P7x32d.dll debug/bin/P7x32d.pdb include/P7/GTypes.h include/P7/P7_Client.h include/P7/P7_Cproxy.h include/P7/P7_Extensions.h include/P7/P7_Telemetry.h include/P7/P7_Trace.h It turns out that these ports are identical, they are just different versions of the same library. The libp7-baical version supported more platforms and was simpler, so took that one and updated it to a current version. * [ignition-modularscripts, ignition-msgs1] Attempt to fix intermittent build failures by disabling parallel configure. * Fix several "passing: remove from fail list." * [akali] Disable parallel configure. REGRESSION: akali:x64-windows. If expected, add akali:x64-windows=fail to .\scripts\ci.baseline.txt. Attempts to fix: CMake Error: Could not open file for write in copy operation C:/Dev/vcpkg/buildtrees/akali/src/fc94eb83a9-01654d3f7c.clean/include/akali_config.h.tmp CMake Error: : System Error: Permission denied CMake Error at CMakeLists.txt:20 (configure_file): configure_file Problem configuring file * [nvtt] Devendor libsquish This was regressed by https://github.com/microsoft/vcpkg/pull/13674 REGRESSION: nvtt:x64-linux. If expected, add nvtt:x64-linux=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-osx. If expected, add nvtt:x64-osx=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-windows-static. If expected, add nvtt:x64-windows-static=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-windows. If expected, add nvtt:x64-windows=fail to .\scripts\ci.baseline.txt. Installing package nvtt[core]:x64-linux... The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with nvtt:x64-linux Installed by libsquish:x64-linux debug/lib/libsquishd.a include/squish.h lib/libsquish.a * [knet] Disable parallel configure. REGRESSION: knet:x64-windows. If expected, add knet:x64-windows=fail to .\scripts\ci.baseline.txt. CMake Error at src/CMakeLists.txt:1 (configure_file): configure_file Problem configuring file * [libnice] Diable parallel configure. REGRESSION: libnice:x64-windows. If expected, add libnice:x64-windows=fail to .\scripts\ci.baseline.txt. CMake Error at CMakeLists.txt:13 (configure_file): configure_file Problem configuring file
2020-10-24Replace fwd header files to declarations (#13972)Cengizhan Pasaoglu
2020-10-23Print more verbose compiler detection info (#14188)Eric Kilmer
2020-10-23[netcdf-c/nvtt] Update to the latest version (#13674)NancyLi1013
2020-10-23[Armadillo] update to 10.1.0 (#14159)JonLiu1993
2020-10-23[drogon] Fix build errors on linux/osx (#14148)An Tao
2020-10-23[restinio] update to v.0.6.11 (#14162)eao197
2020-10-23[ashes] Add new port. (#14087)Sylvain Doremus