Skip to content

Releases: foonathan/debug_assert

Version 1.3.4

Choose a tag to compare

@foonathan foonathan released this 22 Apr 20:12
faedee6

Fixed compiler errors and warnings.

Version 1.3.3

Choose a tag to compare

@foonathan foonathan released this 24 Aug 08:03

Remove DEBUG_ASSERT_ASSUME() as it was causing performance issues.

Version 1.3.2

Choose a tag to compare

@foonathan foonathan released this 04 May 07:39
dfeca6b

Workaround warning on clang.

Version 1.3.1

Choose a tag to compare

@foonathan foonathan released this 25 Jan 20:33

CMake and build system improvements.

Version 1.3

Choose a tag to compare

@foonathan foonathan released this 30 Oct 09:08

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

Version 1.2

Choose a tag to compare

@foonathan foonathan released this 24 Feb 10:20

Better CMake code as well as ADL bugfix.

Version 1.1

Choose a tag to compare

@foonathan foonathan released this 10 Jan 13:11

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

Version 1.0

Choose a tag to compare

@foonathan foonathan released this 24 Dec 15:24

First stable version.