Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-16 | Remove filesystem module | David Robillard | 1 | -1/+1 | |
2022-11-16 | Use zix_copy_file() | David Robillard | 1 | -4/+0 | |
2022-11-16 | Use zix_create_temporary_directory() | David Robillard | 1 | -1/+2 | |
2022-11-16 | Use zix_remove() | David Robillard | 1 | -3/+4 | |
2022-11-16 | Use zix_file_equals() | David Robillard | 1 | -6/+0 | |
2022-11-16 | Use zix_canonical_path() | David Robillard | 1 | -2/+0 | |
2022-11-16 | Use zix_path_join() | David Robillard | 1 | -2/+3 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-17 | Avoid incorrect use of mkstemp in tests | David Robillard | 1 | -22/+15 | |
This was an overly hasty switch from race-prone alternatives to mkstemp, but it did not actually account for the fact that mkstemp creates the file. This resulted in leaking the file handle, and trying to open it twice, which made the tests fail on Windows/MinGW. | |||||
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -26/+26 | |
2020-08-06 | Rename some filename utilities for clarity | David Robillard | 1 | -1/+1 | |
Loosely inspired by Python and the std::filesystem API. | |||||
2020-08-06 | Separate filesystem utilities | David Robillard | 1 | -1/+5 | |
2020-07-16 | Split test suite up into several independent programs | David Robillard | 1 | -0/+63 | |