Skip to content

Releases: beached/header_libraries

Release Version 2.118.0

17 Nov 20:52
a397fc1
Compare
Choose a tag to compare

What's Changed

  • Updated read_file to use cstdio by @beached in #533
  • Fix typo in macro definition for unreachable feature check by @beached in #534
  • Add DAW_ASSUME test and fix DAW_HAS_CPP23_UNREACHABLE check by @beached in #535
  • Handle large file sizes in read_file by @beached in #536
  • Update to DAW_UNREACHABLE in debug mode by @beached in #537
  • Remove unreachable code from daw_visit.h by @beached in #538
  • Add atomic wait utilities and corresponding tests by @beached in #539

Full Changelog: v2.114.1...v2.118.0

Release Version 2.114.1

03 Nov 02:47
742b093
Compare
Choose a tag to compare

What's Changed

  • Refactor to remove unnamed namespace in daw_check_exceptions.h by @beached in #532

Full Changelog: v2.114.0...v2.114.1

Release Version 2.114.0

26 Oct 00:14
e2cfae6
Compare
Choose a tag to compare

What's Changed

  • Bugfixes and more pipelines functions by @beached in #529
  • Update function attributes and replace assert with daw_ensure by @beached in #530
  • Moved signed integer library to it's own repo daw_integer by @beached in #531

Full Changelog: v2.110.0...v2.114.0

Release Version 2.110.0

25 Aug 18:11
3b0b892
Compare
Choose a tag to compare

What's Changed

  • Removed deprecated libraries from default testing, bugfix in not_null by @beached in #527
    #528

Full Changelog: v2.109.0...v2.110.0

Release Version 2.109.0

25 Aug 01:52
f06101c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.107.0...v2.109.0

Release Version 2.107.0

10 Aug 19:57
e9e9f87
Compare
Choose a tag to compare

What's Changed

  • Added digit counting of unsigned integers by @beached in #525

Full Changelog: v2.106.2...v2.107.0

v2.106.2

04 Aug 17:38
fcd352a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.106.1...v2.106.2

Release Version 2.106.1

01 Jul 19:54
c9e1f04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.106.0...v2.106.1

Release Version 2.106.0

04 May 16:37
c9cf14f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.102.0...v2.106.0

Release Version 2.102.0

26 Feb 21:25
439d82f
Compare
Choose a tag to compare

Cleanup of exchange code in library
Added nth_pack_element
Made nth_type when no builtin was available based on nth_pack_element