Age | Commit message (Expand) | Author |
---|---|---|
2022-12-12 | LibCore: Propagate errors from `Stream::*_entire_buffer` | Tim Schumacher |
2022-12-12 | LibCore: Rename `Stream::*_or_error` to `*_entire_buffer` | Tim Schumacher |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-20 | Everywhere: Move cpp-tests under /home/anon/Tests | Brian Gianforcaro |
2022-03-10 | Tests: Port test-cpp-preprocessor to Core::Stream | Sam Atkins |
2022-03-10 | Tests: Port test-cpp-parser to Core::Stream | Sam Atkins |
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster |
2021-08-14 | Tests: Add regression tests for the LibCpp preprocessor | Itamar |
2021-08-07 | LibCpp: Do lexing in the Preprocessor | Itamar |
2021-05-19 | LibCpp: Add regression tests for the parser | Itamar |