Skip to content

Releases: jtsylve/yatlib

v1.7.0

15 Nov 22:39
Compare
Choose a tag to compare

What's Changed

  • Added bitmap_view
  • Vendor dependencies

Full Changelog: v1.6.1...v1.7.0

v1.6.1

30 Aug 16:54
Compare
Choose a tag to compare
  • Fix bug in bitmap accesses
  • Silence MSVC warnings in chrono.hpp

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Aug 20:56
f64956c
Compare
Choose a tag to compare

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

04 Aug 19:02
Compare
Choose a tag to compare

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

02 Aug 17:46
f029aba
Compare
Choose a tag to compare

What's Changed

  • Added support for C++20 range algorithms

Full Changelog: v1.4.0...v1.5.0

v1.4.0

01 Aug 16:38
9a99f89
Compare
Choose a tag to compare

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

02 Jul 22:49
5b0579c
Compare
Choose a tag to compare

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

10 Jun 16:19
Compare
Choose a tag to compare

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

v1.1.1

31 May 23:01
Compare
Choose a tag to compare

Fixed issue with compiling yat::bitmap in Visual Studio 2022 with constexpr vector support.

v1.1.0

20 Apr 22:37
Compare
Choose a tag to compare

Added an implementation of cstring_view from the P1402R0 proposal.