Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |