Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 3 | -16/+8 | |
2022-07-18 | Switch to meson build system | David Robillard | 1 | -0/+25 | |
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -0/+7 | |
2020-12-31 | Format all code with clang-format | David Robillard | 2 | -64/+61 | |
2020-12-16 | Clean up includes | David Robillard | 1 | -1/+1 | |
2020-08-06 | Separate filesystem utilities | David Robillard | 1 | -1/+1 | |
2020-07-16 | Use standard assert for test expectations | David Robillard | 1 | -8/+4 | |
The old one aborted anyway, and I've been using assert for tests in other projects for a while now, and never really missed having something more complex. The lack of a dependency or repetitive code is nice. Since the unit tests are about to be split up, the abort thing will become less of an issue anyway. | |||||
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2019-01-13 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2019-01-13 | Clean up includes | David Robillard | 2 | -3/+11 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2016-07-14 | Improve test coverage | David Robillard | 4 | -0/+176 | |