Age | Commit message (Expand) | Author |
---|---|---|
2022-12-12 | LibCore: Rename `Stream::read_all` to `read_until_eof` | 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-11-19 | Utilities: Port cpp utilities to Core::Stream | Sam Atkins |
2022-07-12 | Everywhere: Replace single-char StringView op. arguments with chars | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-11 | cpp-processor: Port to LibMain :^) | Kenneth Myhra |
2021-08-22 | Utilities: Use File.error_string() instead of perror(3) in cpp-* | Ralf Donau |
2021-08-14 | Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessor | Itamar |
2021-08-14 | LibCpp: Understand preprocessor macro definition and invocation | Itamar |
2021-08-14 | Utilities: Rename PreprocessorTest=>cpp-preprocessor | Itamar |