summaryrefslogtreecommitdiff
path: root/AK/Assertions.h
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-02-05AK: Always define ak_assertion_failed, even when NDEBUG is falseAndrew Kaster
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-06AK: Print VERIFY() error messages in release buildsAndreas Kling
2022-07-09AK: Make VERIFY() work in MinSizeRel buildsAndreas Kling
2022-02-21AK: Suppress clang-tidy warning on TODO()Max Wipfli
2021-11-14AK: Suppress false-positive clang-tidy warning in Assertions.hAndrew Kaster
2021-08-04AK+Kernel: Print TODO when a TODO() is executedsin-ack
2021-06-08LibC+AK: Remove our custom macros from <assert.h>Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Remove unused RELEASE_ASSERT macroAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK: Untangle TestSuite assertions a bitAnotherTest
2020-05-30AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()Andreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-02-09AK: Apply changes for the Bootstrapper environmentLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-06AK: Remove unused AK::not_implemented()Andreas Kling
2019-08-02TestSuite: Hijack the ASSERT macros during unit tests.Andreas Kling
2019-07-26AK: Add RELEASE_ASSERT in non-Serenity builds.Andreas Kling
2019-06-18AK: Make ASSERT_NOT_REACHED() work nicely in host builds.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-03Kernel: Remove unneeded kassert.h.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-17Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.Andreas Kling
2018-10-28Canonicalize the path used by sh.Andreas Kling
2018-10-25ELFLoader should fail with an error message for unresolved symbols.Andreas Kling
2018-10-22Import very modest Userland.Andreas Kling
2018-10-16Start fixing up AK to work inside the kernel.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling