aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Only run flake8/pylint/black tests with strict option enabledDavid Robillard1-21/+23
2022-08-05Remove unused Doxygen configurationDavid Robillard2-174/+0
2022-08-05Fix inconsistent namespace index orderDavid Robillard1-1/+1
2022-08-05Fix documentation build with Python 3.7David Robillard3-4/+6
2022-08-04Fix inconsistent plugin class labelsDavid Robillard3-4/+13
2022-08-04Fix lv2.h missing from installationDavid Robillard2-1/+6
2022-07-21Fix documentation build with meson 0.56.2David Robillard2-1/+3
2022-07-21Remove configuration not supported by Doxygen 1.9.1David Robillard1-57/+0
2022-07-19Fix pylint warningDavid Robillard1-2/+2
2022-07-19Log syntax error origins when building indexDavid Robillard1-1/+5
2022-07-19Fix invalid syntaxDavid Robillard1-0/+1
2022-07-19lv2specgen: Fix installed data pathsDavid Robillard3-4/+11
2022-07-17LV2 1.18.6v1.18.6David Robillard2-2/+5
2022-07-17lv2specgen: Fix style and validation when installedDavid Robillard2-18/+84
2022-07-17lv2specgen: Remove warnings on external termsDavid Robillard1-3/+0
2022-07-17lv2specgen: Fix invalid output for terms about the spec itselfDavid Robillard1-1/+5
2022-07-17Use the same set of external vocabulary prefixes everywhereDavid Robillard3-49/+21
2022-07-17Suppress new warnings in clang and clang-tidy 14David Robillard3-0/+8
2022-07-17Fix outdated doc commentsDavid Robillard1-12/+4
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard146-1202/+465
2022-07-17Switch to meson build systemDavid Robillard85-1593/+3554
2022-07-17Remove unnecessary parenthesesDavid Robillard2-7/+6
2022-07-17Add missing release metadataDavid Robillard2-0/+20
2022-07-17Consistently use the prefix "dcterms" everywhereDavid Robillard12-23/+23
2022-07-17Format all schemas consistently with serdiDavid Robillard6-1007/+1101
2022-07-17Replace canonical dcs ontology with a minimal version for LV2David Robillard2-238/+41
2022-07-17Remove archaic properties from foaf vocabularyDavid Robillard2-53/+2
2022-07-17Clean up and modernize Python support codeDavid Robillard4-88/+102
2022-07-17Format all Python code with blackDavid Robillard3-93/+103
2022-07-17Fix whitespace and add missing clang-format configurationDavid Robillard4-4/+40
2022-07-17Add dark mode style for documentationDavid Robillard4-67/+904
2022-07-17Remove symlink from repositoryDavid Robillard2-2/+1
2022-07-17Clean up documentation CSSDavid Robillard2-36/+28
2022-07-17Move documentation foreground/background properties to the documentDavid Robillard1-1/+4
2022-07-17Use "python3" in shebangsDavid Robillard3-3/+3
2022-07-17Avoid -Warray-bounds with GCC 10 for arm32David Robillard1-6/+6
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 Robillard4-6/+6
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