Age | Commit message (Expand) | Author |
---|---|---|
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 |