aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Remove unnecessary parenthesesDavid Robillard1-6/+6
Unfortunately, GCC and clang-tidy have conflicting warnings here. Side with compiler warnings, being generally more relevant than a tool only used by developers.
2022-07-17Add missing release metadataDavid Robillard2-0/+20
These should have been added for the 1.18.4 release. This seems a bit silly for minor changes like this that span the entire project, but the documentation tools currently require it. Simplifying this would be nice, perhaps by using NEWS files as the canonical source instead, which would be a nicer and more typical developer experience.
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-17Fix whitespace and add missing clang-format configurationDavid Robillard1-2/+2
2022-07-17Add dark mode style for documentationDavid Robillard1-0/+2
2022-07-17Avoid -Warray-bounds with GCC 10 for arm32David Robillard1-6/+6
I'm not a fan of this style since it makes it possible to mess up the cast (whereas &a.atom always has the right type), but the compiler gets confused about the valid memory bounds otherwise, and it's equivalent anyway.
2022-07-17Consistently use unsigned literals for enum constantsDavid Robillard1-5/+5
2022-07-17Make test logging portable to MinGW and old MS runtimesDavid Robillard2-4/+3
2022-07-17Make potentially lossy type conversions explicitDavid Robillard1-1/+1
2022-07-03Suppress new warnings from clang-tidy 13David Robillard1-0/+7
2022-05-27Fix LV2_Atom_Sequence_Body documentationDavid Robillard1-1/+1
2022-05-26LV2 1.18.4v1.18.4David Robillard11-6/+64
2022-05-26Suppress new warnings in clang-tidy 13David Robillard3-6/+6
2022-05-18Fix typosDavid Robillard1-1/+1
2022-05-09Deprecate ui:resizeDavid Robillard1-1/+2
2022-05-09Fix incorrect spelling and test for regression with codespellDavid Robillard14-16/+16
2021-03-15Simplify rdfs:label restrictionsDavid Robillard1-2/+2
Using someValuesFrom here is redundant and overly complex, since the property range specifies that it is for literals anyway. So, simply replace it with a minCardinality of 1.
2021-03-15Remove old link to SVN repositoryDavid Robillard1-4/+0
2021-03-15Make the type of patch:wildcard more preciseDavid Robillard1-1/+1
It is more or less meaningless to have an explicit type of rdfs:Resource, and some tools don't like it, since everything (including classes and properties) is a Resource. Since this is an individual, owl:Thing is a better type.
2021-03-15Fix type and range of patch:valueDavid Robillard1-3/+1
This was obviously wrong. I'm not sure how this happened, probably a copy/paste mistake.
2021-03-15Add owl:imports to ontologiesDavid Robillard15-16/+36
These are required by OWL tools to use vocabulary from another ontology. Though we don't use OWL tools in LV2, they are at least useful for sanity checking the semantic side of things. These properties are also nice to have anyway, since they clearly describe the dependencies between specifications.
2021-03-10Fix warnings with VS2019David Robillard1-1/+1
2021-02-22Fix typos in docstringsReuben Thomas7-11/+11
2021-02-13Add missing LV2_CORE__enabled defineAlexandros Theodotou1-0/+1
2021-01-07LV2 1.18.2v1.18.2David Robillard3-5/+10
2021-01-02Use email address instead of website for attributionDavid Robillard30-32/+30
2020-12-26Format all code with clang-formatDavid Robillard33-2488/+2443
2020-12-26Make include guards surround all header contentsDavid Robillard27-140/+140
For consistency, and because clang-tidy can't figure out if a define is an include guard unless it ends the file.
2020-12-26Add clang-format suppression commentsDavid Robillard25-0/+99
2020-12-18eg-sampler: Save and restore gain parameter valueFilipe Coelho1-0/+9
2020-12-16Clean up includesDavid Robillard5-4/+4
2020-12-16Remove unread variableDavid Robillard1-8/+6
2020-11-17Clean up Doxygen indexDavid Robillard24-41/+72
2020-10-16Fix HTML character entities in documentationDavid Robillard9-36/+34
Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway.
2020-09-27Don't use else after returnDavid Robillard1-3/+5
2020-09-27Fix leaked va_listsDavid Robillard2-0/+8
2020-09-27Clean up includesDavid Robillard2-2/+2
2020-09-13Fix reference to the wrong function in documentationDavid Robillard1-1/+1
2020-09-12Fix typo in documentationDavid Robillard1-1/+1
2020-09-11Fix a mistake in the doc commentsJean Pierre Cimalando1-1/+1
2020-07-25Add missing define for bufsz:coarseBlockLengthAtsushi Eno1-0/+1
2020-07-16Modernize compiler checks in attributes.hDavid Robillard1-3/+3
These caused warnings in compilers where __GNUC__ is not defined. That could be fixed, but it makes things quite ugly, these versions are quite old at this point, and these features are just for developers. So, instead, simply check the major version instead of the specific minor version to keep things terse.
2020-07-16Fix unused variable warning in release buildsDavid Robillard1-0/+4
2020-07-15Fix incorrect printf format specifiersDavid Robillard2-9/+12
2020-07-15Add missing static specifiersDavid Robillard1-2/+2
2020-06-19Fix state:StateChanged URI in metadata and documentationDavid Robillard3-4/+12
This was a mistake, and it's arguable which URI was correct before. It was supposed to be "StateChanged" since the name of URIs should stand alone (ignoring the conventional prefix, even though this has been screwed up in several places in the past). Normally, the specification in Turtle is considered canonical for URIs, but in this case, the URI defined in the corresponding header used "StateChanged" (both in name and value), as did all the news. Really everything except the subject in the metadata. So, consider this a documentation bug, and fix the URI in the spec/documentation to match the implemented one.
2020-04-26Fix version of core specificationDavid Robillard1-1/+1
The previous commit was a mistake, this is actually LV2 1.18.0.
2020-04-26LV2 1.18.0David Robillard11-18/+26