aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-21[libspatialite] Fix building for android (#18452)Matthias Kuhn
* [libspatialite] Fix building for android * x-add-version * Update versions/l-/libspatialite.json * Update libspatialite.json
2021-06-21 [Qt6] Update to 6.1.1 (#18320)Alexander Neumann
* [qt6] Update to 6.1.1 * version stuff * fix empty dir * update version * fix casing in qtbase * [libpq] add secure32.lib on windows * add clang-cl fix * version stuff * fix flag removal by adding a space * version stuff * make qt6->Qt6 usage consistent since Qt6 refers to itself as Qt6 with uppercase Q * fix libpq wrapper opensll linkage on linux * use policy to fix dependent ports * version stuff * use upstream patch * version stuff * fix source location for clang-cl * version stuff * remove ws change * version stuff
2021-06-21[librttopo] Allow building for Android (#18451)Matthias Kuhn
* [librttopo] Allow building for android * x-add-version * Update versions/l-/librttopo.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-06-21[gtest] Update to 1.11.0 (#18509)SvenPStarFinanz
* [gtest] Update to release version 1.11.0 * x-add-version * Update ports/gtest/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * renewal of x-add-version. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-21[pthreads] Fix debug dll look-up path (#18528)Daniel Schürmann
2021-06-21[openblas] Fix the macro collision with Windows 10 SDK (#18530)NancyLi1013
* [openblas] Fix the macro collision with Windows 10 SDK * Update version files * Update feature thread as threads in vcpkg.json * Update versions/o-/openblas.json
2021-06-21[pcre2] Update to 10.37 (#18547)Wolfgang Stöggl
- New upstream version 10.37 - Drop patches (fixed upstream): pcre2-10.35_add_check_for_Intel_CET.patch pcre2-10.35_fix_postfix_for_debug_Windows_builds.patch pcre2-10.35_fix-space.patch - Switch from CONTROL to vcpkg.json .\vcpkg format-manifest .\ports\pcre2\CONTROL
2021-06-21[qt5-*] Make QT and dependents build on arm macos (#18567)Lucius Q. User
* [qt5-*] Make it build on ARM64 macos * [qt5-base] update port version
2021-06-21[OpenCV] update to 4.5.2 (#18572)Stefano Sinigardi
* [OpenCV] update to 4.5.2 * update version refs * [OpenCV4] fix qt integration * fix refs
2021-06-21[nameof] Update to 0.10.1 (#18574)Daniil Goncharov
2021-06-18[infoware] update to latest commit (#18486)Ryan
* update infoware to latest commit * update deprecated functions * remove redundant file cleanup * add versioning
2021-06-18[function2] Update to version 4.2.0 (#18487)Gregor Jasny
2021-06-18[flashlight-cuda] Fix installation (#18489)NancyLi1013
* [flashlight-cuda] Fix installation * Update version files
2021-06-18[libgpg-error] Remove COPYING.LIB from lib folder (#18492)NancyLi1013
* [libgpg-error] Remove COPYING.LIB from lib folder * Update version files
2021-06-18[libass] fix fontconfig dependency in .pc file (#18516)Matthias C. M. Troffaes
* [libass] fix fontconfig dependency in .pc file on x64-linux * [libass] bump port version * [libass] x-add-version
2021-06-18[uwebsockets] update to 19.2.0 (#18525)JonLiu1993
* [uwebsockets] update to <v19.2.0> * update version
2021-06-17[ffmpeg] Warn/fail when selecting unsupported features. (#17153)Matthew Oliver
* [ffmpeg] Warn/fail when selecting unsupported features. * Update ffmpeg.json * Bump port-version * Update ffmpeg.json * [ffmpeg] Check for gpl/nonfree aswell as all option. * avisynth now support static linking * fixup typo * Update ffmpeg.json * Revert to fatal error on even when all is selected * Update ffmpeg.json * [ffmpeg] Disable openh264 on uwp * update * Update versions/f-/ffmpeg.json * update * Update ffmpeg.json * update * update * Update Co-authored-by: Billy Robert ONeal III <bion@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-06-17[windres-rc] Fix wrapper output (#17045)Kai Pastor
2021-06-16[minizip] Fix usage, fix minizipConfig.cmake (#18472)Jack·Boos·Yu
* [minizip] Fix usage, fix minizipConfig.cmake * update version record
2021-06-15[arrow] Update to 4.0.0 (#17975)Ian Cook
* Update arrow to 4.0.0 * Format * Try fix thrift * Update versions/ files * Do not set ZSTD_ROOT * Remove double quotes causing Windows problems * Apply patches * Remove LIB_DIR_OPTIONS * Tweak zstd flags * Update version hash * Format * Fail early on x86 * Update hash * Fail early on arm, arm64 * Update hash * Add expected failures to to scripts/ci.baseline.txt * Exclude mallocs from default features * Update hash * Set default-features to false for aws-sdk-cpp Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Specify only x64 support in manifest Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Remove unneeded ci.baseline.txt entries Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Remove dataset from default-features Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update hash * Remove zstd path args * Update hash Co-authored-by: Tanguy Fautre <tanguy@fautre.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-15[raylib] Fix MinGW build (#18362)Leonid Pospelov
.
2021-06-15[yyjson] Update to v0.3.0 (#18359)myd7349
* [yyjson] Update to 0.3.0 * [yyjson] vcpkg x-add-version yyjson
2021-06-15[ryml] [c4core] Update RapidYaml (ryml) to newer version (#18230)Michael Goulding
* remove old port version * fix versions yet again Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com>
2021-06-15[libpq] Add Secur32.lib and openssl to libpq cmake wrapper (#18377)Alexander Neumann
* [libpq] add secur32.lib to wrapper * version stuff * add openssl fix. * fix version stuff
2021-06-15[devil] Fix ilut header (#18384)Phoebe
* [devil Fix ilut header * Update baseline
2021-06-15[aubio] Add ws2_32 to linkage (#18385)NancyLi1013
* [aubio] Add ws2_32 to linkage * Update version files
2021-06-15[open6254] Enable uwp support (#18390)Silvio Traversaro
* open62541: Enable uwp support * Update versions for open62541
2021-06-15[vcpkg_download_distfile] Add condition for padding the SHA (#18459)NancyLi1013
2021-06-14[vcpkg-tools] update nuget to 5.9.1 (#18447)Alexander Neumann
2021-06-11[directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for ↵Chuck Walbourn
June 2021 releases (#18366) * [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release * added versions
2021-06-11[ffmpeg] fix release-only builds (#18367)Matthias C. M. Troffaes
* [ffmpeg] fix release-only builds * [ffmpeg] bump port version * [ffmpeg] x-add-version * [ffmpeg] strequal: use quotes when comparing against strings * [ffmpeg] x-add-version
2021-06-11[sqlite3] Update to 3.35.5 (#18374)pastdue
* [sqlite3] Update to 3.35.5 * Run x-add-version sqlite3
2021-06-11[vcpkg baseline][otl] Update to 40463 (#18383)Phoebe
* [vcpkg baseline][otl] Update to 40463 * Update the version * Upate the baseline
2021-06-11[vcpkg_download_distfile] Add explicit case for "0" (#18285)ras0219
2021-06-11[vcpkg_download_distfile] Fix regression for downloading via ARIA2 and ↵Robert Schumacher
downloading with HTTP headers (#18340) * [vcpkg_download_distfile] Use CMake to download if HTTP headers are supplied * [vcpkg_download_distfile] Restore RENAME for the aria2 downloader Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-06-11[clapack] Remove broken host-arithchk (#17573)Robert Schumacher
2021-06-11update version of dataframe (#18348)Rayan
2021-06-11[redis-plus-plus] update to 1.2.3 (#18347)JonLiu1993
* [redis-plus-plus] update to 1.2.3 * update version
2021-06-11[kf5config] Add DISABLE_PARALLEL_CONFIGURE (#18345)NancyLi1013
* [kf5config] Add DISABLE_PARALLEL_CONFIGURE * Update version files
2021-06-11[approval-tests-cpp] New port (#18338)Clare Macrae
* [approval-tests-cpp] New port Co-Authored-By: nicole mazzuca <mazzucan@outlook.com> * add version files Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-11[azure-storage-*] Update Azure SDK Jun Release (#18329)Azure SDK Bot
* [azure-storage-common-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Other Changes and Improvements - Fixed a filename encoding issue. * [azure-storage-blobs-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Other Changes and Improvements - Added and updated some samples. - Fixed a read consistency issue. * [azure-storage-files-datalake-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Breaking Changes - Renamed `ContentLength` in `FlushFileResult` to `FileSize`. ### Other Changes and Improvements - Removed `IfUnmodifiedSince` from access conditions of setting filesystem metadata operation. - Updated some samples. - Fixed a read consistency issue. * [azure-storage-files-shares-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Breaking Changes - Renamed `ContentLength` in `FileItemDetails` to `FileSize`. ### Other Changes and Improvements - Updated some samples. - Fixed a read consistency issue. * [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.3 ## 4.0.0-beta.3 (2021-06-08) No breaking changes or new features added. Includes only implementation enhancements. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.3 ## 4.0.0-beta.3 (2021-06-08) ### Breaking Changes - Updated `MaxPageResults` type to `int32_t`, from `uint32_t`, affecting: - `GetDeletedKeysOptions()`. - `GetPropertiesOfKeysOptions()`. - `GetPropertiesOfKeyVersionsOptions()`. - Updated `CreateRsaKeyOptions::KeySize` type from `uint64_t` to `int64_t`. - Updated `CreateRsaKeyOptions::PublicExponent` type from `uint64_t` to `int64_t`. - Updated `CreateOctKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
2021-06-11[argtable3] Update to v3.2.1 (#18325)Tom G. Huang
* chore: Update to v3.2.1 Since we have modified CMake scripts in Argtable3, which now supports the vcpkg manifest mechanism, we also remove unnecessary code snippets and deprecated targets. * chore: Update version information
2021-06-11[hazelcast-cpp-client] update to v4.1.1 (#18318)yemreinci
* update hazelcast-cpp-client to v4.1.1 * ran
2021-06-11[crow] update to v0.3 (#18315)Luca Schlecker
2021-06-11[gamenetworkingsockets] update to 1.3.0 (#18313)Dorq
* [gamenetworkingsockets] update to v1.3.0 * [gamenetworkingsockets] run x-add-version * requested changes * [gamenetworkingsockets] fix hash
2021-06-11[openssl] Fix build on ARM64 macos (#18310)Lucius Q. User
2021-06-11[rapidjson] Remove usage (#18308)Jack·Boos·Yu
* [rapidjson] Improve usage * update version record * Remove usage * update version record
2021-06-11[matplotplusplus] Re-fix 3rd libraries installation (#18306)Jack·Boos·Yu
* [matplotplusplus] Re-fix 3rd libraries installation. * update version record
2021-06-11[coolprop] Fix usage, re-fix installation (#18305)Jack·Boos·Yu
* [coolprop] Fix usage, re-fix installation * update version record * Update ports/coolprop/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/c-/coolprop.json * Update versions/c-/coolprop.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-11[libtorrent] Update to 1.2.14 (#18301)Francisco Pombal
* [libtorrent] Update to 1.2.14 * [libtorrent] Update version files Co-authored-by: Francisco Pombal <FranciscoPombal@users.noreply.github.com>