Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Add high-level documentation | David Robillard | 1 | -7/+13 | |
2022-01-28 | Replace serdi with more fine-grained tools | David Robillard | 1 | -3/+3 | |
Especially with the new functionality, the complexity of the command-line interface alone was really becoming unmanageable. The serdi implementation also had the highest cyclomatic complexity of the entire codebase by a huge margin. So, take a page from the Unix philosophy and split serdi into several more finely-honed tools that can be freely composed. Though there is still unfortunately quite a bit of option overlap between them due to the common details of reading RDF, I think the resulting tools are a lot easier to understand, both from a user and a developer perspective. | |||||
2021-01-09 | Fix plots in README | David Robillard | 1 | -3/+3 | |
2021-01-06 | Switch to LV2 documentation theme | David Robillard | 1 | -1/+2 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 1 | -1/+1 | |
2019-10-20 | Remove link to test coverage from README | David Robillard | 1 | -1/+0 | |
This is linked to from the badge anyway. | |||||
2019-07-25 | Incorporate homepage as README | David Robillard | 1 | -2/+58 | |
2017-06-30 | Rename README to README.md | David Robillard | 1 | -0/+9 | |