Age | Commit message (Expand) | Author |
---|---|---|
2021-08-30 | AK: Use get_random() in IDAllocator | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | Everywhere: Remove unnecessary headers 2/4 | Ben Wiederhake |
2021-01-12 | AK: Simplify constructors and conversions from nullptr_t | Lenny Maiorani |
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-05 | LibCore: IDAllocator should never vend ID 0 | Andreas Kling |
2020-01-05 | AK+LibCore: Add an IDAllocator and use to allocate timer ids | Shannon Booth |