Age | Commit message (Expand) | Author |
---|---|---|
2022-12-12 | LibCore: Rename `Stream::read_all` to `read_until_eof` | Tim Schumacher |
2022-11-19 | Utilities: Port cpp utilities to Core::Stream | Sam Atkins |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-11 | cpp-parser: Port to LibMain :^) | Kenneth Myhra |
2021-08-22 | Utilities: Use File.error_string() instead of perror(3) in cpp-* | Ralf Donau |
2021-08-07 | LibCpp: Do lexing in the Preprocessor | Itamar |
2021-08-02 | LibCpp: Correctly parse lines that end in '\' | Ali Mohammad Pur |
2021-08-01 | Utilities: Remove unused header includes | Brian Gianforcaro |
2021-05-19 | LibCpp: Generalize ASTNode::dump() to support redirecting its output | Itamar |
2021-05-19 | Utilities: Rename CppParserTest => cpp-parser | Itamar |