aboutsummaryrefslogtreecommitdiff
path: root/versions
AgeCommit message (Collapse)Author
2021-03-15[ixwebsocket] Fix cmake-configure files install path (#16710)NancyLi1013
* [ixwebsocket] Fix cmake-configure files install path * Update versions
2021-03-15[ace] Upgrade to 7.0.1 (#16708)Johnny Willemsen
* [ace] 7.0.0 * Make sure C++11 is enabled on macosx * ports/ace/portfile.cmake: * [ace] Upgrade to 7.0.1 * [ace] Revert workaround for macosx, not needed anymore * [ace] 7.0.1 * [ace] 7.0.1
2021-03-15[openjpeg] 16645 Fix compile w/features jp3d,jpip,jpwl,mj2 triplet ↵General Jack O'Neill
x64-windows VS 2019 ver 16.9.1 (#16661) * Fix for openjpeg issue 16645 compile with VS2019 16.9.1 - Modified portfile.cmake to apply patch fix-lrintf-to-opj_lrintf.patch - Added patch to change /src/lib/openmj2/opj_includes.h From: static INLINE long lrintf(float f) To: static INLINE long opj_lrintf(float f) - Converted CONTROL file to vcpkg.json file - Fix was tested locally on triplet x64-windows with Microsoft Windows x64 Professional 20H2 [Version 10.0.19042.867] Windows Feature Experience Pack 120.2212.551.0 Windows SDK [Version 10.0.19041.0] VS 2017: Visual Studio 2017 Community Edition [Version 15.9.34] Visual Studio Toolset [Version 14.16.27023] Microsoft (R) C/C++ Optimizing Compiler [Version 19.16.27045 for x64] VS 2019: Visual Studio 2019 Community Edition [Version 16.9.1] Visual Studio Toolset [Version 14.28.29910] Microsoft (R) C/C++ Optimizing Compiler [Version 19.28.29912 for x64] * Update json file * Reformat vcpkg.json file * Update port version * Update json file * Update ports/openjpeg/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/openjpeg/vcpkg.json 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/o-/openjpeg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update json file Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-15[indicators] update to 2.0 (#16667)JonLiu1993
* [indicators] update to 2.0 * update version * delete default path * update version
2021-03-15[abseil] Upgrade to 20200923 patch 3, fix gcc11 build error (#16664)xyb
2021-03-15[prometheus-cpp] Update to version 0.12.2 (#16643)Gregor Jasny
* [prometheus-cpp] Update to version 0.12.2 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-15[uWebSockets] updated to 19.0.0 alpha 5 (#16672)Andrew
* [uWebSockets] updated to 19.0.0 alpha 5 * versions db update * Versions db update
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[uSockets] update to version 0.7.1 (#16697)Andrew
* [usockets] Updated to version 0.7.1 * [usockets] Updated to version 0.7.1 * [usockets] Updated to version 0.7.1 * [usockets] Updated to version 0.7.1 * Diff patch applied * Version DB update
2021-03-15[openvr ] Update openvr to 1.16.8 (#16684)EniacMlezi
* Bump openvr to 1.16.8 * Update openvr version in metadata files Co-authored-by: lars <lars@domain.local>
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-15[robin-hood-hashing] update to 3.10.0 (#16701)Ryan
* [robin-hood-hashing] update to 3.10.0 * update version files * fix version field * update version
2021-03-11[many ports] Add GnuTLS and its dependencies (#14242)Dawid Wróbel
* [libgnutls] add new port * [libtasn1] add new port * [libtasn1] fix building * [libtasn1] enable autoconfig * libtasn1: fix building, again * libgnutls: make it build on Linux * libgnutls: Linux only, for now * libgnutls: remove unnecessary dependency * update version record * Clean up baseline and add supports * update version record * libtasn1: clear macOS build * libgnutls: libidn2 is actually needed * libgnutls: clear macOS build * Update ports/libgnutls/CONTROL * Update ports/libtasn1/CONTROL * Update versions/l-/libgnutls.json * Update versions/l-/libtasn1.json * [libtasn1] convert CONTROL to manifest * [libgnutls] convert CONTROL to manifest * [libgnutls] update versions * [libtasn1] update versions Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-11[libtorrent] update to 1.2.12 (#15620)JonLiu1993
* [libtorrent] update to 1.2.12 * update version * fix AppleClang test * update version
2021-03-11[popsift] add new port v0.9 (#10979)Simone Gasparini
* [ports] add popsift * [popsift] homepage and limitations * [popsift] test debug * [popsift] test -fpic off for static * [popsift] update ci.baseline * [popsift] testing winfixes * [popsift] missing dependencies for apps * [popsift] update portfile * [popsift] cleaning * [popsift] using vcpkg_find_cuda and v1.0.0-rc2 * [popsift] using CUDA_TOOLKIT_ROOT_DIR * [popsift] rolling back to v0.9 * [popsift] update versions/baseline * [popsift] baseline x64-static-md fail * [popsift] missing popsift.json * [popsift] remove ci.baseline.txt Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-11[Azure-Kinect-Sensor-SDK] update to 1.41 (#16548)JonLiu1993
* [Azure-Kinect-Sensor-SDK] update to 1.41 * update version * revert patch * update version * revert patch * update version
2021-03-11[harfbuzz] work around upstream SameFileError (#16621)Robert Adam
During the configuration of harfbuzz several Python scripts are invoked that are supposed to copy some files. For some reason however the scripts end up being instructed to copy files to themselves at which point a SameFileError is risen, causing the build to fail. This is a workaround for the underlaying issue that is deemed to be usptream. The upstream issues are - https://github.com/mesonbuild/meson/issues/8375 - https://github.com/harfbuzz/harfbuzz/issues/2870 The workaround is to add a patch that makes sure these scripts check whether source and target file are the same and only invoking the copy action if they are not. Fixes #16262
2021-03-11[pangolin] Fix static build error (#15593)NancyLi1013
* [pangolin] Fix static build error * Update versions * Update dependency for pangolin * Update pangolin.json
2021-03-11[hazelcast-cpp-client] New version update to 4.0.1 (#16593)ihsan demir
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release. * Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`. * [hazelcast-cpp-client] Restore version 4.0.0 to the db Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-11[taglib] Upgrade from 1.12-beta-2 to 1.12 (#16649)Uwe Klotz
* [taglib] Upgrade from 1.12-beta-2 to 1.12 - Replace CONTROL with vcpkg.json - Use Git tag as REF - Use official version number (without the date suffix) - Switch to semantic versioning - Link official homepage instead of GitHub project page - Add license string according to GitHub repo - Add missing vcpkg_fixup_pkgconfig() in portfile * [taglib] Disable depcrecated warnings for MSVC See also: https://github.com/taglib/taglib/issues/1000 * [taglib] Use VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE https://github.com/microsoft/vcpkg/pull/16390/files#r591427047 * [taglib] vcpkg x-add-version
2021-03-10[libmysql] Re-fix dependency openssl (#16426)Jack·Boos·Yu
* [libmysql] Re-fix dependency openssl * update version record * LF to CRLF * update version record
2021-03-10[boost-context] fix build result on apple arm (#16482)autoantwort
* [boost] fix boost context build on apple arm * add version files
2021-03-10[liblsl] Update to 1.14.0 (#16461)chausner
* [liblsl] Update to 1.14.0 * Adjust CI baseline, assuming liblsl:x64-linux and liblsl:x64-osx pass * Add back set(VCPKG_LIBRARY_LINKAGE dynamic) * [libsls] Improve portfile.cmake, add homepage * update version record * Update ports/liblsl/CONTROL * Update versions/l-/liblsl.json * [liblsl] Use pugixml vcpkg package instead of bundled one * Convert tabs to spaces * Update version * Fix Supports in liblsl/CONTROL Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions/l-/liblsl.json 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-03-10[msix] Add DISABLE_PARALLEL_CONFIGURE (#16488)NancyLi1013
* [msix] Add DISABLE_PARALLEL_CONFIGURE * Update versions
2021-03-10[mongoose] update to 7.1 (#16493)JonLiu1993
* [mongoose] update to 7.1 * update version * update suggested change * update version * delete Repeated version * delete repeated version * update version
2021-03-10Don't copy svm-toy if not on Windows (#16501)Carl Mueller-Roemer
* Don't copy svm-toy if not on Windows svm-toy is only compiled on Windows, so should only be copied on Windows. * Bump port version on libsvm. Switch to new manifest file format. * [libsvm] Format manifest * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-10[hiredis] Fix include path (#16512)NancyLi1013
* [hiredis] Fix include path * Update versions * Update ports/hiredis/vcpkg.json * Update versions/h-/hiredis.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-10[uWebSockets] update to 19.0.0 (#16496)JonLiu1993
* [uWebSockets] update to 19.0.0 * update versdion * modify vcpkg.json * update version
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[fplus] update to v0.2.13-p0 (#16510)JonLiu1993
* [fplus] update to v0.2.13-p0 * update version
2021-03-10[crow] update to 0.2 (CrowCpp/crow fork) (#16511)JonLiu1993
* [crow] update to 0.2 * update version * Modify portfile.cmake * update version * modify ref * update version
2021-03-10[openssl] update to 1.1.1j (#16525)Raul Metsma
* [openssl] update to 1.1.1j Fix #16407 Signed-off-by: Raul Metsma <raul@metsma.ee> * Update JSON file Signed-off-by: Raul Metsma <raul@metsma.ee>
2021-03-10[wil] Updating WIL version to match its nuget package version (#16575)anaaru
* [wil] Updating WIL version to match its nuget package version * Removing port version from CONTROL file * Revert "Removing port version from CONTROL file" Reverting because PR tests are failing. This reverts commit 28ffcba04b3d053e9a01d965fab951eafa64449b. * Updating baseline.json and w-/wil.json * update version * modify portfile.cmake * update version Co-authored-by: Anand Arumugam <anand.arumug@gmail.com> Co-authored-by: Anand Arumugam <anaaru@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-10[geos] Bump to 3.9.1 (#16572)Matthias Kuhn
2021-03-10[trantor] Update to 1.3.0 (#16568)An Tao
* [trantor] Update to 1.3.0 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
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-10[krabsetw] Update krabsetw to 4.1.18 (#16576)Johannes Rave
2021-03-10[cpp-httplib] Upgrade to v0.8.4 (#16591)Tosone
* [cpp-httplib] Upgrade to v0.8.4 * Run x-add-version
2021-03-10[proj4] Copy over proj.pdb file on install (#15985)Stefan Uhrig
* Copy over proj.pdb file on install * Update port-version of proj4 * update version record * Update proj4 version * Update versions/p-/proj4 Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-10[lua] Update to version 5.4.2 (#16603)Frank Hale
* Update Lua port to 5.4.2 * Update version
2021-03-02[g3log] update to 1.3.4 (#16491)JonLiu1993
* [g3log] update to 1.3.4 * update version * delete function argument * update version
2021-03-01[glm] Add namespace to export target (#16429)Jack·Boos·Yu
* [glm] Add namespace to export target * update version record * [globjects] Fix dependency glm * update version record
2021-03-01[libpq] fix filenames (linux -> windows cross compile) (#16434)autoantwort
* [libpq] fix filenames * add version files * add version files
2021-03-01[exprtk] Update ExprTk (#16458)Arash Partow
* Update ExprTk * Modify portfile.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-01[libhv] Add new port (#16460)ithewei
* [libhv] Add new port * vcpkg format-manifest ports/libhv/vcpkg.json * vcpkg x-add-version libhv * libhv:arm64-windows arm-uwp x64-uwp:fail * [libhv]: -DBUILD_EXAMPLES=OFF -DBUILD_UNITTEST=OFF * vcpkg x-add-version --overwrite-version libhv * [libhv]: update version and supports format * [libhv]: update versions * [libhv] vcpkg_fail_port_install(ON_ARCH arm ON_TARGET uwp) * [libhv] update versions * [libhv] Only build one flavor Co-authored-by: hewei.it <hewei.it@bytedance.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01[celero] Updated to v2.7.2 (#16446)John Farrier
* [celero] Updated to v2.7.2 * [celero] Updated Versions file.
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-03-01[protopuf] Update to 1.0.1 (#16459)Twice
* [protopuf] Update to 1.0.1 * [protopuf] Add version info
2021-03-01[qscintilla] Update to 2.12 (#16455)Matthias Kuhn
* Bump qscintilla to 2.12 * Versioning * Shorten patch * Switch to tar.gz * [qscintilla] Update to 2.12 Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-01[functions-framework-cpp] update to latest release (v0.5.0) (#16447)Carlos O'Ryan