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