index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Assertions.h
Age
Commit message (
Expand
)
Author
2022-02-21
AK: Suppress clang-tidy warning on TODO()
Max Wipfli
2021-11-14
AK: Suppress false-positive clang-tidy warning in Assertions.h
Andrew Kaster
2021-08-04
AK+Kernel: Print TODO when a TODO() is executed
sin-ack
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-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK: Untangle TestSuite assertions a bit
AnotherTest
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-02-09
AK: Apply changes for the Bootstrapper environment
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-06
AK: Remove unused AK::not_implemented()
Andreas Kling
2019-08-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-07-26
AK: Add RELEASE_ASSERT in non-Serenity builds.
Andreas Kling
2019-06-18
AK: Make ASSERT_NOT_REACHED() work nicely in host builds.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-03
Kernel: Remove unneeded kassert.h.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-17
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Andreas Kling
2018-10-28
Canonicalize the path used by sh.
Andreas Kling
2018-10-25
ELFLoader should fail with an error message for unresolved symbols.
Andreas Kling
2018-10-22
Import very modest Userland.
Andreas Kling
2018-10-16
Start fixing up AK to work inside the kernel.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling