summaryrefslogtreecommitdiff
path: root/Tests/LibCore/TestLibCoreIODevice.cpp
AgeCommit message (Expand)Author
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-01-14Tests: Remove some temporary files when finished using themAndreas Kling
2021-12-12LibCore: Add support for range-based for loops on LineIteratorsSahan Fernando
2021-11-30LibCore: Fix relative seeking in IODeviceArne Elster
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-06-22LibCore: Add unit test for File::read_linecoderdreams