* [azure-identity-cpp] Update to 1.5.1
## 1.5.1 (2023-07-06)
### Bugs Fixed
- [#4723]](https://github.com/Azure/azure-sdk-for-cpp/issues/4723) Accept a wider variety of token responses.
* [azure-core-cpp] Update to 1.10.1
## 1.10.1 (2023-07-06)
### Breaking Changes
- [[#4662]](https://github.com/Azure/azure-sdk-for-cpp/issues/4662) `Azure::Core::Operation<T>::GetRawResponseInternal()` is now deprecated and no longer requires an overload.
### Other Changes
- Empty diagnostic messages will no longer be generated.
* [azure-core-amqp-cpp] Update to 1.0.0-beta.1
## 1.0.0-beta.1 (2023-07-06)
### Features Added
- Initial release
* Dependency search fix
* Dependency link fix
* x-add-version
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* Update bde port
Disable windows and arm, at least for now
It'd be great to enable arm64-osx (macos?) soon
* Update version in bde.json
* Remove ci.baseline.txt skip.
* Fix version database.
* fix port-version
* Stop building for android, osx
I don't specifically know why these don't work, but linux is the primary platform
so let's fix these another time
Also remove the cxx17 flag for now - we'll need to address this at some point
but for now this should satisfy the feature flag requirements.
* Review comments
* Remove WINDOWS_USE_MSBUILD
* Update versions
---------
Co-authored-by: Oleg Subbotin <osubbotin@bloomberg.net>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* add more options and remove unused CMake variables
* add version
* [rocksdb] fix liburing option
* update version
* [rocksdb] disable debug runtime for Release configuration (Windows only)
* update version
* [rocksdb] remove processor-specific features
* [rocksdb] update v7.10.2
* add version
* [rocksdb] update to v8.0.0
* add version
* add version
* modify version
* add version
* [rocksdb] update to v8.3.2, build shared library, update ci.basline.txt
* update version
* [rocksdb] PORTABLE option has been modified in v8.3, it should be equal to 1
* clean up ci.baseline.txt
* =update version
* revert "clean up ci.baseline.txt"
* remove unnecessary lines
* update version
* update ci.baseline.txt
* update version
* [rocksdb] remove JeMalloc
* update version
* Fix typo in usage file
* Update port version
* Add missing newline at end of usage file
* Update versions/t-/tree-similarity.json
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
---------
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* [cbc] Add new port
* Add dependencies
* [cgl] Update version to rebuild
* [cbc] Update CMakeLists.txt
[cgl] Revert the version
* Update
* add version file
* adapt to new version
* fix dependency name. VCPKG IS NOT CONSISTENT HERE
* rename with coinor prefix, as this seems to be the standard. try different approach copied from cgl
* accidentally renamed portfile
* version???
* forgot add rename
* quotes
* try autoconf/make
* more make changes
* try cmake again
* ifcase
* try make again
* really try make
* add dependency libs to conf call
* randomly copy stuff from other ports
* without-miplib3
* try non-release version (after autoconf fixes) as in the other ports.
* fix hash
* skip autoconf??
* add macro patch
* patch format??
* Update dep.patch
* patch
* weird caching??
* ????????
* sha
* superfluous config options
* cleanup
* vcpkg commands
* pkgconf patch for win
* disable glpk since I do not plan to add it as a feature for now.
* after conutils include
* fix version
* Update version database
* Update ports/coin-or-cbc/portfile.cmake
* Update version database
* Apply suggestions from code review
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* add back AUTOCONFIG
* try with autconfig and without configure.ac patch
* Update version database
* Update version database
* cleanup
* Update version database
* chagne
* Update version database
---------
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [libepoxy] Fix android builds
* [libepoxy] uwp is unsupported
* [libepoxy] windows staticcrt is unsupported
Initialization code is in DllMain, so dynamic linkage is required, so avoid static CRT.
* [openssl] Use bash from PATH rather then /bin (microsoft/vcpkg#32288)
The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.
This breaks compilation on FreeBSD, where bash isn't part of the operating
system.
Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH
* [openssl] regenerate versions registries (microsoft/vcpkg#32288)
* [botan] Use bash from PATH rather then /bin (microsoft/vcpkg#32284)
The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.
This breaks compilation on FreeBSD, where bash isn't part of the operating
system.
Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH.
* [botan] bump portrevision (microsoft/vcpkg#32284)
* [botan] regenerate versions repository (microsoft/vcpkg#32284)
* [libssh] Update to 0.10.5
* Fix pc file for mingw on linux
* Fix exported config
* Update ci baseline
* Update usage
* Revert "Update ci baseline"
---------
Co-authored-by: Cheney-Wang <850426846@qq.com>
* Add sort port for sort.h
[sort.h](https://github.com/swenson/sort) is a fast C header library
with many different sorting algorithms.
There's not a build process, so the port is just copying the header
file.
Most people usually just copied the header into their project, but I
thought having a vcpkg might make it easier to use sort.h
* Move sort to swenson-sort
* Add port files
* Add version and git-tree
* New sha for package
* Update git-tree
* Update release sha512
* Update git-tree
* New pkg as per PR review
* And the usual git-tree
* More code review fixes
* More git-tree stuff
* [qt5-webengine] remove build_3.with_missing_stdbool_include.patch from qt5-webengine
* [qt5-webengine] remove workaround-msvc2022-ice.patch from qt5-webengine
* [qt5-webengine] increase port version number
* [qt5-webengine] updated versions to include qt5-webengine port version 5.15.10#1
* [sfml] Update SFML to 2.6.0
- SFML 2.6.0 was just released
- The ARM64 patch for macOS is no longer needed
- Add extra Linux dependency hint
- Fix GitHub URL casing
* [sfml] Update version database
* add vcpkg-msbuild
* v db
* Apply some suggestions from code review
* revert v db and format manifest
* v db
* fix missing rename
* v db
* revert back to USE_MSVC_SYNTAX_ON_WINDOWS
* v db
* Fix logic
* v db
* Update versions/v-/vcpkg-msbuild.json
* Apply suggestions from code review
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
* remove include destination since it wasn't used any way
* v db
---------
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
* [opencascade] Fix feature dependence
* update version
* update version
* Apply suggesstion
* update version
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
* Update mp-units V0.8.0
* Update database
* Add range-v3 as dependency
* Update database
* Add fmt and ranges as features that can be turned off
* Update database
* Try setting fmt and range-v3 as default on osx
* Update database
* Remove name
* Use feature names instead of dep names
* Update database
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* Updating the necessary files.
* [openblas] Support arm64-uwp build
* Update version
* Merge UWP patches and don't set CMAKE_SYSTEM_PROCESSOR.
* Simplify supports clause.
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* refine feature name for libosmscout
* update port-version for libosmscout
* vcpkg x-add-version for libosmscout
---------
Co-authored-by: abc <a@b.com>
* [mysql-connector-cpp] update to 8.0.32
* reformat file
* update version
* fix compile on Linux
* update version
* requested changes
* update versions
* fix target not exported
* update version
* Update yara to 4.3.2
* Update versions list
* Update ports/yara/vcpkg.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update baseline version
* Update port version
---------
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Updated vulkan-memory-allocator-hpp port
* Ran vcpkg x-add-version vulkan-memory-allocator-hpp
* Used VERSION variable
* Updated port version
* Updated port version again
* Turned port-version back to 1
* Ran x-add-version
* Added development branch in description and reset port version
* Ran x-add-version
* Fixed version number
* Re-ran x-add-version
* pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull/27694
* bump port version
* version
* fix clang
* bump version
* version
* oops
* bump dependency version for boost-atomic's boost-module-build-helper dependency
* version
* revert renaming stuff -.-
* version
* remove detection stuff for lib prefix/suffix
* version
* fix indentation
* version
* forgot one
* version
* one more!
* version
* revert changes to cmake-get-vars
* version
* generate ports
* version db
* generate ports
* version db
---------
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* Xbox triplets should not support ports with only copyleft licenses
* Reverted ports that build with xbox currently
* Fix conflict and rebase
* Update baseline
* Update baseline
* [async-mqtt] Add async-mqtt port.
* Reflect review comments.
Add header-only on the top of file.
Use ${VERSION} instead of the literal.
Fix indent.
Add double qoute to path
Remove copyright install.
* Set build type to release.
* Removed debug directory removal.
* Fix async_mqtt installed cmake config.
* [games101-cgl] new port
* [games101-cgl] update version file
* [games101-cgl] update version dataset
* Updated the logic for installing the source code repository
* Updated the logic for installing the source code repository
* Update ports/games101-cgl/portfile.cmake
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* modify installation behavior
* add git-tree id
* Update version database
* add usage
* modify download hash
* update version data
---------
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [poppler] explicitly control dependencies
* Fix feature glib
* version
* rename feature lcms2 to cms
* not all find_package calls are always reached
* copy pdbs
* format
* version
* [sqlite3] Update to 3.42.0
* version
* Add cmake wrapper
* Test cmake wrapper
* version
* Add libsqlite3 to library names
* version
* WIP
* version
* restore original
* Remove cmake wrapper
* version
* Remove wrapper
* Remove all unused features
* version
* Remove unused features
* version
* only remove 1 variable
* version
* .
* version
* make json1 default feature
* version
* fix raining-tools feature compilation error
* update version
* Remove useless patches
* update version
* fix TRAINING_TOOLS
* update version
* fix format
* update version
* fix format
* update version
* Switch soem to version-date for rolling head library
* update database
* Remove unused patches and correct port-version
* update database
* review changes
* database update
* Update license to use new function
* update database
* Disable Werror soem
* update database
* [flashlight-sequence] New port
* Update version database
* Temporarily switch to fork to test OpenMP configurability
* Update version database
* Update origin to 0.0.1 tag
* Update ports/flashlight-sequence/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update version
---------
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update libupdf to 1.22.1
* update versions
* Update ports/libmupdf/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update ports/libmupdf/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update versions
* Update versions/l-/libmupdf.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [libmicrohttpd] Update to version 0.9.77
* [libmicrohttpd] Remove unneeded dependency
Gettext is used by upstream only to build files for distribution.
Gettext is not used by the library itself.
* [libmicrohttpd] Add ARM support
The ARM is supported by upstream for a long time, VC support for ARM
was added in the version 0.9.77.
* [libmicrohttpd] Use universal project for VC builds
* [libmicrohttpd] Exclude wrong lib headers
* [libmicrohttpd] Support release/debug for non-VC builds
* [libmicrohttpd] Add license
* [libmicrohttpd] Add "https" feature
* [libmicrohttpd] Use right function for license file
* [libmicrohttpd] Fix "supports"
libmicrohttpd VC projects support only static library with static
runtime or dynamic library with dynamic runtime
* [libmicrohttpd] Update version database
* [flashlight-text] New port
* Format and fix vcpkg.json, x-add-version
* Export dll symbols on Windows
* Only pass opt to export all symbols on Windows
* Update version database
* Rename flag
* Update version database
* Update ports/flashlight-text/portfile.cmake
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update ports/flashlight-text/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update version
* Update to v0.0.4, remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* Update version database
* Use in portfile
* Update version database
* Fix CMake config install location
* Update package version
* Omit config fixup arg
* Update version
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Select fastest available FFT library depending on the platform
* Update to rubberband 3.2.1
* Also added arm64 in the portfile.cmake condition to match arm in the vcpkg.json
* Use FFTW backend on x86_windows due to Microsoft Visual Studio bug
* [crossguid] Fix compilation on gcc v13
Crossguid no longer compiles with gcc v13 (tested on Linux), due to a
missing include (cstdint). There is an upstream pull request to fix the
issue which has been open for some time but not yet merged [1].
Let's patch the sources in vcpkg until upstream fixes it.
Fixes#31834.
[1] https://github.com/graeme-hill/crossguid/pull/67
* [crossguid] Bump port-version
* [unordered-dense] New port
* [unordered-dense] Update version files
* [unordered-dense] Add missing version file
* [unordered-dense] Add license
* [unordered-dense] Update version files
* New port: libtracepoint-decode (decoder for perf.data)
Library for decoding tracepoints, e.g. from Linux perf.data files.
* Version 1.0 for new port: libtracepoint-decode
* [podofo] Change to github and update version to 0.10.0
* update version
* fix static export
* v db
* fix export name and add usage
* v db
* disable build libxml2 features
* format
* v db
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* remove port version constraints
* remove port version constraint
* bump port version
* version db
---------
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
* remove port sais
* fix stdexec hash
* update stdexec version
* replaced main with a tag
* update stdexec version
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>
## 1.10.0 (2023-06-01)
### Features Added
- Added `Azure::Core::Uuid::AsArray()` and `Azure::Core::Uuid::CreateFromArray()` to enable reading or writing from an existing UUID. This is useful when the UUID was generated outside the Azure SDK, or needs to be used from a component outside the Azure SDK.
### Other Changes
- [[#3964]](https://github.com/Azure/azure-sdk-for-cpp/issues/3964) Ensuring some Azure SDK types have the expected default operations. (A community contribution, courtesy of _[jnyfah](https://github.com/jnyfah)_)
### Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Jennifer Chukwu _([GitHub](https://github.com/jnyfah))_