Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | AK: Rename Stream::read_entire_buffer to Stream::read_until_filled | Tim Schumacher |
2023-03-05 | Tests: Migrate to Directory::for_each_entry() | Sam Atkins |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
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-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 |
2021-08-14 | Tests: Add regression tests for the LibCpp preprocessor | Itamar |