Skip to content

Releases: foonathan/debug_assert

Version 1.3.4

22 Apr 20:12
faedee6
Compare
Choose a tag to compare

Fixed compiler errors and warnings.

Version 1.3.3

24 Aug 08:03
Compare
Choose a tag to compare

Remove DEBUG_ASSERT_ASSUME() as it was causing performance issues.

Version 1.3.2

04 May 07:39
dfeca6b
Compare
Choose a tag to compare

Workaround warning on clang.

Version 1.3.1

25 Jan 20:33
Compare
Choose a tag to compare

CMake and build system improvements.

Version 1.3

30 Oct 09:08
Compare
Choose a tag to compare

Allow DEBUG_UNREACHABLE in constexpr code and fix issue with long line numbers.

Version 1.2

24 Feb 10:20
Compare
Choose a tag to compare

Better CMake code as well as ADL bugfix.

Version 1.1

10 Jan 13:11
Compare
Choose a tag to compare

Conditionally allow exceptions in handler, improved CMake and use clang __builtin_assume() where appropriate.

Version 1.0

24 Dec 15:24
Compare
Choose a tag to compare

First stable version.