Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-31 | Format all code with clang-format | David Robillard | 2 | -44/+43 | |
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 | Remove unnecessary defines | David Robillard | 1 | -2/+0 | |
2020-07-16 | Use standard assert for test expectations | David Robillard | 1 | -9/+5 | |
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 | 1 | -0/+15 | |
2015-10-29 | Fix test suite memory leaks | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5796 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-04 | Improve test coverage | David Robillard | 4 | -0/+117 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 |