Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-09 | Fix potential null dereferences and conversion warnings | David Robillard | 1 | -1/+8 | |
A few of these can't actually happen, but that's opaque to static analysis, so appease clang-tidy with casts since the checks are too valuable to suppress. | |||||
2024-01-09 | Fix null dereference when trying to load state from a missing file | David Robillard | 1 | -0/+13 | |
2022-12-10 | Avoid "else" after "return" | David Robillard | 1 | -7/+11 | |
2022-11-16 | Remove filesystem module | David Robillard | 1 | -2/+0 | |
2022-11-16 | Use zix_dir_for_each() | David Robillard | 1 | -11/+11 | |
2022-11-16 | Use zix_remove() | David Robillard | 1 | -12/+12 | |
2022-11-16 | Use zix_file_equals() | David Robillard | 1 | -2/+2 | |
2022-11-16 | Use zix_canonical_path() | David Robillard | 1 | -1/+1 | |
2022-11-16 | Use zix_path_join() | David Robillard | 1 | -39/+45 | |
2022-11-16 | Use zix_file_type() and zix_symlink_type() | David Robillard | 1 | -11/+18 | |
2022-11-16 | Simplify test setup code | David Robillard | 1 | -5/+1 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -0/+16 | |
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 | -873/+850 | |
2020-12-18 | Ensure that bundles are removed in state tests | David Robillard | 1 | -2/+2 | |
2020-12-18 | Check file contents rather than canonical paths in state tests | David Robillard | 1 | -6/+2 | |
This makes the checks work when the files are not symlinks, as on Windows. | |||||
2020-12-18 | Free instances before deleting state files | David Robillard | 1 | -7/+8 | |
This ensures that the files are no longer in use so they can be removed on Windows. | |||||
2020-12-17 | Fix writing state manifests on Windows | David Robillard | 1 | -1/+119 | |
2020-12-16 | Clean up includes | David Robillard | 1 | -1/+0 | |
2020-12-01 | Rewrite state test suite | David Robillard | 1 | -399/+797 | |
Still a little bit hairy, but much better, and it's at least possible to add cases now without running away screaming. | |||||
2020-12-01 | Move features to shared test context | David Robillard | 1 | -71/+82 | |
2020-12-01 | Factor out loading test plugin | David Robillard | 1 | -16/+29 | |
2020-12-01 | Factor out state test context | David Robillard | 1 | -33/+64 | |
2020-12-01 | Factor out test URI map | David Robillard | 1 | -35/+7 | |
2020-08-06 | Add lilv_remove() | David Robillard | 1 | -2/+1 | |
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 | Add missing static specifiers | David Robillard | 1 | -6/+6 | |
2020-07-16 | Split test suite up into several independent programs | David Robillard | 1 | -0/+581 | |