serenity/Tests/LibCore
Tim Schumacher f205f62a44 LibCore: Add an automatically allocating MemoryStream
Similar to AK::DuplexStream, this writes to the end and reads from the
beginning of a dynamically allocated buffer.
2022-12-15 13:28:29 +00:00
..
10kb.txt LibCore: Fix relative seeking in IODevice 2021-11-30 10:51:10 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
long_lines.txt
small.txt Tests/LibCore: Add regression test for the read_until_any_of OOB read 2022-01-01 14:44:02 +01:00
TestLibCoreArgsParser.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestLibCoreDeferredInvoke.cpp
TestLibCoreFilePermissionsMask.cpp LibCore: Implement four-digit modes for FilePermissionsMask parsing 2022-07-27 21:45:01 +00:00
TestLibCoreFileWatcher.cpp
TestLibCoreIODevice.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TestLibCoreSharedSingleProducerCircularQueue.cpp LibCore: Introduce SharedSingleProducerCircularQueue 2022-04-21 13:55:00 +02:00
TestLibCoreStream.cpp LibCore: Add an automatically allocating MemoryStream 2022-12-15 13:28:29 +00:00