Vcpkg v2020.11 Release Notes
Release Date: 2020-11-03 // over 2 years ago-
vcpkg (2020.11.01)
Total port count: 1519
โ Total port count per triplet (tested):
triplet ports available ๐ x64-windows ๐ x86-windows ๐ง x64-linux ๐ x64-windows-static x64-osx 1202 ๐ arm64-windows x64-uwp 753 arm-uwp 711 โก๏ธ The following commands and options have been updated:
- ๐ง Environment and Configuration
- (#12640) [vcpkg] add environment variable VCPKG_OVERLAY_PORTS (by @Neumann-A)
- (#12790) [vcpkg] add env var VCPKG_OVERLAY_TRIPLETS (by @Neumann-A)
- Package Federation: Custom Registries[NEW]
- (#12881) [vcpkg RFC] initial registries RFC (by @strega-nil)
- Manifest Mode[NEW]
- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- (#13578) Fix feature flags option typo (by @strega-nil)
- (#13399) [vcpkg] Further JSON error improvements (by @strega-nil)
- Binary Caching[NEW]
๐ The following documentation has been updated:
- ๐ Buildsystem Integration
- (#12145) [vcpkg] Update message in bootstrap.ps1 (by @PhoebeHui)
- (#12873) [vcpkg] Fix bullet lists for integration.md on readthedocs.io (by @PhoebeHui)
- vcpkg_from_sourceforge
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2) (by @JackBoosY)
- (#12254) [vcpkg] Track hashes of cmake script helpers in consuming portfiles (by @JackBoosY)
- ๐ฆ Installing and Using Packages Example: SQLite
- ๐ Packaging Zipfiles Example: zlib
- ๐ Patching Example: Patching libpng to work for x64-uwp
- ๐ CONTROL files
- (#12227) [vcpkg manifests] fix some issues (by @strega-nil)
- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- ๐ Portfile helper functions
- ๐ vcpkg_build_make
- vcpkg_common_definitions
- ๐ง vcpkg_configure_make
- vcpkg_find_acquire_program
- ๐ vcpkg_fixup_pkgconfig[NEW]
- Binary Caching v1.1[NEW]
- (#11204) [vcpkg] RFC: Binarycaching (by @ras0219-msft)
- (#13517) [vcpkg-docs] Add docs/users/binarycaching.md (by @ras0219-msft)
- ๐ Triplet files
- ๐ Maintainer Guidelines and Policies
- (#12460) [vcpkg] Improve format check failure message (by @JackBoosY)
- (#13488) [vcpkg manifest] Add documentation! (by @JackBoosY)
- vcpkg_check_linkage
- (#12624) Fix .gitignore excluding triplets/community, sort, and driveby vcpkg_check_linkage.md doc bug. (by @BillyONeal)
- ๐ง Overlay triplets example
- (#12516) [sqlite3] Namespaced targets with unofficial:: (by @PhoebeHui)
- ๐ง vcpkg_configure_cmake
- ๐ execute_process
- ๐ Layout of the vcpkg source tree
- (#13421) [vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (by @BillyONeal)
- Manifest Mode: CMake Example[NEW]
- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- ๐ Packaging Github Repos Example: libogg
- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- ๐ Quick Start
- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- Manifest files -
vcpkg.json
[NEW]- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- ๐ Vcpkg PR Checklist
- (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
โ The following additional changes have been made to vcpkg's infrastructure:
- ๐ (#12172) [vcpkg ci] add macos scripts to vcpkg repo (by @strega-nil)
- โก๏ธ (#12176) [vcpkg] VM Update (by @BillyONeal)
- ๐ฆ (#12138) [vcpkg] Implement --x-write-nuget-packages-config= setting for
install
andx-set-installed
(by @ras0219) - (#12192) Fix sourceparagraph:BooleanField (by @strega-nil)
- (#12191) Don't change manifest root when manifest isn't enabled. (by @dada2048)
- (#12170) [vcpkg] Enable NuGet-based binary caching via mono (by @ras0219)
- โก๏ธ (#12145) [vcpkg] Update message in bootstrap.ps1 (by @PhoebeHui)
- ๐ (#12201) [vcpkg] Remove all uses of Foo::Foo() noexcept = default; to fix #9955 (by @ras0219)
- ๐ (#12203) [vcpkg] Improve performance of compiler tracking (by @ras0219)
- โช (#12212) [msbuild] Revert the importance to Normal (by @PhoebeHui)
- ๐ (#12197) [vcpkg] Remove the tombstones and 'ignore' baseline concepts. (by @BillyONeal)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2) (by @JackBoosY)
- (#4608) [vcpkg] Use IncludePath and LibraryPath properties (by @FrankHeimes)
- ๐ (#12242) [vcpkg] Remove use of std::variant and std::visit to fix VS2015. (by @ras0219)
- ๐ (#12272) [vcpkg] Revert change which causes sources to be purged by default in
vcpkg build
(by @ras0219) - โก๏ธ (#12263) [vcpkg] Update toolsrc VERSION to 2020.06.15 (by @c72578)
- ๐ (#12232) [opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding Windows SDK paths. (by @BillyONeal)
- โก๏ธ (#12219) [openvr] Update to 1.12.5 (by @RT222)
- ๐ฆ (#12177) [vcpkg] Added python script to generate all packages file list, added to azurโฆ (by @yaoleo34)
- (#12101) [vcpkg] Add mingw dynamic libs triplet (by @longnguyen2004)
- ๐ท (#11655) [vcpkg] Format the C++ in CI (by @strega-nil)
- ๐ (#12093) [vcpkg docs] new README/Quick Start guide (by @strega-nil)
- ๐ (#12300) [libbson, vcpkg baseline] Remove passing and fix spurious failure. (by @BillyONeal)
- (#12200) [vcpkg] Implement --editable (by @ras0219)
- โก๏ธ (#12140) [simdjson] Update to 0.4.6 (by @myd7349)
- ๐ (#11967) [evpp] Fix build error on OSX (by @JackBoosY)
- โก๏ธ (#12314) [vcpkg ci] Update formatting CI (by @strega-nil)
- ๐ (#12259) [triplets][osx] add support for arm64 'apple silicon' (by @eklipse2k8)
- โก๏ธ (#11754) [pcre2] Update to 10.35 (by @c72578)
- (#11753) Fix support for toolchains that set CMAKE_FIND_ROOT_PATH_MODE_* variables to ONLY (by @traversaro)
- (#12317) [vcpkg README] Fix links (by @strega-nil)
- (#12319) [vcpkg.targets] Fix #12292 regression with MSBuild targets (by @ras0219-msft)
- (#12323) [vcpkg] Ignore dependencies not found errors when downloading mode (by @JackBoosY)
- (#12257) [vcpkg] Fix MSBuild regressions #12062 and #12086. (by @ras0219)
- (#12037) [freerdp] Fix x64-osx triplet (by @AlexAltea)
- โก๏ธ (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core]. (by @Neumann-A)
- (#12227) [vcpkg manifests] fix some issues (by @strega-nil)
- (#8322) [kfr] Add new port (by @myd7349)
- (#12244) [cuda] correct env variables for newer cuda versions (by @Neumann-A)
- ๐ (#12256) [vcpkg] Move default binary cache from
$root/archives
to user-wide directory (by @ras0219) - ๐ (#12350) [vcpkg] Remove unnecessary work queue (by @strega-nil)
- ๐ (#12367) [vcpkg build] fix #12355 (by @strega-nil)
- (#12369) [vcpkg formatting] Fix format regex (by @strega-nil)
- (#12178) [vcpkg] Add a schema file for vcpkg.json (by @Edhebi)
- 0๏ธโฃ (#12370) [vcpkg] Enable binary caching by default (by @ras0219)
- (#12386) [vcpkg] Add CMake heuristics for header-only libraries (by @ras0219)
- (#12366) [vcpkg] Improve informational message for
--editable
while cleaning sources (by @ras0219) - (#12378) [vcpkg] proper errorcheck during files installation (by @Maximus5)
- (#12384) [vcpkg-ci] Always publish file lists (by @ras0219)
- (#12254) [vcpkg] Track hashes of cmake script helpers in consuming portfiles (by @ras0219)
- (#12361) [vcpkg] Fix iOS toolchain detection when using the iOS community triplets (by @alcroito)
- ๐ (#12398) [libb2] Add supports and install pkg-conifg on macOS VM (by @PhoebeHui)
- (#12368) [vcpkg formatting] Turn off DeriveLineEnding (by @strega-nil)
- ๐ (#12429) [vcpkg] Fix ParagraphParser::required_field() (by @maksqwe)
- (#12400) [vcpkg] implement copy_symlink working for non-elevated processes (by @Maximus5)
- ๐ง (#12432) vcpkg_configure_make: typo fix '_vcpkg_append_to_configure_environment' (by @kevinlul)
- (#12351) [vcpkg] Clean up command switch code (by @strega-nil)
- ๐จ (#12179) [vcpkg] print list in json (by @dan-shaw)
- ๐ (#12084) Build fix with MinGW GCC 9.2.0 (by @cristianadam)
- (#12455) [libmicrohttpd] Add
platform.h
to restricted header list. (by @ras0219) - (#12468) [vcpkg] Add NVTOOLSEXT_PATH to the env passthrough list (by @Neumann-A)
- ๐ (#12534) Add initial s390x support (by @lebdron)
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries (by @Neumann-A)
- โก๏ธ (#11130) [opencv4] update to v4.3 (by @cenit)
- (#12467) [vcpkg-acquire-msys] Install new keyring (by @emptyVoid)
- ๐ง (#9561) [libusb] Fix issue to support linux (by @PhoebeHui)
- (#12460) [vcpkg] Improve format check failure message (by @JackBoosY)
- ๐ (#9248) fix issue #9228 : Add support to subgroups in gitlab (by @RamadanAhmed)
- (#12513) [vcpkg] EOL LF for ci.baseline.txt (by @Neumann-A)
- (#8628) [marble] Add new port (by @ig-or)
- ๐ (#12118) [mozjpeg] fix build (by @saucecontrol)
- (#12530) [libmodbus] Fix static linkage error (by @NancyLi1013)
- ๐ (#12514) [mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug (by @NancyLi1013)
- ๐ (#12529) [qt5 components] Disable parallel build (by @JackBoosY)
- ๐ (#12569) [vcpkg_fixup_pkgconfig] Remove required in first find_program call for pkg-config (by @Neumann-A)
- (#12097) Fix vcpkg android toolchain so it adds flags that aren't just ignored (by @jamiebk)
- (#11021) [rsocket] Add new port (by @curoky)
- ๐ (#12104) Fix vcpkg_fixup_cmake_targets to work correctly on MinGW (by @koprok)
- ๐ฆ (#12661) [vcpkg] Fix typo in link for installing and using packages (by @varunagrawal)
- ๐ (#12639) [vcpkg-ci] fix macos setup scripts (by @strega-nil)
- ๐ (#12586) [vcpkg] Fix build on Windows 8.1 SDK (by @strega-nil)
- ๐จ (#12585) [vcpkg] Refactor Commands: Part 1 (by @strega-nil)
- โ (#10770) [cmake] Add cmake port to test qt (by @Neumann-A)
- (#10786) [tomlplusplus] Add new port (by @traversaro)
- ๐จ (#12641) Refactor commands 2: Electric Boogaloo (by @strega-nil)
- (#12548) [vcpkg manifest] look at
platform
directives (by @strega-nil) - ๐ (#12494) [qt-webengine] Fix building with vs2017 (by @Neumann-A)
- (#11376) [avro-cpp] new port (by @alexander-smyslov)
- ๐ (#11535) [mpg123] Allow cross-compiling, fix previous builds tainting rebuilds (by @kevinlul)
- (#12624) Fix .gitignore excluding triplets/community, sort, and driveby vcpkg_check_linkage.md doc bug. (by @BillyONeal)
- 0๏ธโฃ (#12423) [vcpkg] Add environment variable VCPKG_DEFAULT_BINARY_CACHE (by @Neumann-A)
- ๐ฆ (#10670) [vcpkg] Fix [boost] find_package for MSVC2013 / v120 (by @ManuelKugelmann)
- ๐ (#12549) [vcpkg manifest] add feature support (by @strega-nil)
- (#12471) [vcpkg format-manifest] Add convert-control flag (by @strega-nil)
- โก๏ธ (#11208) [ITK] Update to 5.1 (by @Neumann-A)
- (#12640) [vcpkg] add environment variable VCPKG_OVERLAY_PORTS (by @Neumann-A)
- ๐ง (#12742) [wavpack] Fix failure on linux and osx (by @PhoebeHui)
- โช (#12727) [msbuild] Revert the importance to Normal (by @PhoebeHui)
- (#12717) [vcpkg] Fix prettify output not working in some cases (by @Deadpikle)
- (#12715) [vcpkg] Add VCPKG_TARGET_IS_IOS (by @Deadpikle)
- ๐ (#12716) [vcpkg] Fix arm64-osx triplet not building for arm64 (by @Deadpikle)
- ๐ (#12701) [vcpkg-ci-paraview] move into scripts/test_ports (by @Neumann-A)
- ๐ (#12699) [vcpkg baseline] remove qt translations from skip list (by @Neumann-A)
- (#12695) [ngspice] Initial port (by @marekr)
- (#12678) [vcpkg] Add missing check for x86 (by @arves100)
- ๐ (#12752) [vcpkg_build_qmake] Disable multi-threaded build when file fails to open (by @JackBoosY)
- ๐ (#12789) [vcpkg] Fix vs2015 build (by @strega-nil)
- โก๏ธ (#12312) [fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 (by @kevinlul)
- ๐ (#12515) [pangolin] Fix build failure on UNIX (by @JackBoosY)
- (#12792) [log4cpp] Fix header file install path (by @LilyWangL)
- โก๏ธ (#12784) [gSoap] Update to 2.8.105 and add a required shared directory (by @xgcssch)
- โก๏ธ (#12768) [libtorrent] Update to 1.2.8 (by @FranciscoPombal)
- ๐ (#12762) [boost] Add Supports fields and more accurately handle arm64-windows/x64-uwp (by @ras0219)
- ๐ (#12630) [secp256k1] Fix build failures and export cmake targets (by @PhoebeHui)
- โก๏ธ (#12524) [asmjit] Update to the latest commit (by @ZehMatt)
- ๐ (#12528) [libass] Fix build error on x64-windows-static (by @LilyWangL)
- ๐ (#12634) [vcpkg] Improving android support (by @christophe-calmejane)
- (#9162) [crashrpt] Add new port (by @tbdrake)
- (#12810) [vcpkg] Make C++ the primary github language (by @strega-nil)
- โ
(#12198) [vcpkg] Add
vcpkg export
to E2E tests. Enable E2E tests on all platforms. (by @ras0219) - ๐ท (#12698) [vcpkg] Rewrite CMake build system to be more target-based (by @strega-nil)
- (#12776) [vcpkg_copy_tool_dependencies] Use vcpkg internal powershell (by @JackBoosY)
- (#12805) [lapack-reference|fortran] Add new port (by @Neumann-A)
- 0๏ธโฃ (#12829) [vcpkg] Fix resolution of default features when using Manifest mode (by @ras0219)
- (#11836) [vcpkg/scripts/make] trying to iron out some issues (by @Neumann-A)
- (#12818) [constexpr-contracts] Adds new port (by @cjdb)
- ๐ฆ (#12845) [vcpkg] Lift
--x-json
to a global option, implement experimentalx-package-info
command (by @ras0219) - (#12876) [vcpkg] Reduce dependencies and contents of vcpkgpaths.h (by @ras0219)
- (#12866) [msys] Improve vcpkg_acquire_msys (by @PhoebeHui)
- โช (#12897) [vcpkg] Restore layering and purge unused ParagraphParseResult (by @ras0219)
- (#12895) [vcpkg_find_acquire_program] add version check for ninja (by @Neumann-A)
- โก๏ธ (#12927) [meson] Update meson to 0.55.1 (by @Neumann-A)
- ๐ง (#12837) Fix/clang10 linux (by @ignacionr)
- โก๏ธ (#9146) [expat] Update the version to 2.2.9 (add support for uwp) (by @NancyLi1013)
- (#12774) [vcpkg] Use std::filesystem when Visual Studio is greater than 2015 (by @JackBoosY)
- (#12626) [vcpkg_find_acquire_program] Enable find_acquire(PKGCONFIG) (by @ras0219)
- ๐ (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. (by @Sibras)
- (#12864) [vcpkg_execute_build_process] Re-fix qt5 components build (by @JackBoosY)
- (#13000) [vcpkg] Fix baseline (by @NancyLi1013)
- (#12985) [vcpkg] Add Forward Declarations (originally by @cngzhnp) (by @strega-nil)
- โก๏ธ (#12976) [vcpkg] Update hint message (by @PhoebeHui)
- ๐ (#12974) [fluidsynth/redis-plus-plus] Update to the latest released version (by @NancyLi1013)
- ๐ (#13017) remove registries.h and fwd/registries.h... (by @strega-nil)
- ๐ (#12975) [openmpi/vcpkg_build_make] Disable parallel build (by @JackBoosY)
- (#13043) [vcpkg] Fix hint message (by @PhoebeHui)
- โก๏ธ (#12046) [portmidi] Updated portmidi package to use alternative code source (by @stekyne)
- (#13066) [typo] Fix incorrect Path in readme (by @ninjaoflight)
- (#13034) [openmama] Feature use cmake for openmama (by @fquinner)
- (#12910) [vcpkg] Fix editable bug (by @ras0219)
- (#12523) [vcpkg.cmake] check for vcpkg.json only in
${CMAKE_SOURCE_DIR}
(by @strega-nil) - (#12964) [vcpkg] Do not use raw paths inside regexes (by @hanst99)
- ๐ (#13092) [vcpkg] Hotfix regression in #12523 (by @ras0219)
- ๐ (#13067) Sort file lists and failure logs together. (by @BillyONeal)
- (#12738) [vcpkg] Use https sources for common tools (by @janisozaur)
- โก๏ธ (#13058) [Box2d] Update to 2.4.0 (by @JonLiu1993)
- ๐ง (#12977) fix vcpkg_configure_cmake for case when having semicolons in OPTIONS (by @jgehw)
- ๐ (#12950) [vcpkg] Fix build on older compilers. (by @huahang)
- (#13104) [vcpkg] Fix vcpkg_acquire_msys failing on path with spaces (by @SupSuper)
- (#13125) Disable fluidlite in CI. (by @BillyONeal)
- (#13117) [vcpkg] Fix #13094 by avoiding the comma operator. (by @BillyONeal)
- ๐จ (#13107) [VMSS] Fix the printed error message (by @JackBoosY)
- โฌ๏ธ (#13069) [vcpkg] Fix upgrade for port-version (by @strega-nil)
- (#12982) [vcpkg_find_acquire_program] Cleanup and add CI testing (by @ras0219)
- (#13142) Allow use of VS LLVM clang-format. (by @BillyONeal)
- (#13148) [baseline] Skip check of clapack:x64-osx in the baseline (by @JackBoosY)
- โก๏ธ (#12884) [skia, ompl, capnproto] Update VMs for 2020-08-12 (including VS 16.7) (by @BillyONeal)
- (#13086) [vcpkg] Disable timeout (default 10s) in vcpkg_acquire_msys (by @jgehw)
- (#13176) [vcpkg_from_sourceforge] Determine sourceforge status (by @JackBoosY)
- (#12229) [OpenMVG/OpenMVS] fix tools (by @cenit)
- ๐ฆ (#12903) [cspice] Add 64bit packages (by @NancyLi1013)
- (#12687) [v8] Add v8 Javascript engine port (#372). (by @Kwizatz)
- ๐ (#13237) [Readme] fix typo & sync content (by @KevinZonda)
- (#13209) Fix link (by @SpriteOvO)
- (#13200) [clapack, lapack-reference] Add conflict messages (by @NancyLi1013)
- (#13174) [libhsplasma] Add new port (by @Hoikas)
- ๐ง (#12846) [vcpkg_configure_cmake] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default (by @ras0219)
- ๐ฆ (#13019) [vcpkg] Replace uses of msys pacman.exe with direct package downloads (by @ras0219)
- (#13228) [vcpkg] Implement 'repository' tag for NuGet binary caching (by @ras0219)
- (#13302) [vcpkg] Add July 2020 changelog (by @grdowns)
- (#13295) [vcpkg baseline][rest-rpc] Skip check in baseline (by @JackBoosY)
- (#13038) [vcpkg] Registries MVP (by @strega-nil)
- โก๏ธ (#13252) [hypre] Update to 2.19.0 (by @albertziegenhagel)
- (#13313) [vcpkg.cmake] error out if the mode has changed (by @strega-nil)
- ๐ (#12857) [many ports] Add supports (by @PhoebeHui)
- ๐ (#11290) [vcpkg] #11129: Add VCPKG_LINKER_FLAGS_. (by @psfrolov)
- (#13231) [vcpkg] Delay failures in
vcpkg install
until missing manifest requested (by @ras0219) - (#13297) [vcpkg_acquire_msys.cmake] Add gettext tool (by @StarGate-One)
- (#13290) [vcpkg] Fix compile on gcc 6 (by @strega-nil)
- (#13229) [blaze][ceres][clapack][geogram][lapack][lapack-reference][opencv4][selene] Fix deps issues (by @ras0219)
- ๐ (#10645) Fix [boost] MSVC 2013 v120 Build (by @ManuelKugelmann)
- โก๏ธ (#13267) [powershell] Update to 7.0.3 (by @JackBoosY)
- (#12509) [vcpkg] json format for search (by @dan-shaw)
- ๐ง (#11880) [vcpkg] Add community triple arm64-linux and arm-linux. (by @xieyubo)
- (#12396) [chromium-base] Add new port (by @vejmartin)
- โก๏ธ (#13378) [vcpkg] Fixed 'update' command output (by @lazyhamster)
- ๐ท (#13382) [xtensor-io] [taskflow] [tcl] [sophus] Fix CI 2020-09-06 (by @BillyONeal)
- (#12981) [vcpkg] Improve Json error messages (by @ras0219)
- (#13398) [vcpkg] Fix compilation on VS2015 (by @ras0219)
- ๐ (#13387) [boost] Remove invalid identifier !v120 (by @PhoebeHui)
- (#12926) [execute_process] Don't strip embedded semicolons (by @jgehw)
- ๐ (#13386) [vcpkg] improve s390x support (by @lebdron)
- ๐ (#13401) [tmx] Fix build failure (by @JackBoosY)
- (#13240) [vcpkg|toolchain] add VCPKG_OVERLAY_(PORTS|TRIPLETS) to the toolchain (by @Neumann-A)
- โก๏ธ (#13140) [taskflow] Update cpp-taskflow 2.2.0 to taskflow 2.6.0 (by @mfornace)
- ๐จ (#12746) Fix issue "print out missing path in read_lines" #12745. (by @martin-s)
- ๐ (#13421) [vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (by @BillyONeal)
- (#13489) Fix bootstrap on VS2019. (by @BillyONeal)
- ๐ (#13488) [vcpkg manifest] Add documentation! (by @strega-nil)
- โก๏ธ (#13497) [tool-meson] Update to 0.55.3 (by @c72578)
- (#13486) [vcpkg] Add metrics for binarycaching feature (by @ras0219)
- ๐ (#13517) [vcpkg-docs] Add docs/users/binarycaching.md (by @ras0219)
- (#13589) [vcpkg manifest-mode] Fix parallel msbuild failures (by @strega-nil)
- ๐ง (#13609) [vcpkg] Keep sym links in Linux zip cache files (by @here-mikelley)
- ๐ (#13508) [vcpkg] Add build scripts to produce signed vcpkg binaries. (by @BillyONeal)
- โก๏ธ (#13560) [Many ports] Update to the latest version or commit (by @NancyLi1013)
- (#13529) [scintilla] Add static linking to Scintilla (by @alek-d)
- โก๏ธ (#13629) [mimalloc] Update to 1.6.4 (by @JonLiu1993)
- ๐ (#13537) [vcpkg] Fix the case of current_path() before use on Windows. (by @BillyONeal)
- ๐ (#13685) [documentation] Fix manifest link (by @JackBoosY)
- (#13667) [vcpkg] Show Empty Object on vcpkg --list when used with --x-json (by @pratikpc)
- โก๏ธ (#13562) [Ninja] update to 1.10.1 (by @Farwaykorse)
- โก๏ธ (#13665) [scintilla] Update to 4.4.5 (by @alek-d)
- (#13491) [vcpkg, libpq] separate static and shared library installations (by @lebdron)
- (#13450) try fixing x264 (by @Neumann-A)
- ๐ (#13619) [vcpkg macos ci] Switch to using our own base boxes, to fix bringing up mac machines (by @strega-nil)
- ๐ (#13722) [vcpkg] Fix Windows pipeline's outdated Ninja reference (by @ras0219-msft)
- (#13451) [qt5-location] Rename vendored libs to avoid conflicts (by @ras0219)
- ๐ (#13732) [vcpkg_build_cmake] Set PARALLEL_ARG when using Ninja (by @JackBoosY)
- (#13669) [vcpkg] Skip all files named .DS_Store, no need to check if the file is regular (by @ras0219)
- ๐ (#13708) [libidn2] Support UNIX (by @JackBoosY)
- โก๏ธ (#13644) Update the latest g++-10 version if exists (by @cngzhnp)
- (#13571) Add compiler info to nuspec description (by @RoguePointer80)
- (#12790) [vcpkg] add env var VCPKG_OVERLAY_TRIPLETS (by @Neumann-A)
- (#13775) [vcpkg baseline] Skip libvmdk (by @NancyLi1013)
- โ (#13748) Add MSVC-internal testing scripts to public GitHub. (by @BillyONeal)
- (#13794) [vcpkg] fix ci #13790 (by @Neumann-A)
- โก๏ธ (#13799) [vcpkg osx ci] update 2020-09-28 (by @strega-nil)
- (#13735) Added spanish readme (by @ninjaoflight)
- โก๏ธ (#13385) [osgearth] update to latest to fix build issue with latest geos (by @ankurverma85)
- (#13830) [libqcow] Skip in all triplets because the upstream GitHub purges old archives (by @ras0219)
- ๐ (#13711) [vcpkg/manifest] write manifest install logs into the build dir. (by @Neumann-A)
- (#13889) [vcpkg_acquire_msys] Use Mirrors (by @ras0219-msft)
- ๐ (#13810) [mbedtls] Add supports (by @PhoebeHui)
- (#13858) [tinyutf8, moos-core] Re-enable in CI. (by @BillyONeal)
- ๐ (#13829) [vcpkg macos ci] modify README slightly (by @strega-nil)
- (#13903) [vcpkg] run both cxx and c compiler id. (by @Neumann-A)
- (#13751) [vcpkg] Enable reentrant vcpkg calls (by @ras0219)
- ๐ฆ (#13446) [vcpkg] Avoid computing triplet ABIs for editable packages (by @ras0219)
- ๐ (#13734) [gitignore] add default build dir of vs code to ignore list (by @Neumann-A)
- โฌ๏ธ (#13767) Upgrade log4cxx (by @stephen-webb)
- โก๏ธ (#13803) [libwebsockets] Update to the latest version (by @NancyLi1013)
- ๐ (#13857) Always accept = or space as delimiters when parsing common command line parameters. (by @BillyONeal)
- ๐ (#13821) [7zip] Add supports field (by @NancyLi1013)
- (#13623) [vcpkg] Use more forward declarations rather than definitions (by @cngzhnp)
- โก๏ธ (#13585) [log4cplus/muparser/nmslib] Update to the latest version (by @NancyLi1013)
- ๐ (#13559) [fastcdr/jack2/fcl/ensmallen/hwloc] Update to latest release (by @PhoebeHui)
- (#13399) [vcpkg] Further JSON error improvements (by @ras0219)
- ๐ง (#13964) [qca]support linux-osx-static build (by @longhuan2018)
- (#13713) [vcpkg/manifest/toolchain] Add install/bootstrap options & fix CACHE variables usage (by @Neumann-A)
- ๐ (#14000) [vcpkg/configure_make] add USE_WRAPPERS option (by @Neumann-A)
- โก๏ธ (#14005) [akali] Update to v1.42 (by @winsoft666)
- (#13011) [vcpkg] VCPKG_APPINSTALL_DEPS install dependencies on install #1653 (by @sandercox)
- โก๏ธ (#13860) [halide] Update to version 10.0.0 (by @alexreinking)
- ๐ (#14001) [vcpkg/configure_make] add option DETERMINE_BUILD_TRIPLET (by @Neumann-A)
- (#14054) [chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14 (by @BillyONeal)
- ๐ง (#14002) [vcpkg/configure_cmake] add LOGNAME option (by @Neumann-A)
- โก๏ธ (#14036) [antlr4] update to 4.8 (by @capra314cabra)
- โก๏ธ (#13477) [qt5] Update to 5.15.1 (by @Neumann-A)
- (#13730) [vcpkg_common_definitions] Add macro VCPKG_HOST_IS_ (by @JackBoosY)
- (#13465) [vcpkg] Set CMAKE_SYSTEM_PROCESSOR if target architecture is arm-linux or arm64-linux. (by @xieyubo)
- โฌ๏ธ (#12612) [cmake] upgrade to 3.18 (by @cenit)
- (#13025) [CMake] VCPKG_APPLOCAL_DEPS sometimes causes conflicts when processing multiple files in the same directory (by @sandercox)
- ๐ (#14050) [libvorbis] MinGW build fix (by @Trider12)
- โก๏ธ (#14120) [freetds] Update to v1.2.5 and update source to github. (by @BillyONeal)
- ๐ (#14142) [ptex] Fix build on *inx (by @JackBoosY)
- ๐ (#14079) [vcpkg] Add
versions
feature flag and version field manifest parsing (by @ras0219) - ๐ (#13540) [libp7-baical] Fix build error (by @NancyLi1013)
- ๐ (#14129) [vcpkg] Vcpkg appinstall deps fixes (by @sandercox)
- (#13953) [vcpkg_find_acquire_program] Fix SWIG on non-Windows platforms. (by @Hoikas)
- ๐จ (#14188) [vcpkg] Print more verbose compiler detection info (by @ekilmer)
- (#13972) Fix forward declarations & replace fwd header files (by @cngzhnp)
- ๐ (#14208) [Many Ports] Baseline Fixes for 2020-10-24 CI Build (by @BillyONeal)
- โก๏ธ (#14220) [vcpkg] update msys-libiconv version (by @ludchieng)
- (#13777) [vcpkg] Implement versions db generator (by @vicroms)
- (#13968) [vcpkg] Fix more cases of semicolon mishandling in "scripts" - follow-up to PR #12926 (by @jgehw)
- ๐ง (#14147) [lcm] Fix build error on Linux (by @LilyWangL)
- (#14262) [vcpkg] Always use version-string in generator (by @vicroms)
- ๐ (#14260) [vcpkg] Always publish failure logs, even on success. (by @BillyONeal)
- (#11363) [vcpkg] Use named mutex to serialize dll copies (by @thomasgt)
- โก๏ธ (#13701) [folly/fizz/wangle/proxygen/fbthrift] Update to latest revision (by @PhoebeHui)
- (#13805) [vcpkg, jsonnet, openssl-uwp] Enable use of the system powershell-core if it is present. (by @BillyONeal)
- (#14271) [vcpkg] Fix search for pwsh in vcpkgtools.xml. (by @BillyONeal)
- ๐ (#14102) [boost] Enable Boost building with wasm32-emscripten (by @stoperro)
- ๐ (#14003) [vcpkg baseline] [vs-yasm] Build yasm instead of downloading it to work around memory corruption bugs in yasm itself. (by @BillyONeal)
- ๐ (#14202) [vcpkg] Remove hard-coded ApiKey from nuget push (by @ekilmer)
- โก๏ธ (#13158) [ocilib] Update to 4.7.0 (by @JonLiu1993)
- ๐ง (#13374) [vcpkg] Support cross compile arm64-linux, arm-linux triplets on a linux x86_64 host. (by @xieyubo)
- (#14269) [vcpkg] mingw: Add compiler executable name into toolchain file (by @longnguyen2004)
- (#13971) [vcpkg] translate the README to french (by @x0rld) The following 109 ports have been added:
port version detect_compiler 0#0 ppmagic 2020-07-03#0 getdns 1.6.0#0 font-chef 1.0.1#0 implot 0.3-1#0 libfort 0.4.1#0 threadpool 0.2.5#1 mygui 2020-06-17#0 kfr 2020-06-15#0 โก๏ธ meshoptimizer edlib 1.2.6#0 neargye-semver 0.2.2#0 marble 19.08.2#0 simple-fft 2020-06-14#0 stx 1.0.1#0 rsocket 2020.05.04.00-1#0 brpc 0.9.7#0 gamedev-framework#14066 0.18.0#0 audiofile 1.0.7#0 tomlplusplus 1.3.0-3#0 vcpkg-ci-paraview 1#1 avro-cpp 1.9.2#0 xframe 0.3.0#0 minc 2.4.03#0 nifticlib 2020-04-30#0 pngpp 0.2.10#0 ngspice 32#0 lzokay 2020-07-30#0 josuttis-jthread 2020-07-21#0 lapack 0#0 colmap 3.6#0 qwtw 3.0#0 cppad 20200000.3#0 kf5completion 5.64.0#0 kf5config 5.64.0#0 kf5coreaddons 5.64.0#0 kf5crash 5.64.0#0 kf5guiaddons 5.64.0#0 kf5i18n 5.64.0#0 kf5itemmodels 5.64.0#0 kf5itemviews 5.64.0#0 kf5widgetsaddons 5.64.0#0 ๐ kf5windowsystem libde265 1.0.5#0 libheif 1.7.0#0 quazip 0.9.1#0 vc 1.4.1#0 tlx 0.5.20191212#0 crashrpt 1.4.3#0 dbghelp 0.0#0 directxsdk jun10#0 opencolorio-tools 1.1.1#0 lapack-reference 3.8.0#0 vcpkg-gfortran 1#0 constexpr-contracts 2020-08-09#0 numcpp 2.1.0#0 behaviortree-cpp 3.5.1#0 fluidlite 2020-08-20#0 boost-uninstall 1.73.0#0 vlfeat 2020-07-10#0 v8 8.3.110.13#0 rest-rpc 0.07#0 cpu-features 0.4.1#0 libhsplasma 2020.08.30#0 sentry-native 0.4.0#0 libxmlmm 0.6.0#0 levmar 2.6#0 knet 1.0.1#0 rappture 1.9#0 serd 0.30.4#0 chromium-base 86.0.4199.1#0 sord 0.16.4#0 mp-units 0.6.0#0 lerc 2.2#0 irrxml 1.2#0 kubazip 0.1.19#0 poly2tri 2020-07-21#0 taskflow 2.6.0#0 hffix 1.0.0#0 d3dx12 may2020#0 croncpp 2020-09-04#1 triangle 1.6#0 dartsim 9.4.0#0 unqlite 1.1.9#0 lv2 1.18.0#0 fbthrift 2019.11.11.00#0 libsigcpp-3 3.0.3#0 libsbml 5.18.0#0 opencascade 7.4.0#0 opensubdiv 3.4.3#0 tinyexpr 2020-09-25#0 mikktspace 2020-10-06#0 sltbench 2.4.0#0 rbdl 2.6.0#0 sqlcipher 4.4.0#0 sratom 0.6.4#0 libspnav 0.2.3#0 kenlm 20200924#0 ezc3d 1.3.7#0 vulkan-headers 1.2.157#0 shaderwriter 2020-10-15#0 libjuice 0.5.2#0 lilv 0.24.10#0 ashes 2020-10-21#0 yasm-tool-helper 2020-10-12#0 yasm-tool 2020-10-12#0 krabsetw 4.1.13#0 faiss 1.6.4#0 oatpp-sqlite 1.2.0#0 โก๏ธ The following 35 ports have been updated:
marl
2020-05-21#0
->2020-06-30#0
- (#12162) [marl] Update to 2020-06-30
simdjson
2020-05-26#0
->0.4.6#0
- (#12140) [simdjson] Update to 0.4.6
blend2d
beta_2020-06-01#0
->beta_2020-07-09#0,
- (#12360) [blend2d] Update to beta_2020-07-09
libb2
0.98.1-2#0
->0.98.1#3,
- (#12398) [libb2] Add supports and install pkg-conifg on macOS VM
geographiclib
1.47-patch1-16#0
->1.50.1#0
- (#12379) [geographiclib] Update to 1.50.1
ogre
1.12.1-1#0
->1.12.7#0
- (#12210) [ogre] Update to version 1.12.7 and fix link error
libmodbus
3.1.6#0
->3.1.6#1,
- (#12530) [libmodbus] Fix static linkage error
mpir
3.0.0-8#0
->3.0.0#9,
- (#12514) [mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug
mosquitto
1.6.8-1#0
->1.6.8#"2",
- (#12536) [mosquitto] Add vcpkg-cmake-wrapper.cmake and vcpkg.json
coroutine
1.5.0#0
->1.5.0#"1",
- (#12456) [coroutine] Fix error C7651
argtable3
2019-08-21#0
->3.1.5#0
- (#12421) [argtable3] Update to 3.1.5
gmp
6.2.0-2#0
->6.2.0#3,
- (#12664) [mpir, gmp] Add message to handle the conflicts between these two ports
libass
0.14.0#0
->0.14.0#3,
- (#12528) [libass] Fix build error on x64-windows-static
cmocka
1.1.5#0
->2020-08-01#0
- (#12828) [cmocka] Update to 2020-08-01
libvorbis
1.3.6-4d963fe#0
->1.3.7#0
- (#12909) [libvorbis] Update to 1.3.7
libsndfile
1.0.29#0
->1.0.29#11,
- (#12921) [libsndfile] Update to 1.0.29
bzip2
1.0.8#0
->1.0.8#1,
- (#13242) [bzip2] Add SHA512 hash check
xbyak
5.93#0
->5.97#0
- (#13553) [xbyak] Update port to 5.97
nng
1.3.0#0
->1.3.2#0
- (#13545) [nng] Update to 1.3.2
infoware
0.5.5#0
->0.5.5#1,
- (#13822) [infoware] fix linking issues with non-release builds
sdl2
2.0.12#0
->2.0.12#5,
- (#13801) [sdl2] Fix build when VCPKG_BUILD_TYPE is set to "release"
chakracore
1.11.22#0
->1.11.22#1,
- (#14054) [chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14
libopenmpt
2017-01-28-cf2390140#0
->2017-01-28-cf2390140#1,
- (#14054) [chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14
portaudio
2020-02-02#0
->2020-02-02#2,
- (#14054) [chakracore,gamma,libopenmpt,portaudio,usrsctp] Fix baseline for 2020-10-14
itk
5.1.0#0
->5.1.0#3,
- (#14056) [itk,libsamplerate,libsndfile] Apply some Visual Studio 2019 version 16.9 preview 1 workarounds
libsamplerate
0.1.9.0-1#0
->0.1.9.0#2,
- (#14056) [itk,libsamplerate,libsndfile] Apply some Visual Studio 2019 version 16.9 preview 1 workarounds
json-dto
0.2.10#0
->0.2.11#0
- (#14084) [json-dto] update to v.0.2.11
freetds
1.1.17#0
->1.2.5#0
- (#14120) [freetds] Update to v1.2.5 and update source to github.
restinio
0.6.10#0
->0.6.11#0
- (#14162) [restinio] update to v.0.6.11
cppwinrt
fall_2017_creators_update_for_vs_15.3-2#0
->windows-sdk#0
- (#14092) [cppwinrt] Update to version 2.0.201008.2
vs-yasm
0.5.0#0
->0.5.0#1,
- (#14003) [vcpkg baseline] [vs-yasm] Build yasm instead of downloading it to work around memory corruption bugs in yasm itself.
asio
1.12.2-2#0
->1.18.0#0
- (#14167) [asio] update to version 1.18.0 (#14095)
opendnp3
2.3.2#0
->3.1.0#0
- (#14167) [asio] update to version 1.18.0 (#14095)
restbed
4.16-07-28-2018-2#0
->4.7#0
- (#14167) [asio] update to version 1.18.0 (#14095)
sqlitecpp
3.1.1#0
->3.1.1#1,
- (#14029) [sqlitecpp] Additions for sqlcipher port
-- vcpkg team [email protected] MON, 2 Nov 00:00:00 -0800
- ๐ง Environment and Configuration
Previous changes from v2020.07
-
vcpkg (2020.06.16 - 2020.7.31)
Total port count: 1429
โ Total port count per triplet (tested):
triplet ports available ๐ x64-windows ๐ง x64-linux x64-osx 1139 ๐ x86-windows ๐ x64-windows-static ๐ arm64-windows x64-uwp 700 arm-uwp 669 โก๏ธ The following commands and options have been updated:
x-package-info
[NEW COMMAND]: Allows viewing of port information in a requested format (currently json)--editable
[NEW OPTION]: Suppress binary caching and source re-extraction for packages listed on the command line--x-binarysource=
[NEW OPTION]: Experimental: Support NuGet servers for retrieving and uploading of binary packages during buildsinstall
x-set-installed
- ๐
--x-json
: Lift this option to the global scope to request json output from compatible commands (seex-package-info
)
๐ The following documentation has been updated:
- vcpkg_from_sourceforge [NEW]
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2) (by @JackBoosY)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2) (by @JackBoosY)
- (#12254) [vcpkg] Track hashes of cmake script helpers in consuming portfiles (by @ras0219)
- ๐ vcpkg_fixup_pkgconfig [NEW]
- Binary Caching Specification [NEW]
- (#11204) [vcpkg] RFC: Binarycaching (by @ras0219-msft)
- README
- (#12093) [vcpkg docs] new README/Quick Start guide (by @strega-nil)
- ๐ Patching Example
- (#11952) [Document]Mention --ignore-space-at-eol in patching.md (by @Pospelove)
- (#12200) [vcpkg] Implement --editable (by @ras0219)
- ๐ vcpkg_fixup_cmake_targets
- (#11275) [ignition-plugin1] Add new port ๐ค (by @traversaro)
- ๐ Privacy
- (#11757) [vcpkg manifest] Manifest Implementation (by @strega-nil)
- ๐ Manifests
- (#11757) [vcpkg manifest] Manifest Implementation (by @strega-nil)
- ๐ง Environment and Configuration
- (#11757) [vcpkg manifest] Manifest Implementation (by @strega-nil)
- (#12640) [vcpkg] add environment variable VCPKG_OVERLAY_PORTS (by @Neumann-A)
- ๐ Buildsystem Integration
- (#12145) [vcpkg] Update message in bootstrap.ps1 (by @PhoebeHui)
- (#12873) [vcpkg] Fix bullet lists for integration.md on readthedocs.io (by @ftheile)
- ๐ฆ Installing and Using Packages
- (#12200) [vcpkg] Implement --editable (by @ras0219)
- (#12516) [sqlite3] Namespaced targets with unofficial:: (by @PhoebeHui)
- ๐ Packaging Zipfiles
- ๐ CONTROL Files
- (#12227) [vcpkg manifests] fix some issues (by @strega-nil)
- ๐ Portfile Functions
- ๐ vcpkg_build_make
- vcpkg_common_definitions
- ๐ง vcpkg_configure_make
- vcpkg_find_acquire_program
- ๐ Triplets
- ๐ Maintainer Guidelines and Policies
- (#12460) [vcpkg] Improve format check failure message (by @JackBoosY)
- vcpkg_check_linkage.md
- (#12624) Fix .gitignore excluding triplets/community, sort, and driveby vcpkg_check_linkage.md doc bug. (by @BillyONeal)
- ๐ง Overlay Triplets Example: Dynamic Linux Library
- (#12516) [sqlite3] Namespaced targets with unofficial:: (by @PhoebeHui)
The following remarkable changes have been made to vcpkg's infrastructure:
- Port Manifest: New feature to allow projects to state their dependencies in a declarative format
- (#11757) [vcpkg manifest] Manifest Implementation (by @strega-nil)
- (#12227) [vcpkg manifests] fix some issues (by @strega-nil)
- (#12549) [vcpkg manifest] add feature support (by @strega-nil)
vcpkg_from_sourceforge
: New maintainer helper function to retrieve sources from SourceForge- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2) (by @JackBoosY)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2) (by @JackBoosY)
VCPKG_OVERLAY_PORTS
: New environment variable to allow users to override ports with alternate versions- (#12640) [vcpkg] add environment variable VCPKG_OVERLAY_PORTS (by @Neumann-A)
โ The following additional changes have been made to vcpkg's infrastructure:
- (#12174) [vcpkg] Fix
vcpkg export --nuget
regressions (by @ras0219) - (#11842) [vcpkg] Extract common paths settings to make_cmake_cmd... (by @BillyONeal)
- โก๏ธ (#11977) [CHANGELOG] Update to 2020.06.15 (by @vicroms)
- ๐ (#11978) Attempt to mitigate Windows Defender detections by making provision-image.ps1 not a powershell script (by @BillyONeal)
- (#11015) [vcpkg] Fix issue #9781 by exporting from the installed directory (by @ras0219)
- ๐ (#11984) [breakpad] Fix build failure on OSX (by @JackBoosY)
- โก๏ธ (#11981) [thrift] Update to 0.13.0 and fix OSX build (by @JackBoosY)
- ๐ (#11963) [libvpx] Support arm64-windows (by @JackBoosY)
- ๐ (#12000) [vcpkg] Clean tombstones in every build except PR validations (by @BillyONeal)
- (#11965) [vcpkg baseline] Retrigger failed ports in baseline (by @PhoebeHui)
- (#11938) [vcpkg] Add mirror to download Strawberry Perl (by @AenBleidd)
- ๐ง (#11931) [vcpkg] Put user-defined configuration triplets path on top of the search queue (by @AenBleidd)
- ๐ง (#11999) [vcpkg] Use SSH keys instead of password authentication when minting Linux scale sets (by @BillyONeal)
- ๐จ (#12049) [vcpkg] Delete unused --purge-tombstones and introduce BufferedPrint class (by @BillyONeal)
- (#11654) [vcpkg] Track compiler information in ABI (by @ras0219)
- ๐ (#11983) [libmicrohttpd] Support build on UNIX and use msbuild on Windows (by @JackBoosY)
- (#12080) Fix bootstrapping MSYS2 pacman (#11499) (by @endrift)
- (#12074) [vcpkg] Do not fail just because cleaning tombstones failed in CI. (by @BillyONeal)
- ๐ฑ (#11275) [ignition-plugin1] Add new port ๐ค (by @traversaro)
- (#12067) [vcpkg baseline] Fix baseline errors (by @JackBoosY)
- ๐ (#12082) [vcpkg] Commonize pipelines build powershell and don't use binary caching in CI (rather than PR) builds (by @BillyONeal)
- ๐ (#12113) [vcpkg] Add disk space report to Windows PR/CI (by @BillyONeal)
- ๐ (#12072) [vcpkg build] fix build command (by @strega-nil)
- ๐ท (#12120) [vcpkg] Delete unnecessary tombstone deletion step now that CI rebuilds everything (by @BillyONeal)
- 0๏ธโฃ (#12091) [vcpkg] Use XDG/LOCALAPPDATA for default binary caching path (by @ras0219)
- ๐ (#12128) [vcpkg] Fix "[commands-build] build smoke test" (by @ras0219)
- (#12130) [vcpkg] Add write-only binary caching for CI. (by @BillyONeal)
- (#12101) [vcpkg] Add mingw dynamic libs triplet (by @longnguyen2004)
- (#12069) Fix typo in comment (by @freddy77)
- ๐ง (#12144) [vcpkg baseline][paraview] Fix linux build (by @JackBoosY)
- ๐ (#12172) [vcpkg ci] add macos scripts to vcpkg repo (by @strega-nil)
- โก๏ธ (#12176) [vcpkg] VM Update (by @BillyONeal)
- (#12192) Fix sourceparagraph:BooleanField (by @strega-nil)
- (#12191) Don't change manifest root when manifest isn't enabled. (by @dada2048)
- (#12170) [vcpkg] Enable NuGet-based binary caching via mono (by @ras0219)
- โก๏ธ (#12145) [vcpkg] Update message in bootstrap.ps1 (by @PhoebeHui)
- ๐ (#12201) [vcpkg] Remove all uses of Foo::Foo() noexcept = default; to fix #9955 (by @ras0219)
- ๐ (#12203) [vcpkg] Improve performance of compiler tracking (by @ras0219)
- โช (#12212) [msbuild] Revert the importance to Normal (by @PhoebeHui)
- ๐ (#12197) [vcpkg] Remove the tombstones and 'ignore' baseline concepts. (by @BillyONeal)
- (#4608) [vcpkg] Use IncludePath and LibraryPath properties (by @FrankHeimes)
- ๐ (#12242) [vcpkg] Remove use of std::variant and std::visit to fix VS2015. (by @ras0219)
- ๐ (#12272) [vcpkg] Revert change which causes sources to be purged by default in
vcpkg build
(by @ras0219) - โก๏ธ (#12263) [vcpkg] Update toolsrc VERSION to 2020.06.15 (by @c72578)
- ๐ (#12232) [opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding Windows SDK paths. (by @BillyONeal)
- ๐ฆ (#12177) [vcpkg] Added python script to generate all packages file list, added to azurโฆ (by @yaoleo34)
- ๐ท (#11655) [vcpkg] Format the C++ in CI (by @strega-nil)
- ๐ (#12300) [libbson, vcpkg baseline] Remove passing and fix spurious failure. (by @BillyONeal)
- โก๏ธ (#12140) [simdjson] Update to 0.4.6 (by @myd7349)
- ๐ (#11967) [evpp] Fix build error on OSX (by @JackBoosY)
- โก๏ธ (#12314) [vcpkg ci] Update formatting CI (by @strega-nil)
- ๐ (#12259) [triplets][osx] add support for arm64 'apple silicon' (by @eklipse2k8)
- โก๏ธ (#11754) [pcre2] Update to 10.35 (by @c72578)
- (#11753) Fix support for toolchains that set CMAKE_FIND_ROOT_PATH_MODE_* variables to ONLY (by @traversaro)
- (#12317) [vcpkg README] Fix links (by @strega-nil)
- (#12319) [vcpkg.targets] Fix #12292 regression with MSBuild targets (by @ras0219-msft)
- (#12323) [vcpkg] Ignore dependencies not found errors when downloading mode (by @JackBoosY)
- (#12257) [vcpkg] Fix MSBuild regressions #12062 and #12086. (by @ras0219)
- (#12037) [freerdp] Fix x64-osx triplet (by @AlexAltea)
- โก๏ธ (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core]. (by @Neumann-A)
- (#8322) [kfr] Add new port (by @myd7349)
- (#12244) [cuda] correct env variables for newer cuda versions (by @Neumann-A)
- ๐ (#12256) [vcpkg] Move default binary cache from
$root/archives
to user-wide directory (by @ras0219) - ๐ (#12350) [vcpkg] Remove unnecessary work queue (by @strega-nil)
- ๐ (#12367) [vcpkg build] fix #12355 (by @strega-nil)
- (#12369) [vcpkg formatting] Fix format regex (by @strega-nil)
- (#12178) [vcpkg] Add a schema file for vcpkg.json (by @Edhebi)
- 0๏ธโฃ (#12370) [vcpkg] Enable binary caching by default (by @ras0219)
- (#12386) [vcpkg] Add CMake heuristics for header-only libraries (by @ras0219)
- (#12378) [vcpkg] proper errorcheck during files installation (by @Maximus5)
- (#12384) [vcpkg-ci] Always publish file lists (by @ras0219)
- (#12254) [vcpkg] Track hashes of cmake script helpers in consuming portfiles (by @ras0219)
- (#12361) [vcpkg] Fix iOS toolchain detection when using the iOS community triplets (by @alcroito)
- ๐ (#12398) [libb2] Add supports and install pkg-conifg on macOS VM (by @PhoebeHui)
- (#12368) [vcpkg formatting] Turn off DeriveLineEnding (by @strega-nil)
- ๐ (#12429) [vcpkg] Fix ParagraphParser::required_field() (by @maksqwe)
- (#12400) [vcpkg] implement copy_symlink working for non-elevated processes (by @Maximus5)
- ๐ง (#12432) vcpkg_configure_make: typo fix '_vcpkg_append_to_configure_environment' (by @kevinlul)
- (#12351) [vcpkg] Clean up command switch code (by @strega-nil)
- ๐จ (#12179) [vcpkg] print list in json (by @dan-shaw)
- ๐ (#12084) Build fix with MinGW GCC 9.2.0 (by @cristianadam)
- (#12455) [libmicrohttpd] Add
platform.h
to restricted header list. (by @ras0219) - (#12468) [vcpkg] Add NVTOOLSEXT_PATH to the env passthrough list (by @Neumann-A)
- ๐ (#12534) Add initial s390x support (by @lebdron)
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries (by @Neumann-A)
- โก๏ธ (#11130) [opencv4] update to v4.3 (by @cenit)
- (#12467) [vcpkg-acquire-msys] Install new keyring (by @emptyVoid)
- (#12460) [vcpkg] Improve format check failure message (by @JackBoosY)
- ๐ (#9248) fix issue #9228 : Add support to subgroups in gitlab (by @RamadanAhmed)
- (#12513) [vcpkg] EOL LF for ci.baseline.txt (by @Neumann-A)
- (#8628) [marble] Add new port (by @ig-or)
- ๐ (#12118) [mozjpeg] fix build (by @saucecontrol)
- (#12530) [libmodbus] Fix static linkage error (by @NancyLi1013)
- ๐ (#12514) [mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug (by @NancyLi1013)
- ๐ (#12529) [qt5 components] Disable parallel build (by @JackBoosY)
- ๐ (#12569) [vcpkg_fixup_pkgconfig] Remove required in first find_program call for pkg-config (by @Neumann-A)
- (#12097) Fix vcpkg android toolchain so it adds flags that aren't just ignored (by @jamiebk)
- (#11021) [rsocket] Add new port (by @curoky)
- ๐ (#12104) Fix vcpkg_fixup_cmake_targets to work correctly on MinGW (by @koprok)
- ๐ฆ (#12661) [vcpkg] Fix typo in link for installing and using packages (by @varunagrawal)
- ๐ (#12639) [vcpkg-ci] fix macos setup scripts (by @strega-nil)
- ๐ (#12586) [vcpkg] Fix build on Windows 8.1 SDK (by @strega-nil)
- ๐จ (#12585) [vcpkg] Refactor Commands: Part 1 (by @strega-nil)
- โ (#10770) [cmake] Add cmake port to test qt (by @Neumann-A)
- (#10786) [tomlplusplus] Add new port (by @traversaro)
- ๐จ (#12641) Refactor commands 2: Electric Boogaloo (by @strega-nil)
- (#12548) [vcpkg manifest] look at
platform
directives (by @strega-nil) - ๐ (#12494) [qt-webengine] Fix building with vs2017 (by @Neumann-A)
- (#11376) [avro-cpp] new port (by @alexander-smyslov)
- ๐ (#11535) [mpg123] Allow cross-compiling, fix previous builds tainting rebuilds (by @kevinlul)
- (#12624) Fix .gitignore excluding triplets/community, sort, and driveby vcpkg_check_linkage.md doc bug. (by @BillyONeal)
- 0๏ธโฃ (#12423) [vcpkg] Add environment variable VCPKG_DEFAULT_BINARY_CACHE (by @Neumann-A)
- ๐ฆ (#10670) [vcpkg] Fix [boost] find_package for MSVC2013 / v120 (by @ManuelKugelmann)
- (#12471) [vcpkg format-manifest] Add convert-control flag (by @strega-nil)
- โก๏ธ (#11208) [ITK] Update to 5.1 (by @Neumann-A)
- ๐ง (#12742) [wavpack] Fix failure on linux and osx (by @PhoebeHui)
- โช (#12727) [msbuild] Revert the importance to Normal (by @PhoebeHui)
- (#12717) [vcpkg] Fix prettify output not working in some cases (by @Deadpikle)
- (#12715) [vcpkg] Add VCPKG_TARGET_IS_IOS (by @Deadpikle)
- ๐ (#12716) [vcpkg] Fix arm64-osx triplet not building for arm64 (by @Deadpikle)
- ๐ (#12701) [vcpkg-ci-paraview] move into scripts/test_ports (by @Neumann-A)
- ๐ (#12699) [vcpkg baseline] remove qt translations from skip list (by @Neumann-A)
- (#12695) [ngspice] Initial port (by @marekr)
- (#12678) [vcpkg] Add missing check for x86 (by @arves100)
- ๐ (#12752) [vcpkg_build_qmake] Disable multi-threaded build when file fails to open (by @JackBoosY)
- ๐ (#12789) [vcpkg] Fix vs2015 build (by @strega-nil)
- โก๏ธ (#12312) [fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 (by @kevinlul)
- ๐ (#12515) [pangolin] Fix build failure on UNIX (by @JackBoosY)
- (#12792) [log4cpp] Fix header file install path (by @LilyWangL)
- โก๏ธ (#12784) [gSoap] Update to 2.8.105 and add a required shared directory (by @xgcssch)
- โก๏ธ (#12768) [libtorrent] Update to 1.2.8 (by @FranciscoPombal)
- ๐ (#12762) [boost] Add Supports fields and more accurately handle arm64-windows/x64-uwp (by @ras0219)
- ๐ (#12630) [secp256k1] Fix build failures and export cmake targets (by @PhoebeHui)
- โก๏ธ (#12524) [asmjit] Update to the latest commit (by @ZehMatt)
- ๐ (#12528) [libass] Fix build error on x64-windows-static (by @LilyWangL)
- ๐ (#12634) [vcpkg] Improving android support (by @christophe-calmejane)
- (#9162) [crashrpt] Add new port (by @tbdrake)
- (#12810) [vcpkg] Make C++ the primary github language (by @strega-nil)
- โ
(#12198) [vcpkg] Add
vcpkg export
to E2E tests. Enable E2E tests on all platforms. (by @ras0219) - ๐ท (#12698) [vcpkg] Rewrite CMake build system to be more target-based (by @strega-nil)
- (#12776) [vcpkg_copy_tool_dependencies] Use vcpkg internal powershell (by @JackBoosY)
- (#12805) [lapack-reference|fortran] Add new port (by @Neumann-A)
- 0๏ธโฃ (#12829) [vcpkg] Fix resolution of default features when using Manifest mode (by @ras0219)
- (#11836) [vcpkg/scripts/make] trying to iron out some issues (by @Neumann-A)
- (#12818) [constexpr-contracts] Adds new port (by @cjdb)
- (#12876) [vcpkg] Reduce dependencies and contents of vcpkgpaths.h (by @ras0219)
- (#12866) [msys] Improve vcpkg_acquire_msys (by @PhoebeHui)
- โช (#12897) [vcpkg] Restore layering and purge unused ParagraphParseResult (by @ras0219)
- (#12895) [vcpkg_find_acquire_program] add version check for ninja (by @Neumann-A)
- โก๏ธ (#12927) [meson] Update meson to 0.55.1 (by @Neumann-A)
- ๐ง (#12837) Fix/clang10 linux (by @ignacionr)
- โก๏ธ (#9146) [expat] Update the version to 2.2.9 (add support for uwp) (by @NancyLi1013)
- (#12774) [vcpkg] Use std::filesystem when Visual Studio is greater than 2015 (by @JackBoosY)
- (#12626) [vcpkg_find_acquire_program] Enable find_acquire(PKGCONFIG) (by @ras0219)
- ๐ (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. (by @Sibras)
- (#12864) [vcpkg_execute_build_process] Re-fix qt5 components build (by @JackBoosY)
- (#13000) [vcpkg] Fix baseline (by @NancyLi1013)
- (#12985) [vcpkg] Add Forward Declarations (originally by @cngzhnp) (by @strega-nil)
- โก๏ธ (#12976) [vcpkg] Update hint message (by @PhoebeHui)
- ๐ (#12974) [fluidsynth/redis-plus-plus] Update to the latest released version (by @NancyLi1013)
- ๐ (#13017) remove registries.h and fwd/registries.h... (by @strega-nil)
- ๐ (#12975) [openmpi/vcpkg_build_make] Disable parallel build (by @JackBoosY)
- (#13043) [vcpkg] Fix hint message (by @PhoebeHui)
- โก๏ธ (#12046) [portmidi] Updated portmidi package to use alternative code source (by @stekyne)
- (#13066) [typo] Fix incorrect Path in readme (by @ninjaoflight)
- (#12910) [vcpkg] Fix editable bug (by @ras0219)
- (#12523) [vcpkg.cmake] check for vcpkg.json only in
${CMAKE_SOURCE_DIR}
(by @strega-nil) - (#12964) [vcpkg] Do not use raw paths inside regexes (by @hanst99)
- ๐ (#13092) [vcpkg] Hotfix regression in #12523 (by @ras0219)
- ๐ (#13067) Sort file lists and failure logs together. (by @BillyONeal)
- (#12738) [vcpkg] Use https sources for common tools (by @janisozaur)
- โก๏ธ (#13058) [Box2d] Update to 2.4.0 (by @JonLiu1993)
- ๐ง (#12977) fix vcpkg_configure_cmake for case when having semicolons in OPTIONS (by @jgehw)
- ๐ (#12950) [vcpkg] Fix build on older compilers. (by @huahang)
- (#13104) [vcpkg] Fix vcpkg_acquire_msys failing on path with spaces (by @SupSuper)
- (#13125) Disable fluidlite in CI. (by @BillyONeal)
- (#13117) [vcpkg] Fix #13094 by avoiding the comma operator. (by @BillyONeal)
- ๐จ (#13107) [VMSS] Fix the printed error message (by @JackBoosY)
- โฌ๏ธ (#13069) [vcpkg] Fix upgrade for port-version (by @strega-nil)
- (#12982) [vcpkg_find_acquire_program] Cleanup and add CI testing (by @ras0219)
- (#13142) Allow use of VS LLVM clang-format. (by @BillyONeal)
- (#13148) [baseline] Skip check of clapack:x64-osx in the baseline (by @JackBoosY) The following 59 ports have been added:
port version nanobench 4.0.0 cgns 3.4.0-1 paraview#12067 #12144 #12149 #11596 #12342 5.8.0-2 drogon#12931 #13007 v1.0.0-beta21 libxdiff 0.23 efsw 2020-06-08 bitmagic 6.4.0 tgbot-cpp 1.2.1 ๐ ignition-plugin1 ppmagic 2020-07-03 getdns 1.6.0 font-chef 1.0.1 implot#12835 0.4 threadpool 0.2.5 mygui 2020-06-17 kfr 2020-06-15 โก๏ธ meshoptimizer edlib 1.2.6 neargye-semver 0.2.2 marble 19.08.2 simple-fft 2020-06-14 stx 1.0.1 rsocket 2020.05.04.00-1 brpc 0.9.7 gamedev-framework#12680 0.17 tomlplusplus#12859 2.1.0 vcpkg-ci-paraview 1 avro-cpp 1.9.2 xframe 0.3.0 minc 2.4.03 nifticlib 2020-04-30 ngspice 32 josuttis-jthread#13040 2020-07-21 lapack#12805 1 qwtw#12961 3.1.0 cppad 20200000.3 kf5completion 5.64.0 kf5config 5.64.0 kf5coreaddons 5.64.0 kf5crash 5.64.0 kf5guiaddons 5.64.0 kf5i18n 5.64.0 kf5itemmodels 5.64.0 kf5itemviews 5.64.0 kf5widgetsaddons 5.64.0 ๐ kf5windowsystem libde265 1.0.5 libheif#12856 1.7.0 quazip 0.9.1 vc 1.4.1 tlx 0.5.20191212 crashrpt 1.4.3 dbghelp 0.0 opencolorio-tools 1.1.1 lapack-reference#12977 #12929 3.8.0 vcpkg-gfortran 1 constexpr-contracts 2020-08-09 fluidlite#13125 2020-08-20 boost-uninstall 1.73.0 โก๏ธ The following 345 ports have been updated:
slikenet
2019-10-22_1
->2019-10-22-2
- (#11987) [slikenet] Add cmake config and targets file
breakpad
2019-07-11-1
->2019-07-11-2
- (#11984) [breakpad] Fix build failure on OSX
plf-colony
2019-08-10
->5.33
- (#11993) [plf-colony] Update to 5.33
thrift
2020-02-08
->0.13.0
- (#11981) [thrift] Update to 0.13.0 and fix OSX build
libvpx
1.8.1-5
->1.8.1-7
- (#11963) [libvpx] Support arm64-windows
- (#12080) Fix bootstrapping MSYS2 pacman (#11499)
- (#12401) [liblzma, libvpx] Add mingw support
- (#12706) [libvpx] fix pdb paths
libzip
rel-1-6-1
->1.7.1
- (#11982) [libzip] Update to 1.7.1
- (#12610) [libzip] Fix find_package error
directxtex
jun2020
->jun2020b
- (#11971) [directxtk12][directxtex] Update to latest version
- (#12332) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
- (#13060) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
directxtk12
jun2020
->jun2020b
- (#11971) [directxtk12][directxtex] Update to latest version
- (#12332) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
- (#13060) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
geographiclib
1.47-patch1-12
->1.47-patch1-16
- (#11965) [vcpkg baseline] Retrigger failed ports in baseline
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12379) [geographiclib] Update to 1.50.1
- (#12471) [vcpkg format-manifest] Add convert-control flag
polyclipping
6.4.2
->6.4.2-4
- (#11965) [vcpkg baseline] Retrigger failed ports in baseline
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
qhull
7.3.2-2
->8.0.0
- (#12015) [qhull] update version 8.0.0
jsoncons
0.153.0
->0.155.1
- (#12827) [jsoncons] Update to version 0.155.1
azure-c-shared-utility
2020-02-04.1
->2020-07-19
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
- (#12493) [Azure-IoT-Sdk*] Update to 2020-07-19
azure-iot-sdk-c
2020-02-04.1-1
->2020-07-19
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
- (#12209) [azure-iot-sdk-c] Fix feature name and enable to build
- (#12493) [Azure-IoT-Sdk*] Update to 2020-07-19
- (#12605) [azure-iot-sdk-c] Fix passing hsm_type_symm_key
azure-macro-utils-c
2020-02-04.1
->2020-06-17-1
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
azure-uamqp-c
2020-02-04.1
->2020-07-19
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
- (#12493) [Azure-IoT-Sdk*] Update to 2020-07-19
azure-uhttp-c
2020-02-04.1
->2020-07-19
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
- (#12493) [Azure-IoT-Sdk*] Update to 2020-07-19
azure-umqtt-c
2020-02-04.1
->2020-07-19
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
- (#12493) [Azure-IoT-Sdk*] Update to 2020-07-19
umock-c
2020-02-04.1
->2020-06-17-1
- (#12013) [Azure-IoT-Sdk] Update to release 2020-06-17
tinyxml2
8.0.0
->8.0.0-1
- (#11966) [tinyxml2] Fix generation of pkg-config file
nlohmann-json
3.7.3
->3.9.1
- (#11941) [nlohmann-json] Upgrade to 3.8.0
- (#12117) [nlohmann-json] Always install multiple headers to allow forward declarations
- (#12601) [nlohmann-json] Update to 3.9.0
- (#12787) [nlohmann-json] Update to 3.9.1
trantor
v1.0.0-rc13
->v1.0.0-rc16
- (#11937) [trantor] Bump version to v1.0.0-rc14
- (#12930) [trantor] Update to 1.0.0-rc16
graphicsmagick
1.3.35
->1.3.35-2
- (#11926) [graphicsmagick] fix Magick++.h header location.
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
bitsery
5.0.3
->5.1.0
- (#11912) [bitsery] Update to 5.1.0 version
skyr-url
1.10.0
->1.12.0
- (#11911) [skyr-url] Updated version number of skyr-url
- (#12214) [skyr-url] Changed version number to 1.12.0
vtk
9.0-2
->9.0.1
- (#9960) [CGNS/ParaView] Add new ports
- (#12067) [vcpkg baseline] Fix baseline errors
- (#11399) [vtk] Added opengl feature.
- (#12149) [vtk] update to 9.0.1
- (#12472) [vtk|cuda] add nvcc to the path
- (#12342) [qt5-base] Add zstd as a dependency
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
so5extra
1.4.0
->1.4.1
- (#12052) [so5extra] update to v.1.4.1.
sobjectizer
5.7.0.1
->5.7.1
- (#12051) [SObjectizer] update to v.5.7.1.
field3d
1.7.2
->1.7.3
- (#12342) [qt5-base] Add zstd as a dependency
hdf5
1.10.5-12
->1.12.0
- (#11747) [hdf5] Update HDF5 to 1.12
freerdp
2.0.0-1
->2.1.1-1
- (#12050) [freerdp] Update to version 2.1.1
- (#12037) [freerdp] Fix x64-osx triplet
openal-soft
1.20.1-1
->1.20.1-2
- (#12047) [openal-soft] Fix build failure by updating the library
- (#12318) [openal-soft] Revert #12047
- (#12103) Mingw port fixes
absent
0.3.0
->0.3.1
- (#12036) [absent] Bump version 0.3.1
cjson
2019-11-30
->2019-11-30-1
- (#12026) [cjson] fix windows-static for don't export symbols
open62541
1.0.1
->1.1
- (#12023) [open62541] update to v1.1, add encryption support
abseil
2020-03-03-6
->2020-03-03-7
- (#12022) [abseil] Fix usage issue
- (#11757) [vcpkg manifest] Manifest Implementation
- (#12471) [vcpkg format-manifest] Add convert-control flag
- (#12781) [abseil] Fix CMake warning
nowide
10.0.1
->11.0.0
- (#12020) [nowide] Update to 11.0.0
cpp-httplib
0.5.1
->0.7.0
- (#12010) [cpp-httplib] Update library to 0.7.0
openmesh
8.0
->8.1
- (#12007) [openmesh] Fix install *.dll and add vcpkg-cmake-wrapper.cmake
- (#11739) [openmesh] Upgrade to 8.1
cpprestsdk
2.10.16-2
->2.10.16-3
- (#12006) [cpprestsdk] Fix usage issue when building static
activemq-cpp
3.9.5-2
->3.9.5-3
- (#12005) [activemq-cpp] Fix static build
date
2019-11-08
->3.0.0
- (#11968) [date] Update to 3.0.0
- (#12739) [date] Fix config.cmake and usage
libmicrohttpd
0.9.63-2
->0.9.63-3
- (#11983) [libmicrohttpd] Support build on UNIX and use msbuild on Windows
- (#12455) [libmicrohttpd] Add
platform.h
to restricted header list.llvm
10.0.0-3
->10.0.0-4
- (#11956) [llvm] fix issue #11916
ffmpeg
4.2-10
->4.2-13
- (#11946) [ffmpeg] Add avisynthplus support
- (#12080) Fix bootstrapping MSYS2 pacman (#11499)
- (#12083) [ffmpeg] Allow gpl builds without avisynthplus
- (#12063) [ffmpeg] Fix tools dependency dll file
- (#11130) [opencv4] update to v4.3
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
- (#12635) [ffmpeg] fix FindFFMPEG.cmake to work properly even without avresample
- (#12843) [ffmpeg] Some libraries in ffmpeg can be optional
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
- (#13004) [ffmpeg] fix cmake module
imgui
1.76-1
->1.78
- (#11919) [imgui] Add Freetype feature
- (#12155) [imgui] Update to 1.77
- (#12329) [imgui] Split bindings to multiple features
- (#12210) [ogre] Update to version 1.12.7 and fix link error
- (#12890) [imgui] Add messages for unsupported features
- (#13064) [imgui] Update to 1.78
- (#12691) [libigl] fix imgui feature
x265
3.2-3
->3.4
- (#11903) [x265] Delete the bin directory if the platform is Linux
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
- (#13048) [x265] Update source and version
wtl
10.0-5
->10.0.10077
- (#11893) [wtl] Update to 10.0.10077
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12688) [wtl] Upgrade wtl to 10.0.10077.
icu
67.1
->67.1-2
- (#11897) [icu] Add tools
- (#12080) Fix bootstrapping MSYS2 pacman (#11499)
cairo
1.16.0-4
->1.16.0-6
- (#11829) [cairo] Fix error in static build
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
pango
1.40.11-6
->1.40.11-7
- (#11829) [cairo] Fix error in static build
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
grpc
1.28.1-1
->1.31.1
- (#11791) [grpc] Update to 1.29.1
- (#12611) [grpc] Fix generate plugin grpc_csharp_ext
- (#12920) [grpc] grpc v1.30.2
- (#13084) [grpc][upb][re2] grpc v1.31.1
offscale-libetcd-cpp
2019-07-10
->2019-07-10-1
- (#11791) [grpc] Update to 1.29.1
stlab
1.5.2
->1.5.2-1
- (#11787) [stlab] Fix cmake config file
ffnvcodec
9.1.23.1
->9.1.23.1-1
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
libpq
12.2-2
->12.2-3
- (#12080) Fix bootstrapping MSYS2 pacman (#11499)
- (#11757) [vcpkg manifest] Manifest Implementation
- (#12196) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers
- (#12415) [libpq] Remove broken features
- (#12674) [libpq] only require bison and flex on Windows
tensorflow-cc
1.14-2
->1.14-3
- (#12546) [tensorflow-cc] fix build issues on Windows
ignition-modularscripts
2020-05-09
->2020-05-16
- (#11275) [ignition-plugin1] Add new port ๐ค
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
apr
1.7.0
->1.7.0-1
- (#12067) [vcpkg baseline] Fix baseline errors
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
argtable2
2.13-4
->2.13-7
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
cunit
2.1.3-3
->2.1.3-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
epsilon
0.9.2-1
->0.9.2-4
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
freeglut
3.2.1-1
->3.2.1-4
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
freeimage
3.18.0-9
->3.18.0-12
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#11130) [opencv4] update to v4.3
giflib
5.1.4-3
->5.1.4-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
gsoap
2.8.102
->2.8.105
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12784) [gSoap] Update to 2.8.105 and add a required shared directory
healpix
1.12.10-1
->1.12.10-5
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
irrlicht
1.8.4-5
->1.8.4-8
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#13137) [irrlicht] Patch moved sysctl.h header file
itpp
4.3.1-2
->4.3.1-5
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libaiff
5.0-3
->5.0-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libdisasm
0.23-3
->0.23-7
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libmad
0.15.1-5
->0.15.1-8
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libmikmod
3.3.11.1-5
->3.3.11.1-8
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libsquish
1.15-3
->1.15-7
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libssh
0.9.3-1
->0.9.3-2
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
libusb-win32
1.2.6.0-3
->1.2.6.0-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libuuid
1.0.3-4
->1.0.3-7
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
libxmp-lite
4.4.1-3
->4.4.1-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
mathgl
2.4.3-3
->2.4.3-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
mp3lame
3.100
->3.100-3
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
mpg123
1.25.8-10
->1.25.8-12
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12287) [mpg123] Update portfile.cmake to accomodate OpenSUSE 15.x /lib /lib64
- (#11535) [mpg123] Allow cross-compiling, fix previous builds tainting rebuilds
pcre
8.44-1
->8.44-4
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12252) [pcre] Use vcpkg_from_sourceforge as a fallback
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
- (#12629) [pcre] Fix installation when only building release
pcre2
10.30-7
->10.35
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12233) [pcre2] Restore the https://ftp.pcre.org/ mirror in addition to the SourceForge mirrors.
- (#11754) [pcre2] Update to 10.35
- (#12347) [pcre2] Fix -mshstk needed with -fcf-protection
plplot
5.13.0-5
->5.13.0-8
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
podofo
0.9.6-8
->0.9.6-9
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
portmidi
0.217.1-1
->0.234
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12046) [portmidi] Updated portmidi package to use alternative code source
pthreads
3.0.0-5
->3.0.0-6
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
qt5-base
5.12.8-4
->5.15.0
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12153) [qt5-base] fix static init fiasco and fix debug dll's not being copied
- (#11757) [vcpkg manifest] Manifest Implementation
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12529) [qt5 components] Disable parallel build
- (#12342) [qt5-base] Add zstd as a dependency
- (#12752) [vcpkg_build_qmake] Disable multi-threaded build when file fails to open
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
qwt
6.1.3-11
->6.1.4
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12529) [qt5 components] Disable parallel build
rapidxml
1.13-1
->1.13-4
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
sigslot
1.0.0
->1.0.0-3
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
soxr
0.1.3.
->0.1.3-2
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
tclap
1.2.2-2
->1.2.2-3
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
๐ tinyfiledialogs
3.4.3-2
->3.6.3
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12137) [tinyfiledialogs] Update version and download path to v3.6.3
tinyxml
2.6.2-4
->2.6.2-7
- (#11899) [vcpkg] Add vcpkg_from_sourceforge (1/2)
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
openssl-unix
1.1.1d-4
->1.1.1g
- (#11882) [openssl] Update openssl 1.1.1g - continued from PR #11003
- (#12544) [openssl-unix] Add mingw with dynamic libs support - take 2
- (#12867) [openssl] Interrupt the build process when files conflict
- (#12986) [openssl-unix] Fix #12919
- (#12527) [openssl-unix] use xcrun for iOS triplet build
openssl-uwp
1.1.1d-1
->1.1.1g
- (#12867) [openssl] Interrupt the build process when files conflict
๐ openssl-windows
1.1.1d-2
->1.1.1g
- (#11882) [openssl] Update openssl 1.1.1g - continued from PR #11003
- (#12056) [openssl-windows] Added feature option to build openssl with no-pinshared flag
- (#12867) [openssl] Interrupt the build process when files conflict
openssl
1.1.1d
->1.1.1g
- (#12867) [openssl] Interrupt the build process when files conflict
cmocka
1.1.5-1
->1.1.5
- (#11757) [vcpkg manifest] Manifest Implementation
- (#12196) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers
- (#12828) [cmocka] Update to 2020-08-01
libarchive
3.4.1-3
->3.4.1
- (#11757) [vcpkg manifest] Manifest Implementation
- (#12196) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers
libiconv
1.16-3
->1.16
- (#11757) [vcpkg manifest] Manifest Implementation
- (#12196) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers
libxml2
2.9.9-6
->2.9.9
- (#11757) [vcpkg manifest] Manifest Implementation
- (#12196) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers
๐ suitesparse
5.4.0-5
->5.4.0-6
- (#11945) [suitesparse] Fixing
SuiteSparse_INCLUDE_DIRS
is not usable from the port.
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
boost-locale
1.73.0
->1.73.0-1
- (#10943) [boost-locale] Fix boost-locale failing to build with ICU
- (#12762) [boost] Add Supports fields and more accurately handle arm64-windows/x64-uwp
monkeys-audio
5.38
->5.48
- (#12158) [monkeys-audio] Update to 5.46
- (#12690) [monkeys-audio] Update to 5.48
google-cloud-cpp
1.14.0
->1.16.0
- (#12195) [google-cloud-cpp] Update to v1.15.0
- (#12747) [google-cloud-cpp] Update to v1.16.0
infoware
0.5.3
->0.5.5
- (#12167) [infoware] Bump version to 0.5.4
- (#13010) [infoware] Bump version to 0.5.5
sqlite3
3.32.1
->3.32.3
- (#11532) [sqlite3] Sqlite3 geopoly and json1 features
plibsys
0.0.4-3
->0.0.4
- (#12196) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers
span-lite
0.5.0
->0.7.0
- (#12206) [span-lite] Update to 0.7.0
safeint
3.23
->3.24
- (#12217) [safeint] Update to 3.24
xerces-c
3.2.3
->3.2.3-1
- (#12205) [xerces-c] rename feature from xmlch_wchar to xmlch-wchar
libnice
0.1.15-3
->0.1.15-4
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
opencc
2020-04-26-4
->2020-04-26-6
- (#12018) [vcpkg_from_sourceforge] Add retry mirror function (2/2)
- (#12246) [opencc] Fix regression on pipeline
exiv2
0.27.2-1
->0.27.3
- (#12278) [Exiv2] update to 0.27.3
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
nanodbc
2.12.4-8
->2.12.4
- (#12274) [nanodbc] Set unixodbc as a dependency under non-Windows
โ doctest
2.3.7
->2.4.0
- (#12239) [doctest] update to 2.4.0
opengl
0.0-6
->0.0-7
- (#12232) [opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding Windows SDK paths.
wincrypt
0.0-1
->0.0-2
- (#12232) [opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding Windows SDK paths.
winsock2
0.0-1
->0.0-2
- (#12232) [opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding Windows SDK paths.
openvr
1.10.30
->1.12.5
- (#12219) [openvr] Update to 1.12.5
utf8h
841cb2deb8eb806e73fff0e1f43a11fca4f5da45
->2020-06-14
- (#12218) [utf8h] Update to latest version
libyuv
fec9121-1
->fec9121-2
- (#12213) [libyuv] Find dependency port libjpeg-turbo
- (#12338) [libyuv] Fix static build issue
polyhook2
2020-06-02
->2020-08-04
- (#12189) [polyhook2] Update to latest
- (#12524) [asmjit] Update to the latest commit
ace
6.5.9-5
->6.5.11
- (#12183) [ace] 6.5.10
- (#12954) [ace] Update to 6.5.11
curl
7.68.0-3
->7.71.1
- (#12800) [curl] Fix static build
robin-hood-hashing
3.4.0
->3.8.0
- (#12147) [robin-hood-hashing] Update to 3.7.0
- (#12480) [robin-hood-hashing] Update to latest version
libexif
0.6.21-2
->0.6.22
- (#12161) [libexif] Update to 0.6.22
cli
1.1.1
->1.2.0
- (#12139) [cli] update the version to 1.2.0
libffi
3.3-2
->3.3-3
- (#12126) [libffi] Add pkgconfig file
- (#12498) [libffi] fix crash in debug
angle
2020-05-15
->2020-05-15-1
- (#12111) [angle] Add egl renderer to list of files compiled for linux
caf
0.17.2
->0.17.3
- (#12068) [caf] Update to 0.17.3
aws-sdk-cpp
1.7.333
->1.8.4
- (#12316) aws-sdk-cpp version update
libcopp
1.2.1
->1.3.1
- (#12264) [libcoppp] Update version to 1.3.0
openimageio
2.1.9.0
->2.1.16.0-1
- (#11767) [openimageio] Update to version 2.1.16.0
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
- (#12592) [openimageio] Fix installed cmake file path
- (#12856) [vcpkg baseline] Fix openimageio and pangolin build failures on Linux
evpp
0.7.0-2
->0.7.0-3
- (#11967) [evpp] Fix build error on OSX
- (#12277) [libevent] update to 2.1.12
protobuf
3.12.0-2
->3.13.0
- (#11851) [protobuf] Update to 3.12.3
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
- (#12103) Mingw port fixes
- (#12776) [vcpkg_copy_tool_dependencies] Use vcpkg internal powershell
- (#12918) [protobuf] protobuf v3.13.0
fontconfig
2.12.4-10
->2.12.4
- (#12322) [fontconfig] Fix fonts.conf install path
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
faad2
2.9.1-1
->2.9.1
- (#12306) [Many ports] Fix invalid character in feature name
freetype
2.10.1-6
->2.10.2
- (#12886) [many ports] Fix various problems with mingw
cgal
5.0.2-1
->5.0.3
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12711) [cgal] Update cgal to 5.0.3
cutelyst2
2.9.0
->2.9.0-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
kd-soap
1.8.0-1
->1.8.0-2
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
kf5archive
5.64.0
->5.64.0-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#11861) Adding libraries needed to build Krita
kf5holidays
5.64.0
->5.64.0-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
kf5plotting
5.64.0
->5.64.0-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
kf5syntaxhighlighting
5.64.0
->5.64.0-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
libqglviewer
2.7.2-2
->2.7.2-3
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
opencv2
2.4.13.7-1
->2.4.13.7-2
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#11130) [opencv4] update to v4.3
opencv3
3.4.7-3
->3.4.7-4
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#11130) [opencv4] update to v4.3
opencv4
4.1.1-6
->4.3.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#11130) [opencv4] update to v4.3
osg-qt
Qt4-1
->Qt4-2
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qca
2.2.1
->2.2.1-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qcustomplot
2.0.1-3
->2.0.1-4
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qscintilla
2.11.4-1
->2.11.4-2
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt-advanced-docking-system
3.2.5-1
->3.2.5-2
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-3d
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-activeqt
5.12.8-1
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-androidextras
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-canvas3d
5.12.8
->0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-charts
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-connectivity
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12529) [qt5 components] Disable parallel build
qt5-datavis3d
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-declarative
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-doc
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-gamepad
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-graphicaleffects
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-imageformats
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12529) [qt5 components] Disable parallel build
qt5-location
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12529) [qt5 components] Disable parallel build
qt5-macextras
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-mqtt
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-multimedia
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-networkauth
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-purchasing
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-quickcontrols
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-quickcontrols2
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-remoteobjects
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-script
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-scxml
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-sensors
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-serialbus
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-serialport
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-speech
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-svg
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-tools
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
๐ qt5-translations
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-virtualkeyboard
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-wayland
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-webchannel
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-webengine
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12494) [qt-webengine] Fix building with vs2017
๐ qt5-webglplugin
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-websockets
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-webview
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-winextras
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-x11extras
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5-xmlpatterns
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
qt5
5.12.8
->5.15.0
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
- (#12471) [vcpkg format-manifest] Add convert-control flag
- (#12864) [vcpkg_execute_build_process] Re-fix qt5 components build
qtkeychain
v0.9.1
->v0.9.1-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
soqt
1.6.0
->1.6.0-1
- (#11596) [qt5] update qt to 5.15 and make ports depend on qt5-base[core].
range-v3
0.10.0-20200425
->0.10.0-20200708
- (#12346) [range-v3] updates range-v3
azure-storage-cpp
7.4.0
->7.5.0
- (#12333) [azure-storage-cpp] Upgrade to 7.5.0
directxmesh
jun2020
->jul2020
- (#12332) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
- (#13060) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
directxtk
jun2020
->jul2020
- (#12332) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
- (#13060) [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
cuda
10.1-1
->10.1
- (#12244) [cuda] correct env variables for newer cuda versions
pybind11
2.4.3
->2.5.0
- (#12394) [pybind11] Update to v2.5.0
corrade
2019.10-1
->2020.06
- (#12211) [corrade,magnum,-plugins,-extras,*-integration] Update to v2020.06
magnum-extras
2019.10
->2020.06
- (#12211) [corrade,magnum,-plugins,-extras,*-integration] Update to v2020.06
magnum-integration
2019.10
->2020.06
- (#12211) [corrade,magnum,-plugins,-extras,*-integration] Update to v2020.06
๐ magnum-plugins
2019.10-2
->2020.06
- (#12211) [corrade,magnum,-plugins,-extras,*-integration] Update to v2020.06
- (#12458) [magnum-plugins] Fix file conflict with stb
magnum
2019.10-2
->2020.06
- (#12211) [corrade,magnum,-plugins,-extras,*-integration] Update to v2020.06
zstd
1.4.4-1
->1.4.4
- (#12407) [zstd] fix pkg-config files
string-theory
3.2
->3.3
- (#12440) [string-theory] Update to 3.3
nrf-ble-driver
4.1.1-2
->4.1.2
- (#12436) [nrf-ble-driver] Update to v4.1.2
folly
2019.10.21.00-2
->2019.10.21.00
- (#12419) [folly] Fix build error C3861
๐ boost-modular-build-helper
1.73.0-1
->1.73.0
- (#12417) [boost-modular-build-helper] Remove has_icu.lib
- (#12535) [boost] s390x support
- (#12634) [vcpkg] Improving android support
- (#9224) [boost-modular-build-helper] Fix issue that link incorrect dependent libraries
- (#12851) [boost-uninstall] Add port to easily uninstall all boost components
liblzma
5.2.4-5
->5.2.5
- (#12401) [liblzma, libvpx] Add mingw support
- (#7226) [liblzma] Patch headers to fix OpenTTD/OpenTTD#7614
pugixml
1.10-1
->1.10
- (#12441) [pugixml] Fix pkgconfig file
hiredis
2019-11-2-1
->2019-11-2
- (#12354) [hiredis] Fix feature ssl build error on windows
eigen3
3.3.7-5
->3.3.7
- (#12279) [eigen3] Fix eigen3 and cuda compatibility issue
zlib
1.2.11-6
->1.2.11
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
libmupdf
1.16.1-1
->1.17.0
- (#12483) [libmupdf] Update libmupdf to 1.17.0
bzip2
1.0.6-5
->1.0.6-6
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
- (#12880) [bzip2] fixes for building release-only
gmp
6.2.0-1
->6.2.0-2
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
- (#12664) [mpir, gmp] Add message to handle the conflicts between these two ports
libpng
1.6.37-9
->1.6.37-10
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
- (#12753) [zlib, libpng] Fix pkg-config for mingw
nettle
3.5.1-1
->3.5.1-2
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
ompl
1.4.2-4
->1.5.0
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
- (#12529) [qt5 components] Disable parallel build
- (#11737) [ompl]: upgrade to 1.5.0
sdl1
1.2.15-11
->1.2.15
- (#11550) [vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries
alembic
1.7.12-1
->1.7.13
- (#11130) [opencv4] update to v4.3
- (#12735) [alembic] Update to 1.7.13
opencv
4.1.1-1
->4.3.0
- (#11130) [opencv4] update to v4.3
openexr
2.3.0-5
->2.5.0
- (#11130) [opencv4] update to v4.3
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
libftdi1
1.4
->1.4-1
- (#9561) [libusb] Fix issue to support linux
libusb
1.0.23
->1.0.23-1
- (#9561) [libusb] Fix issue to support linux
- (#12656) [libusb] build fails on windows due to symlink in extracted archive
- (#13057) [libusb] Add vcpkg-cmake-wrapper
treehopper
1.11.3-3
->1.11.3-4
- (#9561) [libusb] Fix issue to support linux
outcome
2.1
->2.1.3
- (#12078) [outcome] Update library and fix portfile
librdkafka
1.2.0-2
->1.5.0
- (#12095) [librdkafka] Upgrade to 1.4.4
- (#12731) [librdkafka] Update to 1.5.0
glew
2.1.0-7
->2.1.0-8
- (#12103) Mingw port fixes
mozjpeg
2020-06-02
->2020-06-02-1
- (#12118) [mozjpeg] fix build
fltk
1.3.5-2
->1.3.5
- (#12273) [fltk] Force static library due to global variables. Fix CMake Targets.
nana
1.7.2-3
->1.7.2
- (#12543) [nana] Fix the version and language standard
winpcap
4.1.3-3
->4.1.3
- (#12542) [winpcap] Remove the keyword 'inline' macro
๐ boost-build
1.73.0-1
->1.73.0
- (#12535) [boost] s390x support
- (#12851) [boost-uninstall] Add port to easily uninstall all boost components
restinio
0.6.8
->0.6.9
- (#13018) [restinio] update to v.0.6.10
fizz
2020.02.03.00
->2020.02.03.00
- (#12277) [libevent] update to 2.1.12
libevent
2.1.11-5
->2.1.12
- (#12277) [libevent] update to 2.1.12
libflac
1.3.3-1
->1.3.3
- (#12374) [sdl2-mixer] Fix FLAC symbol export when static linking, add nativemidi default feature
- (#12761) [flac] Disable stack smash protection and FORTIFY_SOURCE for mingw
libsndfile
1.0.29-9
->1.0.29
- (#12374) [sdl2-mixer] Fix FLAC symbol export when static linking, add nativemidi default feature
- (#12921) [libsndfile] Update to 1.0.29
sdl2-mixer
2.0.4-9
->2.0.4
- (#12374) [sdl2-mixer] Fix FLAC symbol export when static linking, add nativemidi default feature
physx
4.1.1-3
->4.1.1
- (#12413) [physx] Add patch for NVIDIAGameWorks/PhysX#322.
- (#12710) [physx] Add support for checked and profile builds.
wxwidgets
3.1.3-1
->3.1.4
- (#12485) [wxwidgets] Adding wxWidgets resource compiler (wxrc) to /tools/wxwidgets directory
- (#12733) [wxwidgets] Update to 3.1.4
- (#12885) [wxwidgets] copy pdbs
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
osgearth
2.10.2-1
->3.0
- (#12531) [osgearth] update to 3.0
netcdf-c
4.7.3-1
->4.7.3
- (#12434) [netcdf-c] Fix dependency libmath
arrow
0.17.1
->1.0.0
- (#12537) [Arrow] Update to 1.0.0
libigl
2.1.0-2
->2.2.0
- (#10252) [libigl] Fix configure error and dependencies
- (#12691) [libigl] fix imgui feature
asiosdk
2.3.3
->2.3.3-1
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
jxrlib
2019.10.9
->2019.10.9-1
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
libmodman
2.0.1-1
->2.0.1-2
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
libproxy
0.4.15-1
->0.4.15-2
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
stb
2020-02-08
->2020-02-08-1
- (#12157) [many ports] Remove _find_package guards that break *_FOUND
itk
5.0.1-2
->5.1.0
- (#11208) [ITK] Update to 5.1
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
opencl
2.2-2-1
->2.2
- (#11208) [ITK] Update to 5.1
openjpeg
2.3.1-1
->2.3.1
- (#11208) [ITK] Update to 5.1
pbc
0.5.14-2
->0.5.14
- (#12732) [vcpkg baseline] Fix pbc build failure with x64-osx
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
libodb-sqlite
2.4.0-6
->2.4.0
- (#12516) [sqlite3] Namespaced targets with unofficial::
gtkmm
3.22.2-2
->3.22.2
- (#12637) [gtkmm] fix missing symbol exports with gtkmm release build
wavpack
5.2.0
->5.2.0
- (#12742) [wavpack] Fix failure on linux and osx
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
shapelib
1.4.1-2
->1.5.0
- (#12737) [shapelib] Update to 1.5.0
teemo
1.3
->2.1
- (#12728) [teemo] Update to v2.1
quill
1.3.1
->1.4.0
- (#12683) [quill] Update to version 1.3.3
- (#12924) [quill] Update to 1.4.0
libmariadb
3.1.7-1
->3.1.7
- (#12669) [libmariadb] Include bundled zlib and openssl
brotli
1.0.7-1
->1.0.7
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
cairomm
1.15.3-4
->1.15.3
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
freetype-gl
2019-03-29-3
->2019-03-29
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
libraqm
0.7.0-1
->0.7.0
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
sfml
2.5.1-7
->2.5.1
- (#12405) [brotli] add pkgconfig / [freetype] depend on brotli
- (#11800) [sfml][imgui-sfml] Push SFML_STATIC_LIBRARIES setting into
sfml
fmt
6.2.1
->7.0.3
- (#12312) [fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0
- (#12806) [fmt] Update to 7.0.3
spdlog
1.6.1
->1.7.0
- (#12312) [fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0
armadillo
2019-04-16-8
->2019-04-16
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
blaze
3.7
->3.8
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
- (#12916) [blaze] Update to Blaze 3.8
ceres
1.14.0-7
->1.14.0
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
clapack
3.2.1-13
->3.2.1
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
- (#12805) [lapack-reference|fortran] Add new port
dlib
19.19-1
->19.21
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
- (#13061) [dlib] Update to v19.21
geogram
1.6.9-7
->1.7.5
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
- (#12562) [geogram] update to 1.7.5
- (#12626) [vcpkg_find_acquire_program] Enable find_acquire(PKGCONFIG)
mlpack
3.2.2-3
->3.2.2
- (#12464) [lapack] add metaport lapack to switch lapack impl with an overlay
- (#12805) [lapack-reference|fortran] Add new port
pangolin
0.5-7
->0.5
- (#12515) [pangolin] Fix build failure on UNIX
- (#12856) [vcpkg baseline] Fix openimageio and pangolin build failures on Linux
orocos-kdl
1.4-2
->1.4
- (#12794) [ocoros-kdl] Fix the CMake config file
log4cpp
2.9.1-2
->2.9.1
- (#12792) [log4cpp] Fix header file install path
bond
9.0.0
->9.0.2
- (#12782) [bond] Update to v9.0.2
libtorrent
1.2.7
->1.2.9
- (#12768) [libtorrent] Update to 1.2.8
- (#12762) [boost] Add Supports fields and more accurately handle arm64-windows/x64-uwp
- (#12946) [libtorrent] minor version bump and python patch adjustment
boost-context
1.73.0-1
->1.73.0
- (#12762) [boost] Add Supports fields and more accurately handle arm64-windows/x64-uwp
secp256k1
2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-2
->2017-19-10
- (#12630) [secp256k1] Fix build failures and export cmake targets
xbyak
5.911
->5.93
- (#12577) [Xbyak] Update to 5.93
tiff
4.0.10-9
->4.1.0
- (#12559) [tiff] Update 4.0.10 to 4.1.0
asmjit
2020-05-08
->2020-07-22
- (#12524) [asmjit] Update to the latest commit
libressl
2.9.1-2
->2.9.1
- (#11949) [libressl] add download mirror
darknet
2020-03-02
->2020-06-29
- (#11037) [darknet] ready for yolo_v4
embree3
3.8.0
->3.11.0
- (#12555) [embree3] Update to 3.11.0
fribidi
1.0.9-1
->1.0.10
- (#12517) [fribidi] Update to 1.0.10
opencolorio
1.1.1-2
->1.1.1
- (#12420) [opencolorio-tools] Separate feature application to avoid circular dependency
- (#12869) [opencolorio] Update repository
osg
3.6.4-3
->3.6.5
- (#12672) [osg] Update to 3.6.5
openblas
0.3.9-1
->0.3.9
- (#12805) [lapack-reference|fortran] Add new port
- (#12956) [openblas] Fix generating pkg-config file
farmhash
1.1-1
->1.1
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
freexl
1.0.4-9
->1.0.4
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
libcrafter
0.3-1
->0.3
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
libmagic
5.37-1
->5.37
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
libwandio
4.2.1-2
->4.2.1
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
ocilib
4.6.4-1
->4.6.4
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
x264
157-303c484ec828ed0-8
->157-303c484ec828ed0
- (#11836) [vcpkg/scripts/make] trying to iron out some issues
wpilib
2020.1.1
->2020.3.2
- (#12373) [wpilib] Update to 2020.3.2
proj4
6.3.1-1
->6.3.1
- (#12875) [proj4] use sqlite3 config cmake, make sqlite3 private
tool-meson
0.54.2
->0.55.1
- (#12927) [meson] Update meson to 0.55.1
apr-util
1.6.1-1
->1.6.1
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
expat
2.2.7
->2.2.9
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
gdal
2.4.1-9
->2.4.1
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
- (#12541) [gdal] Fix static build issue
io2d
2019-07-11-2
->2019-07-11
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
libkml
1.3.0-4
->1.3.0
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
poco
1.9.2-2
->1.9.2
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
readosm
1.1.0-2
->1.1.0
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
skia
2020-05-18-1
->2020-05-18
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
spatialite-tools
4.3.0-2
->4.3.0
- (#9146) [expat] Update the version to 2.2.9 (add support for uwp)
xlnt
1.4.0-1
->1.5.0
- (#12972) [xlnt] Upgrade xlnt to 1.5.0
fdk-aac
2018-07-08-1
->2018-07-08-2
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
opus
1.3.1-3
->1.3.1
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
- (#12886) [many ports] Fix various problems with mingw
sdl2
2.0.12-1
->2.0.12
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
speex
1.2.0-4
->1.2.0
- (#11277) [ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora.
pcl
1.9.1-13
->1.11.0
- (#10042) [pcl] Update to 1.10.0
- (#13020) [pcl] check SSE flags
tinygltf
2.2.0
->2020-07-28
- (#12608) [tinygltf] update to v2.4.0
pmdk
1.8
->1.9
- (#12863) [pmdk] Update to 1.9
kangaru
4.2.2
->4.2.4
- (#12932) [kangaru] Update to v4.2.4
intel-mkl
2018.0.1
->2020.0.0
- (#12978) [intel-mkl] Update to 2020.0.0
fluidsynth
2.1.0
->2.1.4
- (#12974) [fluidsynth/redis-plus-plus] Update to the latest released version
redis-plus-plus
1.1.1
->1.1.2
- (#12974) [fluidsynth/redis-plus-plus] Update to the latest released version
openxr-loader
1.0.3.0
->1.0.11
- (#12060) [openxr-loader] Update to latest version, official repo
libmediainfo
20.03
->20.08
- (#12944) [libmediainfo] Update to 20.08
wt
4.2.2
->4.4.0
- (#13005) [wt] Update to 4.4.0
libjpeg-turbo
2.0.4
->2.0.5
- (#12973) [libjpeg-turbo] Update to 2.0.5
berkeleydb
4.8.30-4
->4.8.30
- (#12870) [berkeleydb] Fix build error with Visual Studio 16.7.0
libmodplug
0.8.9.0-5
->0.8.9.0
- (#12886) [many ports] Fix various problems with mingw
imgui-sfml
2.1-1
->2.1-2
- (#11800) [sfml][imgui-sfml] Push SFML_STATIC_LIBRARIES setting into
sfml
re2
2020-01-01
->2020-06-01
- (#13084) [grpc][upb][re2] grpc v1.31.1
upb
2019-10-21-2
->2020-08-19
- (#13084) [grpc][upb][re2] grpc v1.31.1
box2d
2019-12-31
->2.4.0
- (#13058) [Box2d] Update to 2.4.0
cpp-taskflow
2.2.0-1
->2.5.0
- (#12923) [cpp-taskflow] Update to 2.5.0
aubio
0.4.9-1
->0.4.9
- (#12921) [libsndfile] Update to 1.0.29
libfreenect2
0.2.0-4
->0.2.0
- (#13057) [libusb] Add vcpkg-cmake-wrapper
-- vcpkg team [email protected] THU, 27 Aug 02:20:00 -0800