Age | Commit message (Expand) | Author |
---|---|---|
2021-04-25 | AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake | Andrew Kaster |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-12-31 | AK: Add operator* and operator-> overloads in Optional. | asynts |
2020-09-25 | Meta+AK: Make clang-format-10 clean | Ben Wiederhake |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-05 | AK: Fix leak in Optional(Optional&&) | Andreas Kling |
2019-08-05 | AK: Optional::operator=(Optional&&) should clear movee's has_value bit | Andreas Kling |