aboutsummaryrefslogtreecommitdiff
path: root/versions/c-
AgeCommit message (Collapse)Author
2021-07-22[cpp-httplib] Update library to 0.9.1 (#18972)Leonid Pospelov
* Bump cpp-httplib version to 0.9.1 * Run x-add-version
2021-07-22[crow] update to 0.3.2 (v0.3+2) (#18974)Luca Schlecker
Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2021-07-20[rollup] Rollup PR 2021-07-16 (#19001)nicole mazzuca
* [rollup:2021-07-16 1/7] PR #18201 (@JackBoosY) [vcpkg-cmake] Add check for unused cmake variables * [rollup:2021-07-16 2/7] PR #18397 (@strega-nil) [vcpkg_list] add new function * [rollup:2021-07-16 3/7] PR #18782 (@strega-nil) [scripts-audit] vcpkg_build_ninja * [rollup:2021-07-16 4/7] PR #18784 (@strega-nil) [scripts-audit] vcpkg_minimum_required * [rollup:2021-07-16 5/7] PR #18785 (@strega-nil) [scripts-audit] vcpkg_replace_string * [rollup:2021-07-16 6/7] PR #18786 (@strega-nil) [scripts-audit] windows scripts * [rollup:2021-07-16 7/7] PR #18945 (@strega-nil) [many ports] remove deprecated vcpkg_check_features call [1/5] Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-07-16[Faiss] Fix dependencies (#18780)bucurb
* fixed targets * bumped port version * updated sha * lapack-reference should always write into lapack * lapack-reference sha * Fixed clapack target * versions * sha * ensure cmake finds the cuda compiler * sha
2021-07-16[c4core, ryml] Add windows arm/arm64 support (#18316)Richard Yu
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-15[cairo] Fix static cairo builds (#18103)Alexander Neumann
* fix static cairo builds * remove outdated patch * version stuff * try getting cairo back into static CI builds
2021-07-15[czmq] Update to v4.2.1 (#17989)myd7349
* [czmq] Update to 4.2.1 * [czmq] vcpkg x-add-version czmq * [czmq] Quote paths * [czmq] Overwrite version * [czmq] Fix curl winldap linkage when built as static library * [czmq] Overwrite version * [czmq] Fix dependencies * [czmq] Overwrite version * [czmq] Modernize * [czmq] Overwrite version
2021-07-07[cctag] Add new port (#16719)Simone Gasparini
* [cctag] add port * [cctag] using version-semver * [cctag] fix for multithreaded compilation * [cctag] update ci.baseline * [cctag] fix format json * [cctag] fix version with semver * [cctag] update version sha * [cctag] v1.0.0-rc2 * [cctag] v1.0.0-rc3 with vcpkg_copy_tools(), much simpler * [cctag] update port file * [cctag] v1.0.0-rc4 * [cctag] update version file * [cctag] v1.0.0 * [cctag] update version file v1.0.0
2021-07-06[crow] update to v0.3+1 (#18706)Luca Schlecker
Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2021-07-06[catch2] Fix linux build in NTFS fs (#18814)LE GARREC Vincent
file(RENAME Camel lower) works fine when running vcpkg in Windows Powershell with triplet x64-windows in NTFS fs. file(RENAME Camel lower) does not work fine when running vcpkg in WSL with triplet x64-linux in NTFS.
2021-07-06[vcpkg baseline][cnl] Disable tests (#18767)Phoebe
2021-07-01[cnl] Update to version 1.1.7 (#18439)mathijs727
* [cnl] update to version 1.1.7 * Update baseline.json * Update ports/cnl/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/cnl/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update HEAD_REF to point to main * Bump port-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Run vcpkg x-add-version cnl * Update versions/c-/cnl.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/cnl/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/baseline.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/c-/cnl.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update git tree with vcpkg x-add-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-01[curl] Fix linker flags in curl-config and libcurl.pc for osx (#17790)Kai Pastor
* Fix exported framework linker flags for osx * x-add-version * Remove cmake version check * Update git-tree
2021-06-21[ CGAL] Update version to 5.2.2 (#18387)Maxime GIMENO
* Update to CGAL 5.2.2 * x-add-version * Reset port version to 0 * x-add-version * Update versions/c-/cgal.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-06-21[cpr] Update to 1.6.2 (#18386)NancyLi1013
* [cpr] Update to 1.6.2 * Update version files * Update patch * Update verison files * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json * Fix build error on uwp * Update versions/c-/cpr.json * Add condition for uwp patch * Update versions/c-/cpr.json * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json
2021-06-15[ryml] [c4core] Update RapidYaml (ryml) to newer version (#18230)Michael Goulding
* remove old port version * fix versions yet again Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com>
2021-06-11[clapack] Remove broken host-arithchk (#17573)Robert Schumacher
2021-06-11[crow] update to v0.3 (#18315)Luca Schlecker
2021-06-11[coolprop] Fix usage, re-fix installation (#18305)Jack·Boos·Yu
* [coolprop] Fix usage, re-fix installation * update version record * Update ports/coolprop/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/c-/coolprop.json * Update versions/c-/coolprop.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-11[cpp-base64] Upgrade to V2.rc.08 (#18278)Tosone
2021-06-11[cpp-httplib] Upgrade to v0.8.9 (#18277)Tosone
2021-06-09[ccfits] Fix usage (#18197)Jack·Boos·Yu
* [ccfits] Fix usage * update version * fix header name * update baseline record
2021-06-03[cppgraphqlgen] bump version to 3.6.0 (#18200)Bill Avery
* [cppgraphqlgen] bump version to 3.6.0 * Run vcpkg x-add-version cppgraphqlgen
2021-06-02 [comms,commsdsl,comms-ublox] update ports (#18239)Mathis Logemann
* [comms,commsdsl,comms-ublox] update ports * added versions
2021-06-01[cpu-features] Fixed and updated cpu-features. (#18101)Wei Dai
* Fixed and updated cpu-features. * Update ports/cpu-features/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Updated versioning. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-28[vcpkg.cmake] Cleanup every special case in the find_package override (#18047)Alexander Neumann
* move boost out of the toolchain * move icu out of the toolchain * remove CURL from the toolchain (was already unreachable?) * remove gsl from toolchain * remove grpc from toolchain * version stuff * fix indent and missing endif() * version stuff * Revert changes to vcpkg.cmake * push port version * version stuff
2021-05-24[ctp] New version v6.6.1_P1_20210406_se (#17969)Vincent Gao
Co-authored-by: Vincent Gao <xgao1023@outlook.com>
2021-05-24[cudnn] Add library path (#18005)NancyLi1013
* [cudnn] Add library path * Update version files * Install vcpkg-cmake-wrapper.cmake and fix typo error in FindCUDNN.cmake * Update versions/c-/cudnn.json
2021-05-24[curl] Fix mingw to default to winssl (matching windows builds) (#18024)pastdue
* [curl] Fix mingw to default to winssl (matching windows builds) * Run x-add-version curl
2021-05-21[catch2] updated catch2 to version 2.13.6 (#17435)georg-emg
* - updated catch2 to version 2.13.6 - replaces catch2 CONTROL file with proper manifest * vcpkg x-add-version catch2 * fixed the portfile to REALLY update catch2 to version 2.13.6 * vcpkg x-add-version catch2 --overwrite-version * fixed the portfile AGAIN to REALLY REALLY update catch2 to version 2.13.6 this time * vcpkg x-add-version catch2 --overwrite-version * updated hash in portfile.cmake for catch2 * vcpkg x-add-version catch2 --overwrite-version * Update version-string as version-semver * Update versions/c-/catch2.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-05-21[cfitsio] Fix pc files (#17696)Kai Pastor
* Add missing details to cfitsio pc files * Modernize vcpkg_check_features usage * Add CMAKE_DEBUG_SUFFIX=d * x-add-version * Revert CMAKE_DEBUG_SUFFIX * x-add-version * Use Requires.private instead of Requires * Update version
2021-05-19[vcpkg baseline][many ports] Fix build error (#17983)Jack·Boos·Yu
* [vcpkg baseline][wxwidgets] Fix build error * [mlpack] Fix configure error (upstream bug) * [vcpkg baseline] [embree2/embree3] Set cmake policy * Remove control file * Update baseline version * [mlpack] Re-write the dependency * [mlpack] Remove dependency boost-test since only feature test need it, add more boost dependencies. * [mlpack] Add dependency boost-heap * [mlpack] Fix uwp build * update version record * [mlpack] Revert uwp fix * update version record * [mlpack] Remove dependency boost-test * update version record * update baseline * [clamav] Update hash * update version record Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-05-18[cudnn] Fix port: install find module, add usage (#17644)Jacob Kahn
* [cudnn] Fix port * [cudnn] Update version * x-add-version again...
2021-05-13[curl] Fix android builds. Greatly simplify pkgconfig handling. (#17418)ras0219
* [curl] Fix android builds. Greatly simplify pkgconfig handling. * [curl] Fix permissions on curl-config * [curl] Fix missing assigment in replacement * [curl] Update version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-05-13[cairo] fixes cross compilation problems (#17846)Alexandre Bique
https://gitlab.freedesktop.org/cairo/cairo/-/issues/481
2021-05-12[vcpkg baseline][chartdir] Update version to 7.0.0 (#17797)Cheney Wang
* [chartdir] Update version to 7.0.0 * Update json file Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-05-06[cryptopp] Update to 8.5.0 (#17533)Owen Rudge
* [cryptopp] Update to 8.5.0 * [cryptopp] Update versions * Update versions/c-/cryptopp.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-06[cairo] update to 1.17.4 (#17620)Alexander Neumann
* [cairo] update to 1.17.4 * fix format * version stuff * remove patches and cairo-trace * version stuff * version stuff
2021-05-05[cpuinfo,fbgemm,nnpack] update to latest source version and rename targets ↵Park DongHa
(#17063) * [cpuinfo] update to latest * [cpuinfo] update baseline and port SHA * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [cpuinfo] update port SHA * [cpuinfo] recover find_package * fixup target path to `share/unofficial-cpuinfo` * change IMPORTED target name to `unofficial::cpuinfo::cpuinfo` * [fbgemm] resolve failure after cpuinfo rename * change cpuinfo::cpuinfo to unofficial * [fbgemm] update port version * [nnpack] use changes target name * [nnpack] update port-version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-03[cairo] Windows: Fix cairo dll definition (#17596)Alexander Neumann
* [cairo] fix def name for dll * version stuff * use same approach as the fontconfig fix * update version
2021-04-30[comms,commsdsl] update ports (#17581)Mathis Logemann
* [comms, commsdsl] update to new version * update versions
2021-04-29[CGAL] Fix the configuration file (#17300)Maxime GIMENO
* Remove the CGALConfig.cmake in /lib/cgal to only keep the original stuff in /share/cgal. This will fix the missing CGAL_VERSION. * Update CONTROL version * update baseline version
2021-04-29[comms, commsdsl] update ports (#16415)Mathis Logemann
* update comms * update versions * commsdsl is dynamic only * update version * fail on static * update version * use version-semver instead of version-string * update versions
2021-04-26[glib up to gtk] update and make it work with meson (#13100)Alexander Neumann
* update glib to meson * update ci baseline * update glib to 2.66.3 remove cmakelists * fix some minor meson issue but meson is still a mess * add_bin_to_path to vcpkg_install_meson * regen docs * try fixing/touching all glib dependent ports * fix libsigcpp-3 version * fix glibmm * fix gmime * fix libcroco * update libnice * fix atk build * update harfbuzz * fix few builds * update libxmlpp * fix gdk-pixbuf * fix gts * gts add patch * remove old libsigcpp * add missing comma * fix supports logic * fix name mismatch * restore original ci baseline. * fix a lot of small details. increment controls. * fix harfbuzz & glib * bump port version * update port_versions * fix version field * update versions * fix glib in harfbuzz * update port versions * silly uppercase type * update port-versions * fix cairo build * update version * fix atk * update atk port-verisons * fix gts public includes * update versions * fix cairomm * fix pango * fix ignition * update versions. * fix gtk * fix librsvg * update versions * fix atk linux * fix libgpod * update versions * fix lcm * fix librsvg * update pango and pangomm * update pango to meson * more updates * update pixman * fix cairo * fix cairo * some fixes * reorder meson a bit * add none.txt for meson * fix x86_x64 to x86 "cross" builds * add tiff pkgconfig * update gdk-pixbuf * fix tiff and jpeg * add graphene * fix gdk-pixbuf * add sassc * update gtk * fix cairo complete build * add harfbuzz inlcude in pango since meson does not add it into pkgconfig. * fix gtk build. Remaining issue fix install script. * fix gtk build * fix io2d * add supports field * fix cartographer? * fix librsvg build * fix gtk build * fix cartographer * fix sassc on linux * fix tiff and libjpeg pc files * fix pixman x86 * _isnanf is undefined on arm- * merge fix for make on arm64 * fix gdk-pixbuf on arm64-windows * pixman remove test/demos. should fix it on osx. * [vcpkg_install_meson] add bin to path to run code generators * [vcpkg_configure_meson] deactivate native compiler in cross builds make x86 on x86_x64 a native instead of a cross build (as long as we are not building for UWP) * pixman reenable UWP support. * pixman reenable arm support * add pixman:arm-uwp=fail to baseline * update gtkmm * remove double whitespaces * gtk baseline gtk dependency on cairo x11 remove double spaces in flags * fix linux build * native none again * cairo fix cairo-script.pc * comment out patch since the cairo changes should have fixed it. * disable wayland backend in GTK since CI is missing system packages * silly typo in cairo pc file correction install lzo pc on windows * remove double spaces in _FLAGS remove unnecessary comments * actually disabling wayland backend * fix glib codegen issue having the wrong path * try to fix paths in glib codegen * integrate changes form #12860 * add the uwp patch back in * deactivate extra harfbuzz shapers. * vcpkg x-add-version --all --overwrite-version * remove patches in tesseract. * fix version * rerun add-version * add libgpod:x64-linux=fail to baseline due to missing system tools/libraries * change regex to take double - into account. * run x-add-version * run format-manifest * add missing removal of multiple spaces back into the regex * remove ws diff change * fix gtkmm the upstream way * remove ws to reduce diff * make glib build on osx * format manifest * run x-add-version * add pthread dependency * update baseline due to glib compiling on osx now. * add meson as a dep to glib * - add glib host dependencies - switch to manifest of touched ports * switch to manifest. * [libxml2] add gnuinstalldirs * [libxml2] add missing include of GNUInstallDirs * add version info * add include dir to pc files .... * update version * add UWP as crosscompiling target * Apply suggestions from code review * trying to fix cairo pthread detection on osx. * fix libmicrohttpd by adding the required system frameworks on osx * fix poppler by not removing the CXX standard * fix missing coretext header from harfbuzz in pano * fix formating issues * fix librsvg on osx * revert version changes * bump version * version stuff. * fix graphene version stuff * fix version stuff * removing ports from ci baseline to cause me pain * move cairomm:x64-linux=fail to gtkmm:x64-linx=fail remove pangomm:x64-osx=fail * fix typo * revert ws changes to vcpkg_install_meson * update port version after merge * version stuff * fix fluidsynth by adding vcpkg_check_features * move cairo to ci baseline on osx * version stuff * fluidsynth corrections * more version stuff * apply code review changes * clean version stuff. * update version stuff * code review cleanup * version stuff * formating * update version stuff again * remove gdi again * version stuff * version stuff * version baseline * Apply strega-nil suggestions from code review * run x-add-version * reset versions to upstream/master * v8 CONTROL -> json * reset fluidsynth to upstream/master * first batch of version-string -> version conversion * second and last batch of version-string -> version conversions * update version stuff * disable gdi feature in harfbuzz (missing user32 linkage in qt5-base) * version stuff * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * more CR stuff * update versions * back out provision changes so that pr can be merged. Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-04-26Update VMs, CMake to 3.20.1, CUDA to 11.3, and pwsh to 7.1.3 (#17331)Billy O'Neal
* Update to CUDA 11.3 on Windows. * Update PowerShell to 7.1.3. * Update CUDA to 11.3 on Linux. * "Explode" VM provisioning scripts for more consistent feedback during deploy. This resolves the deployment script often hanging with no feedback as to why. * [libdatachannel] Fix use of deprecated result_type typedef. Submitted upstream as https://github.com/paullouisageneau/libdatachannel/pull/413 * [libvpx] Get the libvpx outputs from the correct place. (Perhaps VS2019 version 16.10 moved where these are placed? I've been defensive and left an attempt to find from the old location in place.) * [chromaprint] Support implementations where lrintf is an intrinsic. * Add provision-entire-image script. * [cudnn] Disable download-on-the-fly due to licensing concerns. * Add libnccl to Linux VMs. * [wangle] Disable x64-windows due to an ICE. * [cmake] Update cmake to 3.20.1 to avoid https://gitlab.kitware.com/cmake/cmake/-/issues/21571 race * [libudis86] Fix passing a bogus working directory which fails on CMake 3.20.x * [dartsim] Disable unit tests, examples, and tutorials, some of which have CMake authoring errors rejected by 3.20.1. * Add thrust to the cuda installees. * [tensorflow] Put .bzl in CURRENT_BUILDTREES_DIR to avoid running out of disk space in CI and to respect --clean-after-build. * [dimcli] Skip port broken by changes in VS2019 project system. * [upb] Disable an additional warning. * [libhv] Fix typo DISABLE_PARALLEL => DISABLE_PARALLEL_CONFIGURE * Update pools
2021-04-23[cub] update to 1.12.0 (#17355)JonLiu1993
* [cub] update to 1.12.0 * update version
2021-04-19[corrade] Fix VS2019 build error (#17356)NancyLi1013
* [corrade] Fix VS2019 build error * Update versions
2021-04-19[aws-cpp-sdk] [zlib] [openssl] [curl] Fix zlib, OpenSSL, curl and AWS SDK ↵Ahmed Yarub Hani Al Nuaimi
for Android (#15725) * Fix Android build * Add versioning support * Disable building tests for cURL * Fix patch file * Fix patch file * Fix patch file * Fix versioning * Fix patch file * [aws-sdk-cpp] Update patch * update baseline * Fix dependencies * Simplify Android configuration * Simplify Android configuration * Simplify Android configuration Add alternative Git CMake script * Bump port version * Bump version files * Remove redundant file * Bump port version * Fix version files * Do not build curl, zlib and OpenSSL * Typo de pkgconfig script * Fix cURL build for Android * Add required flags * Revert macro change * Fix curl build for other platforms * Fix curl build for other platforms * [vcpkg baseline][gsoap] Update to 2.8.111 * Update versions * [ktx/otl] Update download hash * update version record * Fix curl build for other platforms * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Remove FingGit * Fix configuration step * Bump cURL port version * Bump cURL port version * Bump AWS SDK C++ version * Bump AWS SDK C++ version * Bump AWS SDK C++ version * Bump AWS SDK C++ version * Update ports/curl/CONTROL * Update ports/curl/portfile.cmake * update baseline record * Fix Git * update version record * Typo * Fix cross-platform builds of OpenSSL on MinGW/Windows * Update version * Fix version * update doc * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/aws-sdk-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Add debug libraries to curl for Android Simplify OpenSSL patch for curl Update OpenSSL's port version * Update aws-sdk-cpp, curl, and OpenSSL versions * Fix libssh after latest update * Update libssh version * Update libssh version * Update ports/libssh/portfile.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update ports/curl/portfile.cmake Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Update ports/libssh/portfile.cmake * Apply suggestions from code review * Use correct variables for OpenSSL libraries when building curl for Android Fix zlib building for Android Remove redundant patch comments * Bump zlib's port version * Update zlib, libssh, and curl versions * [vcpkg baseline][popsift] Fix vcpkg_find_cuda.cmake path * update version record * Update versions/o-/openssl.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-19[catch2] Fix share/catch2 directory name conflict (#17271)Michael Wild
Catch2 installs into share/Catch2/ and lib/cmake/Catch2. The vcpkg_fixup_cmake_targets() function tries to move the contents from the latter directory to share/catch2, i.e. differing in case w.r.t. the former. On Linux this results in both names being present. On pure Windows the first name "wins". It breaks in a Linux Docker container where the installation root is located on a bound directory that is on a case-insensitive file system, such as from a host running Windows. Fixes: #17228.
2021-04-19[cairo,cairomm] add fontconfig and quartz feature, raise cairo version (#16825)Alexandre Bique