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