aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-03-01[libnop] create a new port (#16471)Park DongHa
* [libnop] create a new port * [libnop] update baseline and port SHA
2021-03-01[vcpkg-cmake] Fix typo in vcpkg_cmake_configure that prevented custom ↵Charles Milette
triplets from working (#16468) * Fix typo in vcpkg_cmake_configure that prevented custom triplets from working * Bump version * Update baseline * Update versions file
2021-03-01[google-cloud-cpp] update to latest release (v1.25.0) (#16477)Carlos O'Ryan
2021-03-01[vcpkg baseline][libnice] Skip all triplets check (#16473)NancyLi1013
2021-03-01[vcpkg] [docs] Add Boost versioning example (#16381)Victor Romero
* Add boost versioning example * Simplify text * Fix formatting
2021-03-01[Imgui] Update docking-experimental and freetype features to 1.81 (#16268)Rémy Tassoux
* [imgui] Update docking-experimental and freetype features to 1.81 * [imgui] Update version files * [imgui] Move string replacement to post-build * Update ports/imgui/CMakeLists.txt * [imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feature is enabled and move wchar32 string replacement to post-build * [imgui] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-02-28[scripts-audit] Rollup PR 2021-02-26 (#16440)nicole mazzuca
* [scripts-audit rollup] PR #16419 * pull the cmake doc comment parsing out into its own function * support cmake helper ports * add real support for deprecation, as opposed to ad-hoc * [scripts-audit rollup] PR #16192 * add a z_ in front of internal functions * move internal functions out set feature_vars again in parent scope * [scripts-audit rollup] PR #16309 Audit vcpkg_copy_pdbs * [scripts-audit rollup] PR #16304 * Fix usage, documentation * [scripts-audit rollup] PR #16393 * [scripts-audit rollup] PR #16377 Deprecate `vcpkg_*_cmake` in favor of `vcpkg_cmake_*` from the `vcpkg-cmake` port, as well as `vcpkg_fixup_cmake_targets` in favor of `vcpkg_cmake_config_fixup` from the `vcpkg-cmake-config` port.
2021-02-26[boost-context] fix linux -> windows cross compile (#16378)autoantwort
* [boost-context] fix linux -> windows cross compile * add version files
2021-02-26[libwebm] apply upstream changes to support Android NDK r15b and later (#16398)Jesse Towner
* [libwebm] upstream changes for Android NDK r15b This applies upstream changes from master to libwebm 1.0.0.27 to support building with Android NDK r15b and later up through Android NDK r23 beta. Commits taken from https://chromium.googlesource.com/webm/libwebm master branch: 0ae757087f5e6eb01dfea16cc09205b2425cfb74 Fix android build failure with NDK r15b. 90967863b2f67962f52595a26abb8e4fa4105d44 mkvparser: fix float conversion warning * [libwebm] update control file * [libwebm] update versions * Update ports/libwebm/CONTROL 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/l-/libwebm.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> * [libpx] use file INSTALL instead of COPY & RENAME * [libvpx] update versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-26[brotli] add iOS support (#16397)Jesse Towner
* [brotli] add iOS support This commit adds support for iOS by modifying the CMakeLists.txt file to specify the BUNDLE DESTINATION parameter during install, which is required for iOS builds. * [brotli] update control file * [brotli] update versions
2021-02-26[concurrentqueue] Update to 1.0.3 (#16404)JonLiu1993
* [concurrentqueue] Update to 1.0.3 * update version
2021-02-26[realsense2] Update version to v 2.42.0 (#16411)Cheney Wang
* [realsense2] Update version to v2.42.0 * update version file Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-02-26[docs] Add CMake Integration to manifests.md (#16323)ras0219
* [docs] Add CMake Integration to manifests.md * [docs] Add command line reference to manifests.md * Update docs/users/manifests.md Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
2021-02-26[docs] Add references to awesome community websites. Fixes #16278 (#16421)ras0219
2021-02-26[vcpkg-tool] Publish release ↵Robert Schumacher
2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e (#16400) * [vcpkg-tool] Publish release 2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e * Update bootstrap.sh
2021-02-26[vcpkg baseline] [itpp] Fix include directory (#16385)Phoebe
* [itpp] Fix include directory * Update versions * [itpp] Disable optional packages Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24[rsasynccpp] Add new port (Rstein.AsyncCpp) (#16380)Rene Stein
* [rsasynccpp] Added rsasynccpp port * [rsasyncpp] Fix ci.baseline.txt, portfile.cmake, baseline.json, sasynccpp.json * [rsasynccpp] Added requested changes to vcpkg.json * [rsasynccpp] Improve portfile.cmake, add supports * [rsasynccpp] Fix version * [rsasynccpp] Fixing x64-Windows-static triplet Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-02-24[hazelcast-cpp-client] Add new port (#16235)ihsan demir
* Added Hazelcast C++ client (https://github.com/hazelcast/hazelcast-cpp-client) port for Hazelcast in-memory database. * Fixed the patch (The generated cmake files destination is corrected.) * Updated the patch. see https://github.com/hazelcast/hazelcast-cpp-client/pull/812 * Disable uwp support. * Added the missing version file for hazelcast-cpp-client. * [hazelcast-cpp-client] Avoid checking in large patch file * Format vcpkg.json * Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`. Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
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[python3] upgrade to 3.9.2 (#16315)Adam Johnson
* [python3] Update to 3.9.2. * x-add-version
2021-02-24[box2d] update to 2.4.1 (#16322)JonLiu1993
* [box2d] update to 2.4.1 * update version * delete patch file * update version * update json * update version
2021-02-24[libpmemobj-cpp] update to ver. 1.12 (#16325)JonLiu1993
* [libpmemobj] update to 1.12 * update version
2021-02-24[docs/users/manifests.md] add a link to the specification (#16336)Carlos O'Ryan
* [docs/users/manifests.md] add a link to the specification * Accept review suggestions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-24[psimd] add a new port (#16339)Park DongHa
* [psimd] create a new port * [psimd] update baseline and port SHA * [psimd] update port SHA
2021-02-24[fxdiv] create a new port (#16341)Park DongHa
* [fxdiv] create a new port * [fxdiv] update baseline and port SHA
2021-02-24[amqpcpp] update to 4.3.11 (#16354)JonLiu1993
* [amqpcpp] update to 4.3.11 * update version * add vcpkg.json * update version * update amqpcpp.json * update version * format manifest * update version
2021-02-24[sdl2] Update patch (#16370)NancyLi1013
* [SDl2] Update patch * update versions
2021-02-24[brynet] upgrade to 1.10.0 (#16366)IronsDu
* Update CONTROL * Update portfile.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-24Update taglib to 1.12.0 (#16390)Patrick Dehne
* Update taglib to 1.12.0 * Update versions file Co-authored-by: Patrick Dehne <patrick@steidle.net>
2021-02-24[boost] /safeseh for assembly (#16375)autoantwort
* [boost] build boost on windows x86 with /safeseh * add version files
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-24[vcpkg baseline][poppler] Add feature splash and add its dependency ↵Jack·Boos·Yu
boost-container and boost-move (#16356) * [poppler] Add dependency boost-container and boost-move * [poppler] Add feature splash * update version record
2021-02-24[vcpkg baseline][stxxl] Skip baseline check for windows build (#16359)Jack·Boos·Yu
2021-02-22[llvm] Fix resource path when building tools (#16294)Jack·Boos·Yu
* [llvm] Fix resource path when building tools * update version record
2021-02-20[vcpkg] vcpkg_configure_meson: cross-compile fixes for Android (#16260)Jesse Towner
* [vcpkg] vcpkg_configure_meson: cross-compile fixes This change includes two fixes to the meson cross-compile config. The first change fixes the regex used to partition linker flag options so that it supports double-hyphen prefixes. The second change ensures that the cross file is always generated when the target platform is either Android or iOS, even if the host and target CPU architectures are the same. * Use helper function instead of regex replace Use vcpkg_internal_meson_convert_compiler_flags_to_list to partition compiler flags into a list, instead of string(REGEX REPLACE ...).
2021-02-20[hpx] Adding HPX V1.6.0 (#16264)Hartmut Kaiser
2021-02-20[functions-framework-cpp] update to latest release (v0.4.0) (#16307)Carlos O'Ryan
* [functions-framework-cpp] update to latest release (v0.4.0) * Apply patch for MSVC, fixing upstream right now * I was wondering if this would need a new version * Delete port version
2021-02-20direcxtsdk port updated to use MS Downloads (#16317)Chuck Walbourn
* direcxtsdk port updated to use MS Downloads * update version history * Update ports/directxsdk/portfile.cmake Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * update version record * Minor filename change * Update version hash Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-02-20[jsoncons] Update to 0.162.1 (#16334)Daniel Parker
* Issue #307 * Update baseline
2021-02-20[jsonnet] Added 0004-incorporate-md5.patch to incorporate md5.cpp into ↵Tetsuya Hayashi
libjsonnet (#16335) * [jsonnet] Added a patch file to incorporate md5.cpp into libjsonnet * [jsonnet] increment port version * [jsonnet] update version record
2021-02-20[vcpkg docs] Update the versioning.getting-started.md (#16324)Phoebe
2021-02-20[librtmp] Switch to GitHub mirror (#16320)ras0219
2021-02-19[soci] Fix feature mysql (#16296)Jack·Boos·Yu
* [soci] Fix feature mysql * update version record