Releases: jtsylve/yatlib
Releases · jtsylve/yatlib
v1.7.0
v1.6.1
- Fix bug in bitmap accesses
- Silence MSVC warnings in chrono.hpp
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Fixed issue with constexpr bitcast detection
- Added detection to determine whether to include dependencies
- Bug/compile fixes
- Added support for C++20 chrono library
- Updates CI compilers
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Remove problematic header include detection
- Fixed issue with C++ version detection on MSVC
- Fixed issue with detecting std::ranges support
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.0
What's Changed
- Fixed bug where running clang-tidy when targeting earlier version of macOS
- Added an implementation of C++23 zip_view
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Updated third party dependencies to the latest release versions
- Added C++20 ranges support from range-v3 library (falls back to std library if supported)
- Add iterator support for C++20 ranges
- compile fix for gcc
- Add implementations for the concepts library
- Added Visual Studio 2022 CI tests
NOTE: This release changes the minimum Visual Studio version to 2019.
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Added yat::is_specialization_of type_traits and yat::specializes concept
- Some minor bug fixes with old compilers and cleanup
Full Changelog: v1.1.1...v1.2.0