index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
assert.h
Age
Commit message (
Expand
)
Author
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-23
LibC: Allow multiple includes of `<assert.h>`
Michel Hermier
2021-12-18
LibC: Move `_abort` next to `abort`
Michel Hermier
2021-12-18
LibC: Remove `VERIFY_NOT_REACHED()` from `assert.h`
Michel Hermier
2021-07-13
LibC: Use C-style void cast in assert()
Linus Groh
2021-07-12
LibC: Replace use of do/while in assert() with the ternary operator
Linus Groh
2021-07-12
LibC: Use correct macro to disable assert()
Andrew Kaster
2021-07-03
LibC: Don't use C++ attribute syntax in C-visible headers
Daniel Bertalan
2021-06-08
LibC+AK: Remove our custom macros from <assert.h>
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-12
LibC: Turn CRASH() into a function and add noreturn attribute
Gunnar Beutner
2021-03-08
LibC: Define static_assert in assert.h when it's being used in C
Mițca Dumitru
2021-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling