aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core/meta.ttl
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard1-224/+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-07-17Switch to meson build systemDavid Robillard1-0/+2
2022-07-17Replace canonical dcs ontology with a minimal version for LV2David Robillard1-0/+2
Since most applications pay to keep these ontologies in memory, it is best to keep them small. This replaces the "canonical" dcs ontology with a minimal and restricted version specifically written for the subset of the vocabulary that LV2 uses (like the xsd ontology).
2022-07-17Remove archaic properties from foaf vocabularyDavid Robillard1-0/+2
2022-07-17Clean up and modernize Python support codeDavid Robillard1-0/+2
Switches to safer and more modern idioms, and addresses many issues raised by flake8 and pylint.
2022-07-17Add dark mode style for documentationDavid Robillard1-0/+2
2022-07-03Suppress new warnings from clang-tidy 13David Robillard1-0/+7
2022-05-26LV2 1.18.4v1.18.4David Robillard1-0/+12
2021-03-15Remove old link to SVN repositoryDavid Robillard1-4/+0
2021-01-07LV2 1.18.2v1.18.2David Robillard1-3/+6
2020-12-18eg-sampler: Save and restore gain parameter valueFilipe Coelho1-0/+9
2020-04-26LV2 1.18.0David Robillard1-2/+5
2020-04-10Move documentation to metadata files and convert it to MarkdownDavid Robillard1-1/+3
2020-03-17Add a UI feature to request a parameter value from the hostDavid Robillard1-1/+1
2020-02-16Update version in metadata to match wscriptDavid Robillard1-1/+1
2020-02-16Normalise syntax of all specification data with serdiDavid Robillard1-5/+6
2020-02-16Separate developers from project metadataDavid Robillard1-49/+0
2019-04-14Remove unused namespace prefixesDavid Robillard1-1/+0
2019-03-27Add news item for documentation improvementsDavid Robillard1-0/+9
2019-02-03LV2 1.16.0v1.16.0David Robillard1-4/+11
2018-09-23Factor out deprecation attribute and warning boilerplateDavid Robillard1-0/+2
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-0/+213