aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-03Suppress new warnings from clang-tidy 13David Robillard3-1/+9
2022-06-16lv2specgen: Fix flake8 warningsDavid Robillard1-7/+12
2022-06-16lv2specgen: Use cleaner methods for string manipulationDavid Robillard1-4/+4
2022-06-16lv2specgen: Fix invalid variable referenceDavid Robillard1-1/+1
2022-06-16lv2specgen: Remove unused parameterDavid Robillard1-2/+2
2022-06-16lv2specgen: Fix clashing time namespace prefixDavid Robillard1-1/+7
2022-06-15lv2specgen: Use scoped file handlesDavid Robillard2-13/+9
2022-06-15Explicitly declare sources to check for spellingDavid Robillard1-9/+8
2022-05-27Replace use of deprecated ui:binary in examples with lv2:binaryDavid Robillard2-2/+2
2022-05-27Fix LV2_Atom_Sequence_Body documentationDavid Robillard1-1/+1
2022-05-26LV2 1.18.4v1.18.4David Robillard12-7/+65
2022-05-26Update Doxygen configurationDavid Robillard1-148/+337
2022-05-26Suppress new warnings in clang-tidy 13David Robillard8-13/+21
2022-05-26Avoid "else" after "return"David Robillard3-8/+22
2022-05-26Fix whitespaceDavid Robillard2-2/+2
2022-05-18Fix typosDavid Robillard2-2/+2
2022-05-11Fix strict build on MacOS 11.6David Robillard1-1/+3
2022-05-11Update CI configuration for bullseyeDavid Robillard1-76/+12
2022-05-09Ignore build directory in spelling testDavid Robillard1-0/+1
2022-05-09Deprecate ui:resizeDavid Robillard1-1/+2
2022-05-09Remove deprecated Doxygen configuration keysDavid Robillard1-7/+0
2022-05-09Fix spelling test when building as a subprojectDavid Robillard1-6/+9
2022-05-09Fix incorrect spelling and test for regression with codespellDavid Robillard21-23/+39
2022-05-09Remove example plugins from lv2_validateFilipe Coelho1-14/+0
2021-03-15Simplify rdfs:label restrictionsDavid Robillard1-2/+2
2021-03-15Remove some unused Doxygen configuration keysDavid Robillard1-40/+0
2021-03-15Remove old link to SVN repositoryDavid Robillard1-4/+0
2021-03-15Make the type of patch:wildcard more preciseDavid Robillard1-1/+1
2021-03-15Fix type and range of patch:valueDavid Robillard2-3/+4
2021-03-15Simplify dcs.ttlDavid Robillard1-14/+6
2021-03-15Strengthen and clean up doap.ttlDavid Robillard1-82/+84
2021-03-15Add owl:imports to ontologiesDavid Robillard15-16/+36
2021-03-12Use matching datatypes for fixed-size bounds in xsd.ttlDavid Robillard1-12/+12
2021-03-11Remove unused datatypes from xsd.ttlDavid Robillard1-136/+16
2021-03-11Sort xsd.ttlDavid Robillard1-18/+18
2021-03-11Fix pattern restrictions in xsd.ttlDavid Robillard1-12/+14
2021-03-11Fix whitespace in xsd.ttlDavid Robillard1-7/+7
2021-03-11Remove subclass cycleDavid Robillard1-2/+1
2021-03-11Add missing class labelDavid Robillard1-1/+3
2021-03-10Fix warnings with VS2019David Robillard2-2/+2
2021-03-10eg-sampler: Fix out of bounds sample read after loading new fileFilipe Coelho1-0/+4
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 Robillard4-6/+11
2021-01-07Update autowafDavid Robillard1-0/+0
2021-01-02Use email address instead of website for attributionDavid Robillard30-32/+30
2021-01-01Suppress clang-tidy C11 warningsDavid Robillard1-0/+1
2020-12-26Format all code with clang-formatDavid Robillard48-5237/+5122
2020-12-26Make include guards surround all header contentsDavid Robillard28-143/+143
2020-12-26Add clang-format suppression commentsDavid Robillard34-0/+155