index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibCpp
Age
Commit message (
Expand
)
Author
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-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