Age | Commit message (Expand) | Author |
---|---|---|
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas Kling |
2022-09-09 | AK: Warn when trying to set `@foo@` as a SourceGenerator key | Sam Atkins |
2022-07-12 | AK: Add string literal helpers to AK::SourceGenerator | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-28 | AK: Add `appendln` helper to SourceGenerator | Hendiadyoin1 |
2022-03-28 | AK: Explicitly move `value` String in SourceGenerator::set | Hendiadyoin1 |
2022-03-28 | AK: Make SourceGenerator move constructible | Hendiadyoin1 |
2022-03-09 | AK: Print a better error message when missing a SourceGenerator key | Sam Atkins |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2020-11-23 | LibIPC: Prepend each message with its size | Sergey Bugaev |
2020-10-24 | AK: Introduce SourceGenerator::fork(). | asynts |
2020-10-12 | AK: Add SourceGenerator class. | asynts |