summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CFile.cpp
AgeCommit message (Expand)Author
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-26LibCore: Make CFile::open() truncate when opening something "WriteOnly"Andreas Kling
2019-10-21LibCore: Make CFile::open() assert that the filename is non-nullAndreas Kling
2019-08-18LibCore: Make it possible to pass a parent to CFile constructorsAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling