Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-16 | Remove filesystem module | David Robillard | 1 | -0/+13 | |
2022-11-16 | Use zix_create_directories() | David Robillard | 1 | -3/+1 | |
2022-11-16 | Use zix_remove() | David Robillard | 1 | -2/+2 | |
2022-11-16 | Use zix_canonical_path() | David Robillard | 1 | -5/+6 | |
2022-11-16 | Use zix_path_join() | David Robillard | 1 | -14/+18 | |
2022-11-16 | Fix mismatched free functions | David Robillard | 1 | -2/+2 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-18 | Switch to meson build system | David Robillard | 1 | -3/+1 | |
2021-01-11 | Use unique test bundle names so tests can run in parallel | David Robillard | 1 | -12/+20 | |
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 | -118/+116 | |
2020-12-16 | Fix inconsistent parameter name | David Robillard | 1 | -2/+2 | |
2020-08-06 | Add lilv_remove() | David Robillard | 1 | -9/+2 | |
2020-08-06 | Rename some filename utilities for clarity | David Robillard | 1 | -3/+3 | |
Loosely inspired by Python and the std::filesystem API. | |||||
2020-08-06 | Separate filesystem utilities | David Robillard | 1 | -0/+1 | |
2020-07-16 | Clean up includes | David Robillard | 1 | -2/+3 | |
2020-07-16 | Automatically write prefixes to test files | David Robillard | 1 | -6/+11 | |
Makes the code less repetitive and verbose. They were all the same at this point anyway, since unused prefixes don't hurt anything. | |||||
2020-07-15 | Rewrite and separate common test facilities | David Robillard | 1 | -0/+184 | |