aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-19[continuable] add a new port (#16261)Park DongHa
* [continuable] add a new port * todo: create a patch for `find_package(function2)` * [continuable] add patch to edit cmakelists * [continuable] add port SHA * [continuable] minimize patch * update port SHA
2021-02-19[halide] Update Halide to 11.0.1 (#16246)Alex Reinking
* Update Halide to 11.0.0 * test PR branch * run vcpkg x-add-version halide * switch back to release/11.x * rerun x-add-version * update usage * update Halide to 11.0.1 * ./vcpkg x-add-version halide --overwrite-version
2021-02-19[quill] Uncomment QUILL_FMT_EXTERNAL macro (#16202)Rémy Tassoux
* [quill] Uncomment QUILL_FMT_EXTERNAL macro As we build using the vcpkg FMT port instead of the one bundled in Quill, this macro needs to be defined. * [quill] Update version files * [quill] Use vcpkg_replace_string * [quill] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-02-18[vcpkg] fix script broken audit (#16293)Stefano Sinigardi
2021-02-18[vcpkg baseline][ktx/otl] Update download hash (#16289)Jack·Boos·Yu
2021-02-18[scripts-audit] vcpkg.cmake (#16061)nicole mazzuca
* [vcpkg.cmake] modify to get in line with the audit See PR #16055 This also (attempts to) allow vcpkg.cmake to run with cmake 3.0; we had a VERSION_GREATER_EQUAL check, but that if keyword was added in cmake 3.7. * s/target_name/package_name in find_package * depend on z_vcpkg_function_arguments instead of a custom macro also, as a drive-by, switch to foreach(X IN LISTS ...) * split the utility macros/functions out additionally, move the options and settings to the top of the file * move more options and settings to the top * fix name of file * fix ras code comments * remove z_vcpkg_utilities due to export * add cmake_policy(PUSH|POP) * add VCPKG_INSTALLED_DIR input variable * add .cmakestamp to vcpkg_installed * fix osx ifs to use quotes also, remove spaces between if and (, to keep style consistent (mostly for ease of grepping...) * fix bug fixed by #16193 * move z_vcpkg_add_fatal_error up * fix RANGE for reals
2021-02-18[vcpkg] Change scripts/tls12-download.exe mode from 100644 to 100755 ↵Yuri Sevatz
(#16211) (#16212) Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-02-18[scripts audit] ports.cmake (#16257)nicole mazzuca
* [scripts audit] ports.cmake * [testing] modify triplet files to test all ports
2021-02-18[vcpkg] Add scripts tree extraction notes. (#16055)Billy O'Neal
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-02-18[magnum,-plugins] Fix deployment of plugin types and incorrect removal of ↵Jonathan Hale
plugin lib dir on unix (#16245) * [magnum] Correctly deploy shaderconverter and sceneconverter plugins Signed-off-by: Squareys <squareys@googlemail.com> * [magnum,-plugins] Only remove plugin lib dirs for Windows platforms Signed-off-by: Squareys <squareys@googlemail.com> * [magnum,-plugins] Clean up deletion of plugin libs and clarify in comment Signed-off-by: Squareys <squareys@googlemail.com> * Update versions Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
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[ryu] added ryu_printf (#16238)georg-emg
* activated libraries generic_128 and ryu_printf * updated version for ryu * Fixed port version * updated port version info for ryu * removed generic_128 again, because it doesn't build under Windows * updated version info * - replaced CONTROL file with manifest file - corrected version string and port version * updated versions with "vcpkg x-add-version ryu" * corrected formatting of ryu manifest file * ran vcpkg --x-add-version again
2021-02-18[simdjson] Updated to v0.8.2 (#16277)Jackson
2021-02-18[vcpkg baseline][gsoap] Update to 2.8.111 (#16270)NancyLi1013
* [vcpkg baseline][gsoap] Update to 2.8.111 * Update versions
2021-02-17[scripts-audit] vcpkg_add_to_path (#16189)nicole mazzuca
* [scripts-audit] vcpkg_add_to_path * regenerate docs
2021-02-16[imgui] change to correct dx binding implementation path (#16255)aizuon
* [imgui] change to correct dx binding implementation path * [imgui] add version files * [imgui] forgot to update hash
2021-02-16[scripts-audit] execute_process (#16190)nicole mazzuca
2021-02-16[rtaudio] Fix mingw, switch to rolling release (#16208)autoantwort
* [rtaudio] update to newest version * [rtaudio] add version files
2021-02-16[libebur128] update to 1.2.6; fixes dynamic linking on Windows (#16223)Be
Fixes #16078
2021-02-16[leptonica] now all dependencies have their own find_dependency... (#16226)Stefano Sinigardi
* [leptonica] now all dependencies have their own find_dependency... * [leptonica] baseline version
2021-02-16[jsoncons] Update to version 0.162.0 (#16227)Daniel Parker
* [jsoncons] Update to version 0.162.0 * [jsoncons] Run ./vcpkg x-add-version jsoncons
2021-02-16upgrade imgui to v1.81 (#16239)Brian Peek
* upgrade imgui to v1.81 * add version files * change port-version to 0 instead of deleting the line * remove port-version (??)
2021-02-15[scripts-audit] vcpkg_buildpath_length_warning (#16191)nicole mazzuca
2021-02-14[portaudio] Update port to latest on github (#16197)Cullen Jennings
* Update portaudio port to latest on github * correct port version info * remove the port-version when it is zero * update version file
2021-02-12[vcpkg_install_msbuild] Hotfix regression in #16173 (#16199)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-12[kuku] Update Kuku to version 2.1 (#16194)Radames Cruz
* Update Kuku to version 2.1 * Update Kuku version in version files
2021-02-12[workflow] Disable parallel configure due to writes to source dir (#16198)ras0219
2021-02-12[z_vcpkg_prettify_command_line] write to output variable (#16195)nicole mazzuca
* [z_vcpkg_prettify_command_line] write to output variable * fix after testing
2021-02-12[scripts-audit] z_vcpkg_function_arguments (#16193)nicole mazzuca
* [scripts-audit] z_vcpkg_function_arguments fix bug when ARGC = 0 * really fix the bug this time
2021-02-11update azure-storage-{common/blob/file/datalake}-cpp (#16183)Azure SDK Bot
* [azure-storage-common-cpp] Update to 12.0.0-beta.8 * [azure-storage-blobs-cpp] Update to 12.0.0-beta.8 * [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.8 * [azure-storage-files-shares-cpp] Update to 12.0.0-beta.8
2021-02-11[google-cloud-cpp] use 'version' for version numbers (#16177)Carlos O'Ryan
2021-02-11[functions-framework-cpp] use 'version' for version numbers (#16178)Carlos O'Ryan
2021-02-11[vcpkg_build_msbuild] Hotfix regression in #16173 (#16180)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-11[freerdp] Fix include path (#15724)KangLin
* [freerdp] Fix include path * [freerdp] update port version * [freerdp] Partial revert of remove include fixup Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-11[restc-cpp] new port (#15739)Viliam Lejčík
* [restc-cpp] new port * Updated port's version-string Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [restc-cpp] added port version * [restc-cpp] new port * Updated port's version-string Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [restc-cpp] added port version * [restc_cpp] updated MSVC CRT linkage * [restc-cpp] reformated vcpkg.json * [restc-cpp] updated port's version * [restc-cpp] excluded dependency on cmake external projects * [restc-cpp] updated version hash * [rest-cpp] Remove changes about CRT linkage * update version record * Update ports/restc-cpp/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [restc-cpp] added an error message for mutual exclusive logging features * [restc-cpp] updated port version * Updated ports/restc-cpp/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/restc-cpp/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Updated ports/restc-cpp/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [restc-cpp] updated port version * [restc-cpp] version file has to declare version as 'version-semver' Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-11[vcpkg] vcpkg_configure_meson: Support macOS cross-compile (#15867)pastdue
* vcpkg_configure_meson: Support macOS cross-compile * Update scripts/cmake/vcpkg_configure_meson.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Use adapted regex instead, utilize for native file config as well Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-02-11[libvpx] Fix arm-uwp builds for v142 toolset (#15892)Jesse Towner
* [libvpx] Fix arm-uwp builds for v142 toolset This adds better support for targeting UWP as well as ARM/ARM64 for regular Windows Desktop with the v142 toolset. Without this change, arm-uwp fails to build with v142. For v141 and earlier, the old behavior remains unchanged. * [libvpx] Fix Linux and macOS builds * [libvpx] updated version record * [libvpx] updated version record
2021-02-11[prometheus-cpp] Update to version 0.12.1 (#16057)Gregor Jasny
* [prometheus-cpp] Update to version 0.12.1 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-11[boost-python] Fix build issue with feature python2 (#16087)Phoebe
* [boost-python] Fix build issue with feature python2 * Update the versions * Fix the python-tag * update the version
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-11[cpprestsdk] Bump version to 2.10.18 (#16065)Charlie Barto
* bump cpprestsdk version * add versions for cpprestsdk version bump Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-02-11Update DXUT port and add Effects11 (FX) port (#16101)Chuck Walbourn
* Update dxut port, added effects11 port * DXUT does not support UWP * Fixed FX11 CMake to support UWP * DXUT supports arm64 desktop * Update baseline * Now that these build with CMake, no need to exclude staticcrt * rev'd port version * Fix versions * Update versions/d-/dxut.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions/e-/effects11.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/dxut/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/d-/dxut.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/e-/effects11.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 ports/effects11/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Updated version hash * Fixed format complaint * Fixed baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-11[gl2ps] update to 1.4.2 (#16134)JonLiu1993
* [gl2ps] update to 1.4.2 * update version
2021-02-11[ngspice] fix win32 codemodel glob (#16131)Marek Roszko
* [ngspice] Fix 32-bit code models not being globbed correctly * [ngspice] update x-add-version
2021-02-11[workflow] add port of sogou/workflow (#16140)dengjunplusplus
* add port workflow * format manifest * add versions * add versions for all * ignore arm_uwp and x64_uwp * merge two portfile * Revert "add versions for all" This reverts commit 3806e22a7d49c80a614c08a4107ca2657001085e. * delete unnecessary line * update versions
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