Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: foonathan/debug_assert

Tags

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 1.3.4 (#25)

v1.3.3

Toggle v1.3.3's commit message
Remove DEBUG_ASSERT_ASSUME()

It doesn't get completely discarded after all...

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #14: Incorrect Pragma

v1.3.1

Toggle v1.3.1's commit message
Release version 1.3.1

v1.3

Toggle v1.3's commit message
static_cast of the __LINE__ macro to unsigned type for instances wher…

…e __LINE__ might be of long type. (#8)

v1.2

Toggle v1.2's commit message
Update version

v1.1

Toggle v1.1's commit message
Use Clang __builtin_assume if available (#5)

* Using Clang __builtin_assume if available.

* Fixed warning in clang.

- Added an attribute to indicate that the assertion expression
is pure (as it should be).

v1.0

Toggle v1.0's commit message
Add clang-format file