Age | Commit message (Expand) | Author |
---|---|---|
2020-12-24 | LibC: Unbreak assert.h when compiled with a C compiler :^) | Andreas Kling |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-08-11 | LibC: Make sure assert() expands to *something* in non-DEBUG builds | Andreas Kling |
2020-05-30 | AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED() | Andreas Kling |
2020-04-30 | LibC: Hint the compiler that assertions rarely fail | Sergey Bugaev |
2020-04-13 | LibC: Simplify ASSERT() to reduce code size | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |