aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom.lv2
AgeCommit message (Collapse)AuthorFilesLines
2024-07-12Use bare boolean literalsDavid Robillard1-2/+2
I'm not sure why these were written out in full, although vaguely recall something about rdflib having trouble with these. In any case, it seems to work now, and this is fundamental Turtle syntax that should be supported by everything. This is necessary for the lint tests to pass after improvements to serd that will rewrite these literals in this way.
2023-04-30Remove trailing newlines from Turtle data filesDavid Robillard3-3/+0
2022-09-06Replace change history data with a plain text NEWS fileDavid Robillard1-102/+0
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard3-0/+808
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.