aboutsummaryrefslogtreecommitdiff
path: root/versions/baseline.json
AgeCommit message (Collapse)Author
2021-03-23[mnn,flatbuffers] add a new port and patch (#15717)Park DongHa
* [mnn] add a new port * create a patch, embed copyright * touching install options * [mnn] fix windows install * feature cuda reqires cudnn * [flatbuffers] add patch for TableKeyComparator * update port SHA * [mnn] disable arm support * [mnn] update port SHA * patch creates version config.cmake * run vcpkg_copy_tools for 'tools' feature * [mnn] remove bin when non-Windows * make PREFER_NINJA optional for 'cuda' feature * [mnn] fix wrong macro * [mnn] rename install path to lowercase * [mnn] make 'metal' feature optional * update port SHA * [mnn] apply PR feedback * Move build options into vcpkg_check_features * Download Apache-2.0 licence instead of local file * [mnn] remove code patch for Windows * this will break `mnn[tools]` for `windows` triplet * [mnn] remove code changes in the patch * [mnn] remove version.cmake generation * possibly break osx build with the chnage * Update ports/mnn/portfile.cmake * Update versions/m-/mnn.json * [mnn] apply PR feedback * find_package(CUDNN) in patch * use vcpkg_download_distfile * ONLY_STATIC_LIBRARY for Windows * [mnn] create share folder and move copyright * [mnn] update git-tree SHA * Update ports/mnn/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [mnn] update git-tree SHA Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-23[blend2d] Update to beta_2021-03-17 (#16804)ZeeWanderer
* [blend2d] Update to 2021-03-17 * [blend2d] update port_versions
2021-03-23[sqlite3] Update to 3.35.2 (#16834)pastdue
* [sqlite3] Update to 3.35.2 * Run x-add-version sqlite3
2021-03-23[libhv] Add DISABLE_PARALLEL (#16835)NancyLi1013
* [libhv] Add DISABLE_PARALLEL * Update versions
2021-03-22[openh264] Add openh264 port (#16714)Rich Logan
* Add openh264 port * Fixes for CI * Don't build tests * Add git dependency * Update gas-preprocessor * Update gas subfolder name * No UWP support for meson builds * Manifest format * Update ports/openh264/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions * [openh264] Tweak precise tool dependencies Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-22[libxml2] Disable http and ftp on UWP (#16726)Jack·Boos·Yu
* [libxml2] Disable http and ftp on UWP * add version record * Replace option to set * fix typo * update version record
2021-03-22[args] update to latest version (#16703)Ryan
* [args] update to latest version * update version files * correct version field * update version file
2021-03-22[happly] add new port (#16788)autoantwort
* [happly] add new port * add version files
2021-03-22[opencascade] fix #16252 (#16513)Dejauxvue
* [opencascade] fix #16252 by exporting includ directories with the targets and replacing internal includes from #include "..." to #include<...> post installation * [opencascade] added port version * [opencascade] update SHA of versions/o-/opencascade.json * Update ports/opencascade/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/opencascade/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/opencascade/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * remove commented line for BUILD_INTERFACE * updated version * remove replacement of includes form #include <...> to #include "..." * update port version * added fix-install-prefix-path.patch, which was removed by #15997 * fix fix-install-prefix-path.patch * update port version * Update ports/opencascade/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * update port version * [opencascade]Revert "remove replacement of includes form #include <...> to #include "..."" also refined regex to allow white spaces between # and 'include' This reverts commit 4b362739f5e57449b3d6b1fcd6f2817b3be144a4. * [opencascade] update port version * [opencascade] change exported include directory from include/opencascade to include * [opencascade] update port version Co-authored-by: bloess <josua.bloess@uni-bayreuth.de> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-22[implot] Update to 0.9 (#16818)Rémy Tassoux
* [implot] Update to 0.9 * [implot] Update version files * [implot] Fix missing vcpkg.json * [implot] Fix vcpkg.json formatting * [implot] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-22[termcolor] update to 2.0.0 (#16824)JonLiu1993
* [termcolor] update to 2.0.0 * update version
2021-03-19[mailio] does not support uwp (#16789)autoantwort
* [mailio] does not support uwp * add version files
2021-03-19[ttauri] Add new port (#16749)Take Vos
* Port for ttauri * ttauri version.json * ONLY_STATIC_LIBRARY Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Miss spelling and turn off doxygen. Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update version * Change destination to * Update version * Update ports/ttauri/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19[fbgemm] create a new port (#16346)Park DongHa
* [fbgemm] create a new port * [fbgemm] patch for latest asmjit * [fbgemm] fix wrong install for Windows * update baseline and port SHA * [fbgemm] make PythonInterp required * [fbgemm] check PythonInterp in portfile.cmake * [fbgemm] use Python instead of PythonInterp * [fbgemm] use vcpkg_find_acquire_program for python3 * [fbgemm] update patches * remove /MT /MD customization * remove deprecated warnings for asmjit * [fbgemm] update "supports" * uwp can't be supported with cpuinfo link failure * x86 SIMD may become available in future update * [fbgemm] apply PR feedback * [fbgemm] update to latest code * removed asmjit related patch files * [fbgemm] update version files
2021-03-19[metrohash] support more triplets by excluding 128 CRC source (#16553)Park DongHa
* [metrohash] exclude CRC for x86 * the change will allow x86 triplets * update port SHA * [metrohash] remove fail_port_install * update ci.baseline.txt * [metrohash] sync portfile and CMakeLists.txt * make both file use 'VCPKG_TARGET_TRIPLET' to make ease of comparison * [metrohash] Use try_compile helpers Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19[WinReg] update to v4.0.0 (#16765)JonLiu1993
* [WinReg] update to v4.0.0 * update version * update winreg.json * update version
2021-03-19New port for mailio. (#16696)karastojko
* New port for mailio. * Formatting the manifest and adding the version. * improve * add version record * add version record * Update versions/m-/mailio.json * Update ports/mailio/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * update version record 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-19[angle] Include EGL/eglext_angle.h in ANGLE (#16733)Hanseul Jun
* Avoid exluding EGL/eglext_angle.h from ANGLE and add egl_loader_autogen.cpp/h that were not properly added. * Add port version to ANGLE port. * Ran vcpkg x-add-version --overwrite-version angle.
2021-03-19[libwebsockets] Update to v4.1.6 (#16767)Ma
* [libwebsockets] Update to v4.1.6 * [libwebsockets] Patch version files * [libwebsockets] Fix port-version * [libwebsockets] Update hash
2021-03-19[drogon] Update to 1.4.1 (#16651)An Tao
* [drogon] Update to 1.4.1 * Update patch * Format * update version * Revert the ctl feature * update version * [libpq] Fix static linkage * [drogon] Revert direct postgresql library linkage Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-19[collada-dom] Add REMOVE_RECURSE to solve DLLs error path (#16763)JonLiu1993
* Add REMOVE_RECURSE to solve DLLs error path * update version * delete ci.baseline default set * modify suggested change * update version * update control file * update version * update homepage * update version * Update scripts/ci.baseline.txt * fix shared keyword * update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-03-18[ci,vcpkg-cmake-*] remove host-only nature of vcpkg-cmake-* ports (#16774)nicole mazzuca
* remove host-only nature of vcpkg-cmake-* ports * versions * fix fmt on uwp
2021-03-18[detours] support debug builds (#16755)Charles Milette
* [detours] support debug builds * Update baseline * [detours] Update CONTROL * [detours] Update baseline
2021-03-18[sdl2-mixer] Fix features link error (#16737)NancyLi1013
* [sdl2-mixer] Fix features link error * Update versions
2021-03-17[tweeny] Update to v3.2.0 (#16683)Brad Melanson
* Update tweeny to v3.2.0 and vcpkg.json * Update versions db * Address PR feedback * Fix git-tree value for tweeny
2021-03-17[imgui] Update to 1.82 (#16727)Rémy Tassoux
* [imgui] Update to 1.82 * [imgui] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-17[libbacktrace] new port (#16693)autoantwort
* [libbacktrace] add new port * add version files * Update ports/libbacktrace/portfile.cmake: Apply suggestion Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * add version files Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-16[vc] Update HEAD_REF and fix CMake configure options (#16552)Bernhard Manfred Gruber
* use 1.4 branch of Vc as HEAD_REF * fix options passes to cmake configure * increment port version
2021-03-16[qt5-base] make libpq an optional dependency (#16659)autoantwort
* [qt5-base] make libpq an optional dependency * add version files * [qt5-base] use IN_LIST for feature check * add version files * [qt5-base] set(WITH_PGSQL OFF) * add version files * [qt5-base] set -no-sql-psql * add version files
2021-03-16[magnum/magnum-plugins] fix all magnum dependencies being built (#16657)Francisco Facioni
2021-03-16[ocilib] fix wrong solution filename (#16625)Mats Taraldsvik
* [ocilib] fix wrong solution filename There is only a single file in proj/dll and that is ocilib_dll_vs2019.sln. * ran x-add-version on new version * consolidated platform * consolidated platform Co-authored-by: Mats Taraldsvik <mats.taraldsvik@norkart.no>
2021-03-16[gmp] correct supports field to run CI for other platforms (#15957)Alexander Neumann
* fix supports field to correctly run CI for other platforms * Merge from master * Update baseline version * Fix the format issue * Fix baseline version * Revert the changes for host * Fix the baseline version * Disable mpfr:x64-osx and mpfr:x64-linux in Ci testing Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-03-16[CGAL] Restore boost dependencies (#16592)Maxime GIMENO
* Restore full boost dependencies, the actual modules are too many to be listed. * Update ports/cgal/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update baseline version * Detail boost modules from grep in includes * Fix the Build-Depends * add boost-serialization * Update baseline version Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
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