aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-21[rtaudio] update port (#18034)Marcin Pączkowski
2021-05-21[vcpkg baseline][libheif] Fix build failure on OSX (#18039)Jack·Boos·Yu
* [vcpkg baseline][libheif] Fix build failure on OSX * update version record
2021-05-20[libb2] fix build (#17914)autoantwort
* [libb2] fix build for arm -> x64 on macOS * add version files
2021-05-20Azure SDK May Release (#18002)Azure SDK Bot
* [azure-core-cpp] Update to 1.0.0-beta.9 ## 1.0.0-beta.9 (2021-05-18) ### New Features - Added `Azure::PagedResponse<T>`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `Context::GetApplicationContext()` in favor of a new static data member `Context::ApplicationContext`. - Renamed `Request::IsDownloadViaStream()` to `ShouldBufferResponse()`. - Removed the `Azure::Core::Http::Request` ctor overload that takes both a `bodyStream` and a `bufferedDownload` boolean since it is not useful. - Changed integer size parameters for buffers from `int64_t` to `size_t` in various places such as `Azure::Core::IO::BodyStream::Read()` APIs. - Removed the `Azure::Core::Diagnostics::Logger::Listener` typedef. ### Bug Fixes - Do not re-use a libcurl connection to same host but different port. - Fixed curl transport issue to avoid crash at exit when curl connection pool cleanup thread is running. - Ensure uniqueness of `Azure::Core::Uuid` on POSIX platforms. ### Other Changes and Improvements - Modified precondition validation of function arguments to now result in assert failures rather than throwing an exception. - Remove exposing windows.h header from our public headers. - Improved performance of the WinHTTP transport layer on Windows for uploading large payloads. * [azure-identity-cpp] Update to 1.0.0-beta.6 ## 1.0.0-beta.6 (2021-05-18) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. * [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2021-05-18) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `KeyVaultException`. - Removed `ClientOptions`. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2021-05-18) ### New Features - Added support for importing and deserializing EC and OCT keys. - Added cryptography client. - Added `CreateFromResumeToken()` to `DeletedKeyOperation` and `RecoverKeyOperation`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `GetPropertiesOfKeysSinglePage()` to `GetPropertiesOfKeys()`. - Renamed `GetPropertiesOfKeyVersionsSinglePage()` to `GetPropertiesOfKeyVersions()`. - Renamed `GetDeletedKeysSinglePage()` to `GetDeletedKeys()`. - Renamed `KeyPropertiesSinglePage` to `KeyPropertiesPageResult`. - Renamed `DeletedKeySinglePage` to `DeletedKeyPageResult`. - Renamed `GetPropertiesOfKeysSinglePageOptions` to `GetPropertiesOfKeysOptions`. - Renamed `GetPropertiesOfKeyVersionsSinglePageOptions` to `GetPropertiesOfKeyVersionsOptions`. - Renamed `GetDeletedKeysSinglePageOptions` to `GetDeletedKeysOptions`. - Removed `Azure::Security::KeyVault::Keys::JsonWebKey::to_json`. - Replaced static functions from `KeyOperation` and `KeyCurveName` with static const members. - Replaced the enum `JsonWebKeyType` for a class with static const members as an extensible enum called `KeyVaultKeyType`. - Renamed `MaxResults` to `MaxPageResults` for `GetSinglePageOptions`. - Changed the returned type for list keys, key versions, and deleted keys from `Response<T>` to `PagedResponse<T>` affecting: - `GetPropertiesOfKeysSinglePage()` and `GetPropertiesOfKeyVersionsSinglePage()` now returns `KeyProperties`. - `GetDeletedKeysSinglePage()` now returns `DeletedKey`. - Removed `ResumeDeleteKeyOperation()` and `ResumeRecoverKeyOperation()`. ### Bug Fixes - Fix getting a resume token from delete and recover key operations. * [azure-storage-common-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `Azure::PagedResponse<T>`. ### Bug Fixes - Fixed a stream leak issue in `ReliableStream`. * [azure-storage-blobs-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - Default chunk size for concurrent upload was changed to nullable. - `BlobLeaseClient::Change()` updates internal lease id. - Removed `ContentType` from `GetBlockListResult`. - Moved `GetPageRangesResult` to detail namespace. - `BlobServiceClient::UndeleteBlobContainer` doesn't support restoring a deleted container under a different name anymore. - Changed the type of block count to `int32_t`. * [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### New Features - Added `DataLakePathClient::SetAccessControlListRecursive()`, `UpdateAccessControlListRecursive()` and `RemoveAccessControlListRecursive()`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - Default chunk size for concurrent upload was changed to nullable. - `DataLakeLeaseClient::Change()` updates internal lease id. * [azure-storage-files-shares-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### New Features - Added `ShareDirectoryClient::ForceCloseAllHandles()` and `ShareFileClient::ForceCloseAllHandles()`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - `ShareLeaseClient::Change()` updates internal lease id. - `ShareItem::ShareMetadata` was renamed to `ShareItem::Metadata`.
2021-05-19[vcpkg baseline][many ports] Fix build error (#17983)Jack·Boos·Yu
* [vcpkg baseline][wxwidgets] Fix build error * [mlpack] Fix configure error (upstream bug) * [vcpkg baseline] [embree2/embree3] Set cmake policy * Remove control file * Update baseline version * [mlpack] Re-write the dependency * [mlpack] Remove dependency boost-test since only feature test need it, add more boost dependencies. * [mlpack] Add dependency boost-heap * [mlpack] Fix uwp build * update version record * [mlpack] Revert uwp fix * update version record * [mlpack] Remove dependency boost-test * update version record * update baseline * [clamav] Update hash * update version record Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-05-18Update versioning.getting-started.md (#18000)ras0219
2021-05-18[libxml2] Improve pc file (#17747)Kai Pastor
* Use rcVersion.h.in from PORT_DIR directly * Inject static linking deps into pc file * x-add-version * Insert requires pc modules directly * x-add-version
2021-05-18[ace] Upgrade to 7.0.2 (#17933)Johnny Willemsen
* Make sure C++11 is enabled on macosx * ports/ace/portfile.cmake: * [ace] Upgrade to 7.0.2 * [ace] Revert change * Ran vcpkg x-add-version
2021-05-18[workflow] update the port workflow version (#17700)dengjunplusplus
* update version to 0.9.5 * update versions
2021-05-18[avcpp] Add new port (#17716)Charlie Barto
* add avcpp port * add avcpp * apply code review comments * update versions
2021-05-18[minizip-ng] made cmake installs relative (#17685)Prateek Chokse
* [minizip-ng] made cmake installs relative * [minizip-ng] update version * Update versions/m-/minizip-ng.json * formated ports/minzip-ng/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-18[rtaudio] add asio feature (#17617)Marcin Pączkowski
2021-05-18[qscintilla] Modify macro QSCINTILLA_DLL to 1 in qscintilla header (#17721)Jack·Boos·Yu
* [qscintilla] Modify macro QSCINTILLA_DLL to 1 in qscintilla header when building dynamic on Windows * Move code pos * update version record
2021-05-18[Polyhook2]Update to the latest version (#17754)Stephen Eckels
* update_polyhook2 * update polyhook2 * [Polyhook2]Update to the latest version Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-05-18[ade] fix single config triplets (#17935)Stefano Sinigardi
* [ade] fix single config triplets * [ade] fix version references
2021-05-18[vcpkg] Initial support of FreeBSD x64 platform (#17948)cnbatch
2021-05-18[atomic-queue]: available in vcpkg! (#17953)Michael Heyman
Co-authored-by: Michael Heyman <Michael.Heyman@jhuapl.edu>
2021-05-18[glad] fix features (#17966)Alexander Neumann
* [glad] fix features * version stuff
2021-05-18Revert "[vcpkg.cmake] fix Neumann-A problem with find_package (#17955)" (#17991)nicole mazzuca
This reverts commit b369b110b16b149066271a09ee56f1b9dcaec7d6. This change broke opencv, and it was not noticed since vcpkg.cmake didn't rebuild the world.
2021-05-18[Entt] update to 3.7.1 (#17923)JonLiu1993
* [Entt] update to 3.7.1 * update version
2021-05-18[libtcod] Update to 1.18.0 (#17946)Kyle Benesch
2021-05-18[robin-hood-hashing] Update to 3.11.2 (#17958)Ryan
* update to 3.11.2 * add versions
2021-05-18[embree3] Update to 3.12.2 and add features (#17925)Jack·Boos·Yu
* [embree3] Update to 3.12.2 and add features * update version record * Update ports/embree3/portfile.cmake * revert patch EOL, add keyword FEATURES * Update versions/e-/embree3.json
2021-05-18[libdivide] bump up to 4.0.0 (#17916)Jeong YunWon
2021-05-18[libuv] Upgrade to v1.41.0 (#17944)Rick Krause
* upgrade libuv to v1.41.0 * fix failed version check
2021-05-18[trantor] Update to 1.4.1 (#17952)An Tao
2021-05-18[librdkafka] Upgrade up to 1.7 (#17937)Alexander Smyslov
* Add files via upload * [new port] avro-cpp * add boost-format * remove comments * remove comments * Upgrade librdkafka17 * Upgrade librdkafka17 * Fix remarks * Fix remarks Co-authored-by: Alexander Smyslov <aleksandr.smyslov@libertexgroup.com> Co-authored-by: Smyslov Alexander Nikolayevich <aleksandr.smyslov@fxclub.com>
2021-05-18[sobjectizer] Update to 5.7.2.5 (#17936)eao197
* SObjectizer updated to v.5.7.2.5 * Command x-add-version applied for the latest sobjectizer
2021-05-18[glfw3] update to 3.3.4 (#17910)JonLiu1993
* [glfw3] update to 3.3.4 * update version
2021-05-18[pybind11] update to 2.6.2 (#17900)JonLiu1993
* [pybind11] update to 2.6.2 * update version
2021-05-18[oatpp] update to 1.2.5 (#17601)autoantwort
* [oatpp] update to 1.2.5 * add version files * update oatcpp libs to 1.2.5 * add version files * use version instead of version string * add version files * update hashes * add version files * fix windows build * add version files * fix windows build * add version files
2021-05-18[pango] update to 1.48.4 (#17668)Alexander Neumann
* [pango] update to 1.48.4 * add version pango * remove some stuff * version stuff
2021-05-18[flashlight-cpu] Update port (#17643)Jacob Kahn
* [flashlight-cpu] Update port * Ran x-add-version --overwrite-version * Use vcpkg_Fixup_cmake_targets, remove usage * overwrite version * bump port version * x-add-version * Update versions/f-/flashlight-cpu.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-05-18[cudnn] Fix port: install find module, add usage (#17644)Jacob Kahn
* [cudnn] Fix port * [cudnn] Update version * x-add-version again...
2021-05-18[openh264] only build shared or static library (#17592)Matthias C. M. Troffaes
* [openh264] respect meson default_library option so only required shared/static library gets built * [openh264] bump port version * [openh264] x-add-version
2021-05-18[winlamb] Add new port (#17590)myd7349
* [winlamb] Add new port * [winlamb] vcpkg x-add-version --overwrite-version winlamb * [winlamb] Supports windows * [winlamb] vcpkg x-add-version --overwrite-version winlamb
2021-05-18[vcpkg baseline][libmicrohttpd] Control dependencies, doc, examples, test ↵Kai Pastor
(#17653) * Quote filepath expressions * Add mingw support * Disable https, doc, examples, (curl) tests * Declare gettext dependency * x-add-version * Disable gnutls in addition to disabling https * x-add-version
2021-05-17[robin-map] add target and cleanup (#17361)Francisco Facioni
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-17[tinyfiledialogs] 3.6.3 -> 3.8.8 (#17343)Samuel Marks
* [tinyfiledialogs] 3.6.3 -> 3.8.7 * x-add-version * [tinyfiledialogs] Use git rather than explicit snapshot * x-add-version * [tinyfiledialogs] Put header in include dir one level down from before * x-add-version * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [tinyfiledialogs] 3.8.8 * vcpkg x-add-version --all * Update versions/t-/tinyfiledialogs.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/tinyfiledialogs/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update versions/t-/tinyfiledialogs.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-05-17[tgui] Fix usage and update to 0.9.1 (#17093)Jack·Boos·Yu
* [tgui] Fix usage * update version record * update to 0.9.1 * update version record * [tgui] Add feature sdl2 and sfml, fix dependencies * add comment * version * fix gui-builder build * Update versions/t-/tgui.json * Update ports/tgui/vcpkg.json * update manifest * update to latest commit * update version record * Update versions/baseline.json
2021-05-17[xnnpack] create a new port (#17064)Park DongHa
* [xnnpack] create a new port * [xnnpack] create a patch * [cpuinfo] update to latest * [cpuinfo] update baseline and port SHA * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cpuinfo/fix-install.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [cpuinfo] update port SHA * [cpuinfo] recover find_package * fixup target path to `share/unofficial-cpuinfo` * change IMPORTED target name to `unofficial::cpuinfo::cpuinfo` * [fbgemm] resolve failure after cpuinfo rename * change cpuinfo::cpuinfo to unofficial * [fbgemm] update port version * [nnpack] use changes target name * [nnpack] update port-version * [pthreadpool] support find_package * update to latest source code * [pthreadpool] update port version * [pthreadpool] support uwp * use WindowStore in platform check * [xnnpack] support find_package * windows: static build * export with namespace `unofficial::` * [xnnpack] update code to latest * change snapshot to resolve linux compile errors * [xnnpack] "supports" in manifest * update baseline & port SHA * [xnnpack] use 'vcpkg-cmake' ports * update port git-tree SHA * [xnnpack] remove unused configure options * [xnnpack] update code version * snapshot: 21/04/10 -> 21/05/17 Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-05-17[ffmpeg] update to upstream version 4.4 (#17735)Matthias C. M. Troffaes
* [ffmpeg] update to version 4.4 * [ffmpeg] format-manifest * [ffmpeg] remove avresample as default feature (it is deprecated, not upstream default, and will be removed in 4.5) * [ffmpeg] x-add-version * [ffmpeg] add avresample under the all feature * [ffmpeg] x-add-version * [ffmpeg] remove unused patch * [ffmpeg] x-add-version * [ffmpeg] remove wavpack from FindFFMPEG * [ffmpeg] x-add-version * [ffmpeg] fix compile cuda issue * [ffmpeg] x-add-version * [ffmpeg] only apply cuda compile patch on windows targets * [ffmpeg] x-add-version
2021-05-17[tensorpipe] create a new port (#16472)Park DongHa
* [tensorpipe] create a new port * [tensorpipe] create patch for libuv * [libnop] create a new port * [libnop] update baseline and port SHA * [tensorpipe] fix header/target install * [tensorpipe] remove support of Windows/UWP * [tensorpipe] update baseline and port SHA * Update ports/tensorpipe/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/tensorpipe/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [tensorpipe] support 'test' feature for Linux * it will be helpful to check output binaries are valid * update code snapshot(2021/03/02) and port SHA * [tensorpipe] fix build failures in Linux * TC for 'ibv' failes * link with CMAKE_DL_LIBS for <dlfcn.h> * [tensorpipe] apply PR feedback * [tensorpipe] update version-date and patches * [tensorpipe] FATAL_ERROR if feature requires Linux * [tensorpipe] reduce features and code base * simplify features * fix `pybind11` build failures * updates source code base and CMake export file names * use GNUInstallDirs variable * [tensorpipe] update baseline * [tensorpipe] update support * use more correct "support" exporession * [tensorpipe] fix Linux/CUDA test options * [tensorpipe] fix corrupted patch * [tensorpipe] fix wrong support expression Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-05-17[wxWidgets] update to 3.1.5 (#17527)JonLiu1993
* [wxWidgets] update to 3.1.5 * update version
2021-05-17[vcpkg.cmake] fix Neumann-A problem with find_package (#17955)nicole mazzuca
2021-05-17[scripts-audit] simple msbuild-buildsystem changes (#17779)nicole mazzuca
* [scripts-audit] simple msbuild-buildsystem changes * warn on extra args in vcpkg_clean_msbuild * fix variable name, and quotes expansion * ROOT_INCLUDES -> root_includes
2021-05-17[scripts-audit] gn buildsystem (#17776)nicole mazzuca
* [scripts-audit] Remove vcpkg_build_gn This command has never been used (git log -S"vcpkg_build_gn\(" gives no results outside of the file itself and docs) and so shrink the public interface surface * [scripts-audit] gn buildsystem * format * oops * aaaugh * cr
2021-05-13[curl] Fix android builds. Greatly simplify pkgconfig handling. (#17418)ras0219
* [curl] Fix android builds. Greatly simplify pkgconfig handling. * [curl] Fix permissions on curl-config * [curl] Fix missing assigment in replacement * [curl] Update version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-05-13Fixed AVX512KNL and AVX512SKX support for embree3. (#17701)Christoph Neuhauser
2021-05-13[hazelcast-cpp-client] update for new release version 4.1.0 (#17724)ihsan demir
* Added the new hazelcast-cpp-client version 4.1.0. * added the `git-tree` for hazelcast-cpp-client 4.1.0 version.