aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-10[xtensor] update to 0.23.9 (#18206)JonLiu1993
* [xtensor] update to 0.23.9 * update version * [xtl] update to 0.7.2 * update version * update patch * update version * Update ports/xtl/portfile.cmake * update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-10[aubio] mark fail on Windows (#18378)nicole mazzuca
* [aubio] mark fail on uwp * okay it's all of windows
2021-06-10[unittest-cpp] fix config.cmake file (#17122)JonLiu1993
* [unittest-cpp] fix config.cmake file * update version * update vcpkg.json * update version
2021-06-10[libvpx] Update to latest and add support for arm64 on macOS (#18183)Martin Vejdarski
* [libvpx] Update to latest and add support for arm64 on macOS * [libvpx] x-add-version * [libvpx] Restore patch line endings * [libvpx] x-add-version * Update ports/libvpx/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * [libvpx] x-add-version Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-06-10[yaml-cpp] Fix visibility attribute for ubuntu (#17728)Jafar Abdi
* Replace YAML_CPP_DLL with 1 iff the library is build as shared library & target is windows * Update port version * Run x-add-version
2021-06-10[aubio] Fix definitions issues when build with dependencies (#17353)Phoebe
* [aubio] Fix definitions issues when build with dependencies * Update baseline version * Update the dependency * Set default-features to false * Fix link error * Update the baseline version * Update the baseline version * Update the baseline version * Unset the debug postfix * Update the baseline version * Remove unused dependency * Update the baseline version
2021-06-10[vcpkg.cmake] add VCPKG_INSTALLED_DIR as a settable option (#16303)nicole mazzuca
this change does not actually make any changes, except that `VCPKG_INSTALLED_DIR` and sets `_VCPKG_INSTALLED_DIR`. In the future, we can start using `VCPKG_INSTALLED_DIR` completely.
2021-06-09[orocos-kdl] Export include path to targets (#18203)NancyLi1013
* [orocos-kdl] Export include path to targets * Update version files
2021-06-09[ccfits] Fix usage (#18197)Jack·Boos·Yu
* [ccfits] Fix usage * update version * fix header name * update baseline record
2021-06-09[tiff] Update to 4.3.0, improvements (#18187)Kai Pastor
* Format manifest * Update to 4.3.0 * Revise features and dependencies * Fix pc files * Quote filepath expressions * Switch to port vcpkg-cmake * Use features for vcpkg-cmake-wrapper * [selene] Don't warn/fail on using deprecated types from tiff * x-add-version * Use proper 'version' field * [selene] Format manifest * [selene] Modernize build file * Overwrite version and git-tree * Rebuild * Implement review comment * Overwrite git-tree * Rename cmake wrapper template * Overwrite git-tree
2021-06-09[libssh] disable gssapi (#18169)Matthias C. M. Troffaes
* [libssh] disable gssapi as it is not supported in the .pc file and thus breaks some dependencies such as ffmpeg * [libssh] x-add-version
2021-06-09[darknet] fix uselib_track tool installation (#18168)Stefano Sinigardi
* [darknet] fix uselib_track tool installation * [darknet] update refs
2021-06-09[gettext] Fix building for android (#18128)Matthias Kuhn
* Fix building gettext for android Taken from https://github.com/navit-gps/navit/pull/1087/files * Bump gettext port version
2021-06-09[libpng] fix Android ARM triplet build failure (#18115)Park DongHa
* [libpng] use check for PNG_ARM_NEON * arm-android build keeps failing * [libpng] add host dependency * [libpng] update baseline * [libpng] use 'version-string' * Update ports/libpng/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [libpng] update baseline Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-06-09[flashlight-cpu] Fix installation (#18089)Jack·Boos·Yu
* [flashlight-cpu] Fix installation * update version record * Fix dependencies * Update versions/f-/flashlight-cpu.json
2021-06-09Added a new port hexl. (#18043)Wei Dai
2021-06-09[hunspell] Fix build error on Windows (#18037)NancyLi1013
* [hunspell] Fix build error on Windows * Update ports/hunspell/portfile.cmake * re-factory win build * Drop support with UWP since the upstream doesn't add app bitset in vcxproj * update baseline * Update port-version * Update version files * Update version-string field as version * Re update versions/h-/hunspell.json Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-06-09[osgearth] Fix undefined references due to openjp2 and xml2 (#17993)Ankur Verma
* Fix osgearth * Fix linking * Update version files Co-authored-by: Ankur Verma <ankurv@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-06-09[highfive] Update to v2.3 (#17990)myd7349
* [highfive] Update to v2.3 * [highfive] x-add-version highfive * [highfive] Modernize * [highfive] x-add-version --overwrite-version highfive * [highfive] Do not build docs * [highfive] Bump version * [highfive] Update * [highfive] Bump version
2021-06-09[ffmpeg] use pkgconfig to get system dependencies for cmake (#17985)Matthias C. M. Troffaes
* [ffmpeg] use ffbuild/config.mak to get dependencies * [ffmpeg] bump port version * [ffmpeg] x-add-version * [ffmpeg] fix dependency issue on x64-linux * [ffmpeg] x-add-version * [ffmpeg] link order fix on linux * [ffmpeg] x-add-version * [ffmpeg] bump port version * [ffmpeg] x-add-version * [ffmpeg] exclude -lgcc and -lgcc_s (causes issues on azure for unknown reasons) * [ffmpeg] x-add-version * [ffmpeg] handle -lgcc and -lgcc_s appropriately * [ffmpeg] x-add-version * [ffmpeg] use x_vcpkg_pkgconfig_get_modules to get info, added some more fixes to generated for pkgconfig files * [ffmpeg] report dependencies (for now, helps debugging) * [vcpkg-pkgconfig-get-modules] bump port version * [ffmpeg] [vcpkg-pkgconfig-get-modules] x-add-version * [ffmpeg] fix variant issue * [ffmpeg] x-add-version * [ffmpeg] reformat manifest * [ffmpeg] x-add-version * [ffmpeg] remove duplicate avfilter library from dependencies * [ffmpeg] fix -pthread / -pthreads on linux * [ffmpeg] x-add-version * [ffmpeg] fix dynamic builds when no libraries need to be linked * [ffmpeg] x-add-version * [ffmpeg] disable openh264 on uwp when building all * [ffmpeg] x-add-version * [avcpp] fix uwp build failure due to deprecations treated as errors * [avcpp] bump port version * [avcpp] x-add-version * [avcpp] smaller patch * [avcpp] x-add-version * [ffmpeg] x-add-version
2021-06-09[luasec] new port (#17957)Stephen E. Baker
* Add port for luasec * Mark luasec:x64-windows-static as fail * Set versions for luasec
2021-06-09[szip, hdf5] Fix mingw import lib names, control linkage (#17941)Kai Pastor
* Format manifest, make port version explicit * Use standard mingw import lib names * Choose either static or shared binaries * Insert macro for dynamic linkage * Add szip pc file * Quote path expressions * Port away from deprecated cmake functions * x-add-version * Begin of hdf5 changes * Remove obsolete variables (complements 23eadeae) * Fix indentation and quoting expressions * Handle single-linkage szip configuration * Use mingw import lib names for hdf5 * Move dependencies to Requires in pc file * Port away from deprecated cmake functions * x-add-version hdf5 * Apply szip review comments * Update version * Improve pkgconfig patch to handle lists * Update git-tree
2021-06-09[raylib] update to 3.7 (#17932)JonLiu1993
* [raylib] update to 3.7 * update version * update vcpkg.json * update version * update vcpkg.json * update version
2021-06-09[scripts/vcpkgTools.xml] add specs for gsutil (#16462)Carlos O'Ryan
* [scripts/vcpkgTools.xml] add specs for gsutil * Address review comments
2021-06-09[libbson] fix cmake find (#14720)Francisco Facioni
2021-06-08Add VCPKG_MAKE_CONFIGURE_OPTIONS (that can be set in the triplet) (#18132)pastdue
* Add VCPKG_MAKE_CONFIGURE_OPTIONS that can be set in the triplet To append options to the configure command * Add documentation * Expand without quotes Co-Authored-By: ras0219 <533828+ras0219@users.noreply.github.com> * Add VCPKG_CMAKE_CONFIGURE_OPTIONS that can be set in the triplet Co-Authored-By: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Bump vcpkg-cmake port-version * Run x-add-version vcpkg-cmake * Apply suggestions from code review * [vcpkg-cmake] add version Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> 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> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-07[tgui] Fixed sfml feature (#18293)Bruno Van de Velde
* [tgui] Fixed sfml feature * Update version
2021-06-07[aws-sdk-cpp] [openssl] Fix iOS build (#17338)Ahmed Yarub Hani Al Nuaimi
* 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 * Update versions/a-/aws-sdk-cpp.json * Update versions/o-/openssl.json * Fix port-versions after merging master branch * Update versions/a-/aws-sdk-cpp.json * Update versions/o-/openssl.json * Fix merge conflicts * Merge master branch * Refactor OpenSSL's build script * Refactor OpenSSL's build script * Fix version * Fix WASM build * Fix version * Fix disabled flags * Disable treating warnings as errors * Disable treating warnings as errors * Fix hashes * fix indentation * [aws-sdk-cpp] use the powershell file to generate * Fix versions after merging * Fix versions after merging 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: nicole mazzuca <mazzucan@outlook.com>
2021-06-07[vcpkg] [Android]Compile armv6 with arm mode (#17962)talregev
* Compile amrv6 with arm mode * Update android.cmake
2021-06-05[vcpkg_download_distfile] fix download while in manifest mode (#18283)nicole mazzuca
When vcpkg detects a manifest root, it attempts to take a filesystem lock; this is a bug in `x-download`. We fix this bug by disabling manifests.
2021-06-04[google-cloud-cpp] update to latest (v1.28.0) version (#18246)Carlos O'Ryan
* [google-cloud-cpp] update to latest (v1.28.0) version * Address review comments * Revert "Address review comments" This reverts commit db47320dda0d15a02d9fc4e177f4ee355a5991b5.
2021-06-04[doc] document vcpkg_fixup_pkgconfig merging behaviour (#18091)Matthias C. M. Troffaes
* [doc] document vcpkg_fixup_pkgconfig merging behaviour * [doc] add source
2021-06-04[docs] vcpkg_from_github beast moved to boost-beast (#18106)Pratik Chowdhury
2021-06-04[vcpkg] Add experimental $X_VCPKG_ASSET_SOURCES for source caching (#13639)ras0219
* [vcpkg] Add experimental $VCPKG_X_READWRITE_MIRROR_URL_TEMPLATE for source caching * [vcpkg] Use prerelease version for testing * [docs] Add assetcaching.md * Revert bootstrap changes * [vcpkg_download_distfile] Deprecate SILENT_EXIT * cmake_parse_arguments() always defines option arguments * Adjust CI baseline * [vcpkg_download_distfile] Address CR comments, restore ARIA2 * [CI] Add source caching to Linux and OSX CI passes * [ci.baseline.txt] Skip chartdir on more platforms
2021-06-04Azure SDK Jun Release (#18271)Azure SDK Bot
* [azure-core-cpp] Update to 1.0.0 ## 1.0.0 (2021-06-04) ### Bug Fixes - Make `RequestFailedException` copiable so it can be propagated across thread. - By default, add `x-ms-request-id` header to the allow list of headers to log. * [azure-identity-cpp] Update to 1.0.0 ## 1.0.0 (2021-06-04) No API changes since `1.0.0-beta.6`.
2021-06-03[ffmpeg] Add support for arm64 on macOS (#18182)Martin Vejdarski
* [FFmpeg] Add support for arm64 on macOS * [ffmpeg] x-add-version * [ffmpeg] Rename version-string to version * [ffmpeg] x-add-version * minor fixes Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-03[vcpkg/scripts/make] correct linker flag name (#17084)huangqinjin
* [vcpkg/scripts/make] correct linker flag name * Trigger CI
2021-06-03[vcpkg] Don't override pkg-config prefix (#17205)Kai Pastor
* Don't override pkg-config prefix * Rebuild
2021-06-03[tomlplusplus] update to 2.4.0 (#18009)Mark Gillard
2021-06-03[bddisasm] new port (#18046)Anichitei Ionel-Cristinel
* Add bddisasm port Currently fetching bddisasm from my fork of the project * bddisasm: Build with BDD_INCLUDE_TOOL=OFF * bddisasm: Use PREFER_NINJA * bddisasm: Update REF * bddisasm: Don't use vcpkg_install_msbuild * bddisasm: Switch to release 1.32.1 from the bitdefender repo * Add the result of ./vcpkg x-add-version --all * Replace the control file with a manifest Converted with ./vcpkg format-manifest * Add more details to bddisasm/vcpkg.json Added port-version, license, homepage, documentation, and port mantainers * Fix bddisasm/vcpkg.json * Fix the version file * List arm as not supported * Update version file * Fail install on arm * Use the new vcpkg_cmake_* functions * Remove the LICENSE file * Fix version * Update version file * build only static library bddisasm only supports being built as a static library, so say that in the portfile Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-03[aricpp] new port (#18048)Daniele Pallastrelli
* [cli] Update the version to 1.1.1 * [cli] Update the version to 1.2.1 * [cli] Update the version to 1.2.1: fix PR requests * [aricpp] create a new port (#17162) * [cli] run the command: ./vcpkg x-add-version --all * [aricpp] change request for #18048 * Update ports/aricpp/portfile.cmake * [aricpp] change request for #18048 * Update ports/aricpp/vcpkg.json * Update ports/aricpp/vcpkg.json * Update versions/a-/aricpp.json * Update versions/a-/aricpp.json * [aricpp] port-version -> 0 Co-authored-by: Daniele Pallastrelli <daniele.pallastrelli@sadel.it> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-03[sundials] fix cmake targets to link bin/*.dll (#18178)nicole mazzuca
* [sundials] fix cmake targets to link bin/*.dll * version
2021-06-03[libavif] Create a new port (#18244)Dmitry Baryshev
* [libavif] Added libavif * [libavif] vcpkg x-add-version --all * [libavif] Fixed compilation error * [libavif] vcpkg x-add-version --all --overwrite-version * [libavif] Install CMake configs in static mode as well * [libavif] vcpkg x-add-version --all --overwrite-version * [libavif] Fixed port name * [libavif] vcpkg x-add-version --all --overwrite-version * [libavif] Update the CMake-related patch * [libavif] vcpkg x-add-version --all --overwrite-version
2021-06-03[sentry-native] Enable arm64 on macOS (#18184)Martin Vejdarski
* [sentry-native] Enable arm64 on macOS * [sentry-native] x-add-version * [sentry-native] Fix build issue with libcurl and crashpad for *-osx-dynamic * [sentry-native] x-add-version
2021-06-03[box2d] Update CMake arguments (#18185)Martin Vejdarski
* [box2d] Update CMake arguments * [box2d] x-add-version
2021-06-03[vcpkg docs] Update readme.md (#18253)Phoebe
* [vcpkg docs] Update readme.md * Update README.md * Update README.md Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-03[xmlsec]Update to 1.2.32 (#18199)SvenPStarFinanz
* Updating xmlsec to 1.2.32. Removing the need for patching the UWP build. * x-add-version for xmlsec * Using correct version string in vcpkg.json. Fixing bug on Windows build, xmlsec persists on lib prefix for the dll file. * Updating to latest commit.
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-03[igraph] update to 0.9.4 (#18213)Szabolcs Horvát
* igraph: update to 0.9.4 * igraph: x-add-version * improve formatting * x-add-version
2021-06-03[docs] Updated list of off-by-default features (#18258)Mats Taraldsvik