Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-18 | Switch to meson build system | David Robillard | 1 | -0/+25 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -30/+29 | |
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 | Add missing extern declaration | David Robillard | 1 | -0/+3 | |
This avoids a clang warning about strict declarations. | |||||
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 | 1 | -1/+8 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2018-07-10 | Export symbol from missing descriptor plugin | David Robillard | 1 | -0/+1 | |
Libraries with no symbols at all can cause problems with MSVC | |||||
2016-08-26 | Fix compilation with C++ | David Robillard | 1 | -1/+1 | |
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/+109 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 |