Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-17 | Rearrange source tree to be directly usable by dependants | David Robillard | 1 | -552/+0 | |
This allows the LV2 source distribution to be used as an include path for compilers and an LV2_PATH for applications, at the expense of self-contained bundles. That's a nice idea, but it made LV2 itself weird and annoying to depend on. This rearranges things so that directories in the source tree correspond more closely to installation directories. To make this possible, the "aux" directory in the documentation output has been changed to "style", to avoid the reserved name "aux" on Windows. | |||||
2022-05-26 | LV2 1.18.4v1.18.4 | David Robillard | 1 | -0/+10 | |
2022-05-09 | Fix incorrect spelling and test for regression with codespell | David Robillard | 1 | -1/+1 | |
2020-10-16 | Fix HTML character entities in documentation | David Robillard | 1 | -4/+4 | |
Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway. | |||||
2020-04-10 | Move documentation to metadata files and convert it to Markdown | David Robillard | 1 | -1/+439 | |
2020-03-28 | Rename spec metadata files to name.meta.ttl | David Robillard | 1 | -0/+104 | |
Towards putting more here than just the project metadata, and is a bit cleaner of a naming scheme anyway. |