Age | Commit message (Expand) | Author |
---|---|---|
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster |
2021-09-02 | Tests: Add tests for Core::deferred_invoke | sin-ack |
2021-08-20 | LibCore: Make Core::File::open() return OSError in case of failure | Andreas Kling |
2021-06-22 | LibCore: Add unit test for File::read_line | coderdreams |
2021-06-13 | LibC: Make `getopt` modify `argv` again | Jelle Raaijmakers |
2021-06-08 | LibCore/ArgsParser: Learn how to stop on first non-option | Jelle Raaijmakers |
2021-06-08 | LibCore/ArgsParser: Add test suite | Jelle Raaijmakers |
2021-05-12 | Tests: Add InodeWatcher and FileWatcher tests | sin-ack |