* [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.