aboutsummaryrefslogtreecommitdiff
path: root/versions
AgeCommit message (Collapse)Author
2021-02-11[ashes] Update to 2021-09-02 (#16148)Sylvain Doremus
* [ashes] Update to 2021-09-02 * Fixed version file. * Updated basaeline
2021-02-11[wxWidgets] Fix issue with port usage (#16154)Vitalii Koshura
Fixed issue when necessary header file was not installed that leaded to this error: `\vcpkg\installed\x64-windows-static\include\wx\platform.h(160,10): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory` Also fixed string replace enumeration to include only *.h files because otherwise for some reason *.cur file was messed up. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-02-10[functions-framework-cpp] populate license field (#16163)Carlos O'Ryan
2021-02-10[fast-float] Add new port (#16144)georg-emg
* added a port for the fast_float library * Updated fast_float to version 0.8.0 * Added version files for fast-float * Added newline at end of file * Updated git-tree entry after change * Fixed line endings * Updated tree after change * ran vcpkg x-add-version --all to fix versions for log4cpp, which were broken for some reason.
2021-02-10[glfw3/glew] Fix pkgconfig (#16166)Jack·Boos·Yu
* [glfw3/glew] Fix pkgconfig * update version record
2021-02-10[azure-core-cpp] Azure Core Release Beta6 (#16160)Azure SDK Bot
* [azure-core-cpp] Update to 1.0.0-beta.6 * Remove copyright headers * Update version SHA Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-02-10[google-cloud-cpp] populate license field (#16162)Carlos O'Ryan
* [google-cloud-cpp] populate license field * Fix port version after license file
2021-02-10[bfgroup-lyra] Install CMake Targets (#16172)Adam Johnson
* [bfgroup-lyra] Install cmake targets. * [bfgroup-lyra] Update port version. * x-add-version
2021-02-09[inja] Update to v3.2.0 (#16151)Matus Novak
2021-02-09[aws-sdk-cpp] Regenerate feature list (#16149)ras0219
2021-02-09[directxsdk] Update DirectX SDK port (#16010)Chuck Walbourn
* Update DirectX SDK port * Minor code review * Format vcpkg.json * Update versions * Update ports/directxsdk/vcpkg.json Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update baseline * [directxsdk] Disable all supported platforms Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-09[vcpkg baseline][log4cpp] Update version record (#16138)Jack·Boos·Yu
2021-02-08[wxwidgets] Fix #4756 (#13361)ras0219
* [wxwidgets] Fix #4756 * [wxwidgets] Avoid replacing FindwxWidgets from CMake * [wxwidgets] Provide usage information * [gppanel] Use built-in CMake module * [wxchartdir] Use built-in CMake module * [wxwidgets] Fixup for applocal-ing * [wxwidgets] Fix osx builds * Update port_versions * [gppanel][wxchartdir][wxwidgets] Change versioning schemas Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-02-08[libuvc] added (#14749)Francisco Facioni
2021-02-08[libigl] Always install as header-only library (#14888)Fabien Péan
* [libigl] Always build as header-only library * [libigl] Always build header-only Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-08[libftdi1] update to 1.5 (#15917) (#15918)Kinnon McAlister
* [libftdi1] update to 1.5 (#15917) * [libftdi1] fixed outdated version file (#15917) * [libftdi1] Switched to using option instead of patch to disable ftdi_eeprom (#15917) * [libftdi1] updated version file (#15917) * [libftdi1] Change version scheme Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-08[curl] Fix/android curl debug bin (#15941)Don Venable
* Add android to targets that need to nuke `debug/bin` * Bumped port version number * Bumped version SHA for curl
2021-02-08[ffmpeg] avfilter: fix dependencies and linux library ordering (#16000)Matthias C. M. Troffaes
* [ffmpeg] avfilter: fix library ordering on linux and fix feature dependencies * [ffmpeg] bump port version * [ffmpeg] add OpenGL, Foundation, CoreGraphics, AppKit and CoreImage for osx (needed for avfilter) * [ffmpeg] update git-tree * [ffmpeg] restrict new osx dependencies to avfilter feature * [ffmpeg] update git-tree * [ffmpeg] remove avfilter dependencies Note this exposes a bug in upstream, will need fix in ffmpeg configure script itself. * [ffmpeg] improve macos framework dependencies * [ffmpeg] update git-tree * [ffmpeg] patch for filter dependencies in configure script * [ffmpeg] update git-tree * [ffmpeg] apple framework fix: securetransport is part of avformat and not avdevice * [ffmpeg] update git-tree
2021-02-08[proj4] Bump to proj 7.2.1 (#15978)Bert Huijben
* [proj4] Bump to proj 7.2.1 * [proj4] Fix versions by running 'vcpkg x-add-version proj4'
2021-02-08[openal-soft] Update to 1.21.1 (#15945)pastdue
* [openal-soft] Update to 1.21.1 * Run x-add-version openal-soft
2021-02-08[discreture] Add new port (#15967)Rémi Bédard-Couture
* [discreture] Add new port * Remove unused options * Replace hardcoded port name with cmake variable Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Adding version file to fix windows-x86 build failure * Add usage file to point to the correct header file at the end of the installation * Update port version SHA after vcpkg x-add-version discreture Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-08[matio] Update to v1.5.19 (#15971)Silvio Traversaro
* [matio] Update to v1.5.19 * [matio] Update versions files
2021-02-08[functions-framework-cpp] add new port with version 0.3.0 (#15989)Carlos O'Ryan
* [functions-framework-cpp] add new port with version 0.3.0 * Address review comments * Too much cleanup in the CI baseline * Update version file
2021-02-08[metrohash] support iOS triplets (#16035)Park DongHa
* [metrohash] ignore arm * this change will allow android/ios triplets * [metrohash] update baseline * [metrohash] check platform variables * [metrohash] fix wrong git-tee
2021-02-08[sentry-native] Update to 0.4.7 (#16021)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-02-08[ngspice] Update to rev 34 (#16008)Marek Roszko
* [ngspice] Update to release 34 * [ngspice] update x-add-version * Remove cppduals folder from being installed into /include * Update the x-add-version
2021-02-08[boost-concept-check] Fix warning C4834 when install pagmo2 (#15887)Cheney Wang
* [boost-concept-check] Fix warning C4834 when install pagmo2 * Update json files * Modify patch * update version * Modify the patch with other workaround * Update git-tree Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-02-08[sdl2] Fix vulkan feature dependencies (#16033)pastdue
* [sdl2] Fix vulkan feature dependencies SDL2 ships with its own copy of required Vulkan headers, so the `vulkan` port dependency here is unneeded (and unused). * Run x-add-version sdl2
2021-02-08[spirv-cross,spirv-tools] support iOS triplets (#16038)Park DongHa
* [spirv-tools] support iOS triplets * [spirv-cross] support iOS triplets * [spirv-cross,spirv-tools] update baseline * [spirv-tools] fix mistyped variable name * [spirv-tools] fix wrong git-tree SHA
2021-02-08[glslang] support iOS triplets (#16037)Park DongHa
* [glslang] support ios triplets * [glslang] update baseline * [glslang] fix wrong git-tree SHA
2021-02-08[azure-storage-files-shares-cpp] Add new port (#16053)Azure SDK Bot
* Update port for azure-storage-files-shares-cpp * Remove comment headers * Update version SHA Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-02-08[gtest] fix builds when using --head (#16071)Charles Milette
* [gtest] fix builds when using --head * Update port version * Update hash
2021-02-08[netcdf-c] Fix usage (#16085)Jack·Boos·Yu
* [netcdf-c] Fix usage * update version record
2021-02-08[spdlog] Support build shared library (#16089)JonLiu1993
* [spdlog] Support build shared library * update version * update protifile * update version
2021-02-08[abseil] Remove link flag '-ignore:4221' (#16106)Jack·Boos·Yu
* [abseil] Remove link flag '-ignore:4221' * update version record
2021-02-08[geos] Update to 3.9.0 (#16109)Jack·Boos·Yu
* [geos] Update to 3.9.0 * update version record
2021-02-08[nng] Update to v1.4.0 (#16120)Jackson
* Updated 'nng' to 1.4.0 * Generated version files for nng 1.4.0 Co-authored-by: Jackson Harmer <jackson.harmer@gm.com>
2021-02-08[doctest] Update to v2.4.5 (#16121)Jackson
* Updated 'doctest' to v2.4.5 * Updated version for doctest to v2.4.5 Co-authored-by: Jackson Harmer <jackson.harmer@gm.com>
2021-02-04[pcl] Add gcc version check (#9231)NancyLi1013
* [pcl] Add compile options on unix platform * Add versions Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2021-02-03[ shaderwriter ]Update to version 1.0.0 (#15948)Sylvain Doremus
* Updated shaderwriter port to version 1.0.0 * Updated version files. * Fixed license file install script. * Fixed version file again
2021-02-03[azure-identity-cpp] Publish version 1.0.0-beta.3 (#16014)Azure SDK Bot
* Update port for azure-identity-cpp * Update port version SHA * Remove comment header from CONTROL file * Remove comment header from portfile.cmake file * Update port version SHA once again Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2021-02-03[azure-storage-common-cpp] Publish version 12.0.0-beta.7 (#16020)Azure SDK Bot
* Update port for azure-storage-common-cpp * Update port for azure-storage-blobs-cpp * Update port for azure-storage-files-datalake-cpp * Update port version SHAs * Remove comment header from CONTROL files * Remove comment header from portfile.cmake files * Update port version SHAs once again Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2021-02-03[cairo] Make freetype and fontconfig optional. (#15965)Adam Johnson
* [cairo] Make fontconfig optional. * [cairo] Update port versions
2021-02-03[vcpkg baseline][armadillo] Update to 10.2.0 and also update the repository ↵NancyLi1013
(#15973) * [armadillo] Update to 10.2.0 and also update the repository * Update versions * Remove NO_REMOVE_ONE_LEVEL and update patches * Update versions/a-/armadillo.json
2021-02-03[physx] Use /Z7 instead of /Zi to integrate the debug info when building ↵Jack·Boos·Yu
static (#15934) * [physx] Use /Z7 instead of /Zi to integrate the debug message when building static * update version record * [physx] Add homepage * update version record * [physx] Re-fix flags, using toolchain set * update version record
2021-02-03[magic-enum] Update to v0.7.2 (#15974)Daniil Goncharov
* [magic-enum] Update to v0.7.2 * x-add-version
2021-02-03[nameof] Update to 0.10.0 (#15975)Daniil Goncharov
* [nameof] Update to 0.10.0 * x-add-version
2021-02-03[libebur128] add new port with version 1.2.5 (#15988)Be
2021-02-03[libdjinterop] add new port with version 0.14.6 (#15990)Be
2021-02-03[date] Fix vcpkg_fixup_cmake_targets for mingw (#15994)Long Nguyen
* [date] Fix vcpkg_fixup_cmake_targets for mingw * [vcpkg baseline] Update date port-version * [date] Tweak Windows detection Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [vcpkg baseline] Update date port-version again Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>