aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-07[proxywrapper] Remove proxywrapper package (#18692)shishirb-MSFT
* Remove proxywrapper package * [proxywrapper] Remove from baseline since there is no longer a tested version of the port Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-07-06[libzippp] Update to 4.1-1.8.0 (#18553)Cédric Tabin
Co-authored-by: Cédric Tabin <cedric.tabin@gmail.com>
2021-07-06[boost-modular-build-helper] Fix boost build toolchain options not being ↵omartijn
used (#18529) * Fix boost build toolchain options not being used The issue was due to the options only being set for the gcc toolchain, and then only for a specific version. On platforms defaulting to a different toolchain (e.g. macOS) this didn't work at all. Additionally, some missing flags were not propagated, in particular the CMAKE_OSX_DEPLOYMENT_TARGET, CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES * [boost-modular-build-helper] Apply CR comments Co-authored-by: Martijn Otto <git@martijnotto.nl> Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-07-06[xlsxio] new port (#18438)Ronald
* add port: xlsxio * vcpkg x-add-version xlsxio * fix deps * add vcpkg_fixup_pkgconfig() * Apply suggestions from code review To be consistent, `OUT_FEATURE_OPTIONS FEATURE_OPTIONS` in a new line, as in `vcpkg_from_git`. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/xlsxio/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * format * use date as version string * vcpkg format-manifest * Update ports/xlsxio/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * patch for dependency * fix typo * vcpkg x-add-version * remove feature wide * Update ports/xlsxio/vcpkg.json deprecate libzip that's an alternative and imperfect Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/xlsxio/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions/x-/xlsxio.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Remove x64-windows-cpp17 community triplet Co-authored-by: abc <a@b.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-07-06[ftxui] Add new port (fix #16327) (#18360)myd7349
* [ftxui] Add new port (fix #16327) * [ftxui] x-add-version ftxui * [ftxui] Drop UWP support * [ftxui] Update to 2021-06-16 * [ftxui] Overwrite version * [ftxui] Try to fix linux and macOS build * [ftxui] Overwrite version * [ftxui] Fail fast on UWP * [ftxui] Clean version file * [ftxui] Overwrite version * [ftxui] Update to 2021-06-17 * [ftxui] Overwrite version * [ftxui] Remove debug/share * [ftxui] Overwrite version * [ftxui] Quote paths * [ftxui] Overwrite version
2021-07-06[mapbox-wagyu] add new port (#18771)Mathis Logemann
* add wagyu * add versions * update hash * update versions
2021-07-06 [irrlicht] Add OSX support (#18725)Artem Shubovych
* Fix Irrlicht compilation on OSX * Update port description * Update portfile instructions * Update version * Fix patch files * Add missing cmake dependencies * Remove obsolete comment * Update version * Remove OBJCXX language from project definition to prevent Windows builds from failing * Update versions * Code review tweaks * Update version * Update versions/i-/irrlicht.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix qt5-3d build failure on OSX * Update qt5-3d version * Update port-version for qt5-3d * Update version for qt5-3d * [qt5-3d] Revert modification to previous version entry Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-07-06[crow] update to v0.3+1 (#18706)Luca Schlecker
Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2021-07-06[exiv2] update to 0.27.4 (#18750)JonLiu1993
* [exiv2] update to 0.27.4 * update version
2021-07-06[google-cloud-cpp] update to latest release (v1.29.0) (#18759)Carlos O'Ryan
2021-07-06[ffmpeg] fix LGPL build, disable avisynthplus on static builds (#18803)Matthias C. M. Troffaes
* [ffmpeg] do not pull in postproc for LGPL build * [ffmpeg] disable avisynthplus on static builds (as it is not functional) * [ffmpeg] bump port version * [ffmpeg] x-add-version
2021-07-06[Qt6] Update to 6.1.2 (#18787)Alexander Neumann
* update qt to 6.1.2 * version stuff
2021-07-06[paho-mqtt] update to 1.3.9 (#18765)JonLiu1993
* [paho-mqtt] update to 1.3.9 * update version * revert patch format * update version
2021-07-06[sdl2-mixer] Add fluidsynth feature (#18826)JackMacWindows
* [sdl2-mixer] Add fluidsynth feature * [sdl2-mixer] Add fluidsynth feature * [sdl2-mixer] Add fluidsynth feature * Updated versions & fixed style * Fixed version hash
2021-07-06[binarycaching.md] Improve Azure DevOps example (#18807)Julian Xhokaxhiu
Add a missing, but required task for Azure DevOps Pipelines, to automatically authenticate against the Artifacts registry. This should help any vcpkg newcomer to integrate easily.
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[hdf5] Fix linking order in pc file (#18825)Kai Pastor
* Fix link order in pc file * x-add-version
2021-07-06[vcpkg baseline][cnl] Disable tests (#18767)Phoebe
2021-07-06[klein] create a new port (#18279)João Maia
* [klein] new port * [klein] Replace version-string by version * [klein] Add call to vcpkg_fixup_pkgconfig() * [klein] Replace klein by ${PORT} * [klein] Add patch to avoid using FetchContent * [klein] Change version to version-date * update version * Apply suggestions from code review Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update git-tree version Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-07-01[vcpkg.cmake] fix X_VCPKG_APPLOCAL_DEPS_INSTALL (#18607)nicole mazzuca
* [vcpkg.cmake] fix X_VCPKG_APPLOCAL_DEPS_INSTALL * Billy CR
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[rmlui] Add Rmlui library (#18409)Michael R. P. Ragazzon
* Add RmlUi port * Update versions * Fix uwp build * Update versions * Add maintainers to manifest * Update version * Update ports/rmlui/portfile.cmake Co-authored-by: Noam Chitayat <noam-c@users.noreply.github.com> * - Update to RmlUi 4.1, fixes some issues with missing dependencies. - Add robin-hood-hashing as dependency, replacing built-in copy. - Only need FreeType core. - Static library definition now replaced in-source. * Fix config name * Change source in current packages directory * Use robin_hood.h included from vcpkg * Move source modifications to robin_hood patch * Fix path in patch Co-authored-by: Noam Chitayat <noam-c@users.noreply.github.com>
2021-07-01[OpenSSL] support for "no-autoload-config" config option (#18389)Lev Stipakov
* [OpenSSL]: support for "no-autoload-config" config option OpenSSL has "no-autoload-config" config option, which disables automatic config loading: https://github.com/openssl/openssl/pull/5959 This patch allows to set above option via variable in custom triplet: # build-openssl-no-autoload-config.cmake set(OPENSSL_NO_AUTOLOAD_CONFIG ON) and use it like: vcpkg install --overlay-triplets=<path-to-triplets> \ openssl:build-openssl-no-autoload-config Signed-off-by: Lev Stipakov <lev@openvpn.net> * [OpenSSL] bump version Signed-off-by: Lev Stipakov <lev@openvpn.net>
2021-07-01[tgui] Fix feature tool dependency (#18724)Jack·Boos·Yu
* [tgui] Fix feature tool dependency * update version record
2021-07-01[bzip2] Update repository (#18705)NancyLi1013
* [bzip2] Update repository * Update version files
2021-07-01[libxml2] Fix target (#18714)bucurb
* fix LibXml2 target dependencies * updated version files
2021-07-01[ffmpeg] multi arch support (#18635)omartijn
* Expand Architecture list with escape chars This expands the architecture lists with escape characters. When building FAT binaries for macos using multiple architectures in the values they need to be escaped otherwise they are passed on to CMake incorrectly #14932 * Adding the architecture fix to vcpkg-cmake port updating port vcpkg-cmake version * updated version in baseline * Allow building ffmpeg for multiple architectures on macOS Since ffmpeg does _not_ support multi-arch builds due to their use of autotools and config.h which then includes the wrong platform-dependent functions, we must perform two separate builds and join them using lipo * fixup! Allow building ffmpeg for multiple architectures on macOS * fixup! Allow building ffmpeg for multiple architectures on macOS Co-authored-by: Sander Cox <sander@paralleldimension.nl> Co-authored-by: Martijn Otto <martijn@resolume.com>
2021-07-01[vcpkg] Expand Architecture list with escape chars (#18156)Sander Cox
* Expand Architecture list with escape chars This expands the architecture lists with escape characters. When building FAT binaries for macos using multiple architectures in the values they need to be escaped otherwise they are passed on to CMake incorrectly #14932 * Adding the architecture fix to vcpkg-cmake port updating port vcpkg-cmake version * updated version in baseline
2021-07-01[recast] Export unofficial target (#18671)Jack·Boos·Yu
* [recast] Export unofficial target * update version record * Export INTERFACE_INCLUDE_DIRECTORIES * Export more include dirs. * Update versions/r-/recast.json
2021-07-01[protobuf] Fixed protoc path (#18741)bucurb
* fixed protoc path * bumped version
2021-07-01[mongo-c-driver] Fix for custom VCPKG_BUILD_TYPE (#18569)Johannes Schönberger
* Fix mongo-c-driver for custom VCPKG_BUILD_TYPE * Update version * Update ports/mongo-c-driver/portfile.cmake * Update versions/m-/mongo-c-driver.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-01[seal] Fixed cannot find SEAL. (#18596)Wei Dai
* Fixed cannot find seal. * Updated versioning.
2021-07-01[Vc] Update to 1.4.2 (#18601)Bernhard Manfred Gruber
2021-07-01[sentry-native] Update to 0.4.10 (#18627)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-07-01[fmt] Fix an easily avoidable compilation warning (#18622)Matt Haynie
* Fix an unconditional #pragma warning breaking other compilers. * Increase fmt version * re-ran vcpkg x-add-version --all --overwrite-version, this time it produced a different result for some reason
2021-07-01 [libdatachannel] Fix usage (#18621)NancyLi1013
* [libdatachannel] Fix usage * Update version files
2021-07-01[morton-nd] Update to v4.0.0. (#18652)Kevin Hartman
* Update morton-nd to v4.0.0. * Update baselines.
2021-07-01[socket-io-client] update to 3.0.0 (#18646)JonLiu1993
* [socket-io-client] update to 3.0.0 * update version * update patch file * update version
2021-07-01[drogon] Update to 1.7.1 (#18643)An Tao
2021-07-01[spdlog] Do not build examples (#18639)Daumantas Kavolis
* Don't build spdlog examples * Update port version
2021-07-01[geographiclib] Update to version 1.52 (#18694)Charles Karney
* [geographiclib] Update to version 1.52 * run ./vcpkg x-add-version geographiclib * ports/geographiclib/vcpkg.json: version-string -> version * Another iteration with x-add-version
2021-07-01[README_ko_KR.md] Fix typo for korean doc (#18673)goyarn
원도우 -> 윈도우
2021-07-01[json-dto] Update to 0.2.13 (#18710)eao197
* json_dto updated to 0.2.13. * x-add-version for json-dto.
2021-07-01[asio] update to 1.18.2 (#18728)Mathis Logemann
* [asio] update to 1.18.2 * update versions
2021-07-01[libressl] update to 3.3.3 (#18729)Yuriy O'Donnell
Resolves #18682
2021-07-01[tbb] Remove ability to disable exception support in TBB runtime (#18740)aggieNick02
* After filing an issue with TBB (https://github.com/oneapi-src/oneTBB/issues/414), I found out that building the library with exceptions explicitly disabled as I had added support for had gone from not officially supported to more explicitly disallowed * update tbb port-version * run x-add-version
2021-07-01[nettle] Remove from ci.baseline.txt (#18745)NancyLi1013
* [nettle] Test on x64 windows * Revert the changes for nettle
2021-07-01[halide] Fix several issues with the Halide port after v12 (#18747)Alex Reinking
* Fix several issues with the Halide port after v12 1. Use vcpkg-cmake and vcpkg-cmake-config ports 2. Fix usage file to point to relevant documentation 3. Remove OpenGL feature (Halide 12 dropped support) 4. Drop VCPKG_POLICY_EMPTY_PACKAGE 5. Set new Halide packaging variables for better vcpkg compliance. * update versions
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-07-01[vcpkg baseline][simage] Update to 1.8.1 (#18645)NancyLi1013
* [simage] Update to 1.8.1 * Format manifest and update version files * Revert the changes for arm and uwp in ci.baseline.txt * Update versions/s-/simage.json * Update ports/simage/portfile.cmake * Update ports/simage/portfile.cmake * Update ports/simage/portfile.cmake * Update versions/s-/simage.json * Add options to packages * Update versions/s-/simage.json * Update portfile.cmake * Update versions/s-/simage.json * Update portfile.cmake * Update versions/s-/simage.json * [simage] Reorganize all features, add features * Install tool simage-config on non-Windows * fix typo * Add supports field and update ci.baseline.txt * Update versions/s-/simage.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>