summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CIODevice.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-27LibCore: Fix errors when compiling LibCore using clang instead of gccStefano Cristiano
2019-09-04CIODevice: Add is_open()Andreas Kling
2019-07-27LibCore: Add CFileStreamReader, a simple streaming CFile reader.Andreas Kling
2019-07-27CIODevice: Add a virtual did_update_fd() no notify subclasses of fd change.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling