aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-28[tre, libmagic] Windows + mingw support (#17769)Long Nguyen
* [tre] mingw support * [libmagic] Windows support * [libmagic] Apply @Neumann-A suggestions * [libmagic] Add host dependency Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [libmagic] Copy the magic file to the corresponding tools dir * [ci baseline] libmagic now passes * Update ports/libmagic/portfile.cmake * [libmagic] Import patch from MSYS2 * [vcpkg baseline] Update libmagic, tre Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@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-26[python3] Update to 3.9.5 (#17773)Christian Rendina
* [python3] update to 3.9.5 * [vcpkg] update baseline * [scripts] update to py 3.9.5
2021-05-26[docs] Replace 'git-tree' in fs registry docs with 'path' (#17727)Robert Schumacher
2021-05-26[libspatialindex] Update to 1.9.3 (#17506)Long Huan
* update to 1.9.3 * update version * fix static build failed * Update ports/libspatialindex/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * format * Update libspatialindex.json * Update ports/libspatialindex/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/libspatialindex/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update libspatialindex.json * Update ports/libspatialindex/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update libspatialindex.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-26[kf5dbusaddons] new port (#16564)Dawid Wróbel
* Add kf5dbusaddons port * Fixed kf5bbusaddons for windows * [kf5*] update to 5.75.0 * [kf5dbusaddons] convert CONTROL to manifest * [kf5dbusaddons] update to 5.81 * [kf5dbusaddons] update versions * [kf5dbusaddons] migrate to vcpkg_cmake_configure * [kf5dbusaddons] update versions * [kf5dbusaddons] disable parallel configure * [kf5dbusaddons] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
2021-05-26[kf5auth] new port (#16559)Dawid Wróbel
* Add kf5auth port * Fixed KF5Auth build for windows * [kf5*] update to 5.75.0 * [kf5auth] convert CONTROL to manifest * [kf5auth] update version * kf5auth: update to 5.81 * kf5auth: add version * [kf5auth] migrate to vcpkg_cmake_configure * [kf5auth] update versions * [kf5auth] disable parallel configure * [kf5auth] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
2021-05-26[simdjson] Fix dynamic usage (#16105)NancyLi1013
* [simdjson] Update to 0.8.1 * Update versions * Update to 0.8.2 * Update versions * Format vcpkg.json * Update versions * Update versions/s-/simdjson.json
2021-05-26[FLANN] Allow to be build as shared lib (#16724)Lars Glud
* Allow FLANN to be build as shared lib * Fix openmvg linking to FLANN * Fix pcl linking to FLANN
2021-05-26[imgui] Update to 1.83 version (#18100)Rémy Tassoux
* [imgui] Update to 1.83 version * [imgui] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-05-26[transwarp] add a new port (#18069)Yue
* [transwarp] Add a new port, transwarp, a header-only C++ library for task concurrency. * Update ports/transwarp/portfile.cmake * Update ports/transwarp/portfile.cmake * Update ports/transwarp/portfile.cmake * Update versions/t-/transwarp.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-26[openssl] [aws-c-common] Fix AWS SDK for C++ build on WASM32 and Android ↵Ahmed Yarub Hani Al Nuaimi
(#17348) * Add curl try_compile parameters Don't set compiler when compiling for iOS * Update OpenSSL and AWS SDK for C++ port versions * [vcpkg baseline][marble] Disable find I18n * update version record * Fix AWS C Common build for WASM32 * Fix OpenSSL build for WASM32 * Update AWS C Common and OpenSSL versions * Update versions/a-/aws-sdk-cpp.json * Update versions/o-/openssl.json * Fix port-versions after merging master branch * Fix port-versions after merging master branch * Update versions/o-/openssl.json * Update versions/a-/aws-sdk-cpp.json * Update versions/o-/openssl.json * Fix merge conflicts * Fix merge conflicts * Update ports/aws-c-common/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions/a-/aws-c-common.json * Update versions/o-/openssl.json * Update versions/o-/openssl.json * Update versions/o-/openssl.json * Update ports/openssl/CONTROL * Merge master branch and resolve merge conflicts * Disable -moutline-atomics in Android also * Revert line ending change * Fix version info Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-05-26[meson] fix build_machine (#17845)Alexandre Bique
2021-05-26[vcpkg] Remove workaround in Ci pipeline (#18119)Phoebe
2021-05-26[vcpkg/scripts/make] determine whether to use automake wrappers (#17215)huangqinjin
2021-05-26[scripts-audit] Rollup 2021-05-21 (#18112)nicole mazzuca
* [scripts-audit] vcpkg_acquire_msys (#17687) * [vcpkg.cmake] Change find_package function -> macro in order to shorten trace (#17997) switch from function to macro * [scripts-audit] z_vcpkg_apply_patches (#18013) * [scripts-audit] z_vcpkg_escape_regex_control_characters (#18013) * [scripts-audit] vcpkg_fail_port_install (#18054) Note that this change allows existing failures; it changes MATCHES to STREQUAL, meaning that vcpkg_fail_port_install(ON_ARCH "arm") now succeeds on arm64; this change in behavior is fine (IMO) since it strictly succeeds when it used to fail.
2021-05-26[vcpkg baseline][libtasn1] Fix static build (#18116)Jack·Boos·Yu
* [vcpkg baseline][libtasn1] Fix static build * update version record * update baseline * change the fix way to avoid other toolchain doesn't use VCPKG_X_FLAGS * Update versions/l-/libtasn1.json * Update ports/libtasn1/portfile.cmake * Update versions/l-/libtasn1.json
2021-05-26[geos] Relocatable geos-config; dynamic builds on Unix (#17616)Kai Pastor
* Provide geos-config, and fix dynamic builds on Unix * x-add-version * Fix debug suffix handling * Update git-tree * Don't build benchmarks * Revise pc file and geos-config handling Fixup pc files. Add -lgeos to Libs.private to satisfy common usage requirement (already present in geos-config). Install executable geos-config into tools. Rewrite geos-config relocatability as patch. * Port to non-deprecated cmake functions * Add usage * Update git-tree
2021-05-26[yomm2] new port (#17886)Fabien Péan
2021-05-26[Doc] Update binarycaching.md with clearer description (#18033)Augustin Popa
* Update binarycaching.md with clearer description We received user feedback about the binary caching feature not being clear. I rewrote some of the opening section to try to describe it better. Feedback is appreciated. * Apply suggestions from code review Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2021-05-26[vcpkg] Fix lib uuid handling for x64-mingw-dynamic (#17137)Kai Pastor
* Link static uuid on MiNGW * Trigger rebuild
2021-05-25[libtasn1] Add Windows support, update to 4.17 (#16953)Dawid Wróbel
* [libtasn1] add Windows support * [libtasn1] Supply absolute paths to standard headers in MSVC * [libgpg-error] only apply MSVC patch on Windows * [libtasn1] fix ar-lib issue * [libtasn1] fix #include in sys_types.h as well * [libtasn1] fix Windows builds * [libtasn1] update to 4.17 * [libtasn1] fail x64-windows-static-md builds for now * [libtasn1] update versions * [libtasn1] wrap paths in double quotes * [libtasn1] update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-05-25[xmlsec] add pkgconfig files (#16908)Dawid Wróbel
* [xmlsec] add pkgconfig files - also fixes the library filename, which is actually libxmlsec1. This follows the upstream naming scheme. * [xmlsec] convert CONTROL to manifest * [xmlsec] update versions * [xmlsec] update library name * [xmlsec] update versions
2021-05-24[jxrlib] Add usage and fix FindJXR.cmake (#17715)Jack·Boos·Yu
* [jxrlib] Add usage and fix FindJXR.cmake * update version record
2021-05-24[vcpkg] Update tls12-download.exe to 2021-05-05 version (#17978)Phoebe
2021-05-24[vcpkg_fixup_pkgconfig] Fix handling of empty fields (#17898)Kai Pastor
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[vcpkg_configure_make] Don't create empty elements in include path vars (#17970)Kai Pastor
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-24[libsodium] Fix mingw builds (#18025)pastdue
* [libsodium] Fix mingw builds * Run x-add-version libsodium
2021-05-24vcpkg_configure_meson: mingw build fix (#18026)pastdue
2021-05-24[vcpkg-cmake-config] Fix removal of files in `debug/share` (#18063)Kai Pastor
* Actually remove *empty* directories * Quote unused files individually * New version * x-add-version
2021-05-24[libgnutls] Disable tpm (#18070)Kai Pastor
* Disable tpm (not available in vcpkg) * Quote filepath expressions * x-add-version
2021-05-24[vcpkg baseline][asiosdk] Update the filename (#18087)Phoebe
* [asiosdk] Update the hash * Update the baseline * update the filename * update baseline version
2021-05-24[dav1d] fixup the installed pkgconfig files (#18078)Matthias C. M. Troffaes
* [dav1d] fixup the installed pkgconfig files * [dav1d] x-add-version
2021-05-24[openh264] fixup the installed pkgconfig files (#18077)Matthias C. M. Troffaes
* [openh264] fix pkgconfig files * [openh264] x-add-version * [openh264] x-add version (again)
2021-05-21[native supports-expr] docs changes (#16971)nicole mazzuca
2021-05-21[yasm-tool] Migrate to Host Dependencies (#16478)nicole mazzuca
* [yasm-tool] Fix usage of port to be host dependencies This allows mpg123, nettle, and gmp to support non-x86 windows manifest mode * fix gmp * oops * versions update
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[HarfBuzz] Update Port to 2.8.1 (#17273)Kirawi
* wip * wip * wip * wip * update version * fix port git-tree sha * wip * restart ci * restart ci * update to 2.8.1 * retry * Update harfbuzz.json Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-05-21[many ports] Update KF5 frameworks to 5.81 (#17268)Dawid Wróbel
* [many ports] Update KF5 frameworks to 5.81 * [many ports] Update KF5 versions * [kf5guiaddons] disable parallel configure * [kf5windowsystem] disable parallel configure * [many ports] Update KF5 versions * [kf5archive] disable parallel configure * [many ports] Update KF5 versions
2021-05-21[ffmpeg] add usage (#17284)autoantwort
* [ffmpeg] add usage * [ffmpeg] increase version * add version files * add version files * Trigger Build * add version files * Trigger Build * Trigger Build * Bump port-version. * Trigger Build * add version files * Trigger Build Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-05-21[spirv-tools] Update to v2021.1 (#17642)Charlie Barto
* bump spirv-tools version to 2021.1 * don't use MP4 * add version updates * remove check for static build (not supported) * inc version. * Update ports/spirv-tools/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/s-/spirv-tools.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-05-21[YARA] update to 4.1.0 (#17551)JonLiu1993
* [YARA] update to 4.1.0 * version update
2021-05-21[fltk] Update to 1.3.6 rc1 and fix osx build (#17586)Jack·Boos·Yu
* [fltk] Update to 1.3.6 rc1 * [fltk] Fix osx build failure * update patch * update version record
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-21[flashlight-cuda] Update port (#17645)Jacob Kahn
* [flashlight-cuda] Update port * Ran x-add-version --overwrite-version * remove usage, use vcpkg_fixup_cmake_targets * overwrite version * remove usage install * overwrite version * update port version * x-add-version * Update baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-05-21Update proxy failure hint (#17761)k1ee
* Update proxy failure hint * Format * Format * Format * Retry checks
2021-05-21[openimageio] Add dependency for feature tools (#17909)NancyLi1013
* [openimageio] Add dependency for feature tool * Update version files * Update vcpkg.json * Update versions/o-/openimageio.json * Add dependency for tools * Re-update versions/o-/openimageio.json