Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-21 | Kernel::CPU: Move headers into common directory | Hendiadyoin1 |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | Everywhere: Remove unnecessary headers 3/4 | Ben Wiederhake |
2021-01-09 | AK: Add static Singleton::get function to allow destructible globals | Tom |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-11-22 | AK: Cleanup missing includes and #ifdef evaluation | Lenny Maiorani |
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-08-25 | Kernel: Switch singletons to use new Singleton class | Tom |
2020-08-22 | Revert "Kernel: Move Singleton class to AK" | Andreas Kling |
2020-08-22 | Revert "AK: Get rid of make_singleton function" | Andreas Kling |
2020-08-22 | AK: Get rid of make_singleton function | Tom |
2020-08-22 | Kernel: Move Singleton class to AK | Tom |