* [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>
* Use Stale bot to close issues
* Update .github/workflows/stale.yml
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* update action
---------
Co-authored-by: Adam Johnson <AdamJohnso@gmail.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))_