Age | Commit message (Expand) | Author |
---|---|---|
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |
2023-12-11 | refactor: Remove pre-C++20 fs code | MarcoFalke |
2023-12-11 | Add tests for C++20 std::u8string | MarcoFalke |
2023-12-11 | refactor: Avoid copy/move in fs.h | MarcoFalke |
2023-09-14 | refactor: Replace <filesystem> with <util/fs.h> | MarcoFalke |
2023-05-22 | fuzz: Print error message when FUZZ is missing | MarcoFalke |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |