aboutsummaryrefslogtreecommitdiff
path: root/versions/s-
AgeCommit message (Collapse)Author
2021-03-31[spdlog] Update to 1.8.5 (#16870)Ryan
* remove featurebuild patch see: https://github.com/gabime/spdlog/commit/3d8f71c4d23fd2df08e4f6284155958b0df47b33 https://github.com/gabime/spdlog/commit/42c36f48ed8d5d64bd244b1097257f575569d472 * remove external fmt patch see: https://github.com/gabime/spdlog/blob/53e1c9ab112aa97062ba3df8fede91c3acd248d5/CMakeLists.txt#L183-L184 * remove target fixup branching see: https://github.com/gabime/spdlog/commit/4858d7e454e66d347024a074749535b91ccbeed9 * convert control file to manifest file * remove android build patch see: https://github.com/gabime/spdlog/commit/e86f450428fd5373ea72606b21a4055fb411abfd * update to 1.8.3 * remove redundant cleanup these folders don't exist in the build tree, and so they don't need to be cleaned up * update deprecated functions * remove empty folder * add version * report version using semantic versioning * correct version comment * update version file * fixup pkgconfig * update version file again * accomodate non-cmake users * update to 1.8.5 * update version files * remove 1.8.3 from version file
2021-03-30[outcome] Replace Outcome single header based port with full fat cmake ↵Niall Douglas
install port (#15603) * Replace Outcome single header based port with full fat cmake install port. * [outcome] Improve portfile.cmake * update baseline * Refactor @JackBoosY's changes to make the dependency SHA feature chosen. * update baseline * Fix outcome features so they actually work. * update baseline * [outcome] install usage * update baseline * [outcome] Always use vcpkg copies of dependencies * DO NOT MERGE YET, ONLY FOR INSPECTION BY PR REVIEW. 1. Break out these dependencies into standalone ports: - ned14-internal-quickcpplib - status-code 2. Add port for LLFIO. 3. Add dependency smoke tests for Outcome and LLFIO as per instructions. * Fix all remaining issues, including link failure. This changeset is now ready to merge into vcpkg. * Update versions. * Have LLFIO not build static or shared libs according to VCPKG_LIBRARY_LINKAGE. * Fix last commit breaking everything :) * Update versions. * Disable uwp support for LLFIO. * versions * Fix status code on GCC 6 and 7 * Don't download ntkernel-error-category if not on Windows. * Fix status-code on UWP. * Update versions. * Fix MSVC on ARM. * Apply all the feedback from the PR review, more or less. * versions * Update to latest, disable UWP for Outcome. Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26[sail] Update 0.9.0-pre11 -> 0.9.0-pre12 (#16806)Dmitry Baryshev
* [sail] update to v0.9.0-pre12 * [sail] update usage * [sail] move C++ configs * [sail] use new 0.9.0-pre12 tag * [sail] vcpkg x-add-version sail * [sail] version-string -> version-semver * [sail] vcpkg x-add-version sail --overwrite-version * [sail] Update port version to 1 * [sail] vcpkg x-add-version sail --overwrite-version * [sail] Update versions/s-/sail.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-24[spdlog] Fix build for Android (#16819)Ahmed Yarub Hani Al Nuaimi
* Add Android logging library to spdlog * Update version * Update version * Update ports/spdlog/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update version Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-23[sqlite3] Update to 3.35.2 (#16834)pastdue
* [sqlite3] Update to 3.35.2 * Run x-add-version sqlite3
2021-03-18[sdl2-mixer] Fix features link error (#16737)NancyLi1013
* [sdl2-mixer] Fix features link error * Update versions
2021-03-15[sundials] Update to 5.7.0 and also update repository (#16705)NancyLi1013
* [sundials] Update to 5.7.0 and also update repository * Update versions * Update OPTIONS * Update versions/s-/sundials.json
2021-03-15[sqlite3] Update to 3.35.0 (#16679)Kevin Lu
* [sqlite3] Update to 3.35.0 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-10[scintilla] update to 4.4.6 (#16508)JonLiu1993
* [scintilla] update to 4.4.6 * update version * modify portifile.cmake * update version
2021-03-10[sentry-native] Update to 0.4.8 (#16550)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-03-01[sobjectizer] update to v5.7.2.3 (#16470)eao197
* SObjectizer updated to v.5.7.2.3. * New ver of SObjectizer added to versions list. * Change 'version-string' to 'version'. * Update for sobjectizer version in versions list.
2021-02-24[sqlite3] Update to 3.34.1 (#16125)pastdue
* [sqlite3] Update to 3.34.1 * Run x-add-version sqlite3 * [sqlite3] Change version scheme Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24[sdl2] Update patch (#16370)NancyLi1013
* [SDl2] Update patch * update versions
2021-02-24[seal] Updated SEAL version to 3.6.2. (#16379)Wei Dai
* Updated SEAL's version to the latest. * Updated version number in ports/seal/CONTROL. * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-19[soci] Fix feature mysql (#16296)Jack·Boos·Yu
* [soci] Fix feature mysql * update version record
2021-02-18[sobjectizer] update to v.5.7.2.2 (#16230)eao197
* SObjectizer updated to v.5.7.2.2. * Change the way of detecting static/dynamic libraries. * Command 'x-add-version sobjectizer' completed.
2021-02-18[simdjson] Updated to v0.8.2 (#16277)Jackson
2021-02-11[shaderc] Use build type to build targets (#16137)Jack·Boos·Yu
* [shaderc] Use build type to build targets * update version record * Update ports/shaderc/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/shaderc/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * refresh version record Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
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[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[spdlog] Support build shared library (#16089)JonLiu1993
* [spdlog] Support build shared library * update version * update protifile * update version
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-01-28[seal] Update verson record (#15933)Jack·Boos·Yu
2021-01-27[speex] Add linux and macOS support. (#15855)Adam Johnson
* [speex] Add linux and macOS support. * [speex] Improve portfile.cmake * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-26[sentry-native] Update to 0.4.6 (#15875)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-01-24[sdl2] Fix improper replacement of -lSDL2main + remove IGNORE_FLAGS and ↵Long Nguyen
SYSTEM_LIBRARIES (#15540) * [sdl2] Proper replacement of -lSDL2main -> -lSDL2maind * [sdl2] Add extra SYSTEM_LIBRARIES and IGNORE_FLAGS * [sdl2] Remove SYSTEM_LIBRARIES and IGNORE_FLAGS * update baseline Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-01-22[ceres] Mark all dependencies REQUIRED (#15802)ras0219
* [ceres] Mark all dependencies REQUIRED * [suitesparse] Fix FindCXSparse.cmake * [ceres] Add version to db Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-22[sentry-native] Update to 0.4.5 (#15790)Vitalii Koshura
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca