Age | Commit message (Expand) | Author | Files | Lines |
2022-08-12 | LV2 1.18.8v1.18.8 | David Robillard | 4 | -6/+9 |
2022-08-12 | Avoid running syntax check on Windows | David Robillard | 1 | -1/+2 |
2022-08-12 | Warn when a stable release description has no file-release | David Robillard | 1 | -0/+2 |
2022-08-12 | Remove release news prior to the unified "lv2" release | David Robillard | 11 | -434/+11 |
2022-08-12 | Fix documentation build | David Robillard | 1 | -0/+2 |
2022-08-12 | Fix 1.18.6 release link | David Robillard | 1 | -1/+1 |
2022-08-09 | Fix syntax check on Windows | David Robillard | 1 | -3/+6 |
2022-08-09 | Avoid running syntax check in cross builds | David Robillard | 1 | -1/+1 |
2022-08-08 | eg-sampler: Add resampling via libsamplerate | falkTX | 3 | -7/+52 |
2022-08-08 | eg-sampler: Convert multi-channel audio files to mono | falkTX | 1 | -4/+25 |
2022-08-08 | eg-sampler: Fix potentially corrupt notification events | David Robillard | 2 | -12/+13 |
2022-08-08 | eg-sampler: Install click.wav to plugin bundle | David Robillard | 1 | -1/+1 |
2022-08-07 | midigate: Fix output timing | Timothy Krause | 2 | -3/+5 |
2022-08-07 | Avoid running checks or building documentation if Python is too old | David Robillard | 1 | -1/+10 |
2022-08-07 | Only run flake8/pylint/black tests with strict option enabled | David Robillard | 1 | -21/+23 |
2022-08-05 | Remove unused Doxygen configuration | David Robillard | 2 | -174/+0 |
2022-08-05 | Fix inconsistent namespace index order | David Robillard | 1 | -1/+1 |
2022-08-05 | Fix documentation build with Python 3.7 | David Robillard | 3 | -4/+6 |
2022-08-04 | Fix inconsistent plugin class labels | David Robillard | 3 | -4/+13 |
2022-08-04 | Fix lv2.h missing from installation | David Robillard | 2 | -1/+6 |
2022-07-21 | Fix documentation build with meson 0.56.2 | David Robillard | 2 | -1/+3 |
2022-07-21 | Remove configuration not supported by Doxygen 1.9.1 | David Robillard | 1 | -57/+0 |
2022-07-19 | Fix pylint warning | David Robillard | 1 | -2/+2 |
2022-07-19 | Log syntax error origins when building index | David Robillard | 1 | -1/+5 |
2022-07-19 | Fix invalid syntax | David Robillard | 1 | -0/+1 |
2022-07-19 | lv2specgen: Fix installed data paths | David Robillard | 3 | -4/+11 |
2022-07-17 | LV2 1.18.6v1.18.6 | David Robillard | 2 | -2/+5 |
2022-07-17 | lv2specgen: Fix style and validation when installed | David Robillard | 2 | -18/+84 |
2022-07-17 | lv2specgen: Remove warnings on external terms | David Robillard | 1 | -3/+0 |
2022-07-17 | lv2specgen: Fix invalid output for terms about the spec itself | David Robillard | 1 | -1/+5 |
2022-07-17 | Use the same set of external vocabulary prefixes everywhere | David Robillard | 3 | -49/+21 |
2022-07-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 3 | -0/+8 |
2022-07-17 | Fix outdated doc comments | David Robillard | 1 | -12/+4 |
2022-07-17 | Rearrange source tree to be directly usable by dependants | David Robillard | 146 | -1202/+465 |
2022-07-17 | Switch to meson build system | David Robillard | 85 | -1593/+3554 |
2022-07-17 | Remove unnecessary parentheses | David Robillard | 2 | -7/+6 |
2022-07-17 | Add missing release metadata | David Robillard | 2 | -0/+20 |
2022-07-17 | Consistently use the prefix "dcterms" everywhere | David Robillard | 12 | -23/+23 |
2022-07-17 | Format all schemas consistently with serdi | David Robillard | 6 | -1007/+1101 |
2022-07-17 | Replace canonical dcs ontology with a minimal version for LV2 | David Robillard | 2 | -238/+41 |
2022-07-17 | Remove archaic properties from foaf vocabulary | David Robillard | 2 | -53/+2 |
2022-07-17 | Clean up and modernize Python support code | David Robillard | 4 | -88/+102 |
2022-07-17 | Format all Python code with black | David Robillard | 3 | -93/+103 |
2022-07-17 | Fix whitespace and add missing clang-format configuration | David Robillard | 4 | -4/+40 |
2022-07-17 | Add dark mode style for documentation | David Robillard | 4 | -67/+904 |
2022-07-17 | Remove symlink from repository | David Robillard | 2 | -2/+1 |
2022-07-17 | Clean up documentation CSS | David Robillard | 2 | -36/+28 |
2022-07-17 | Move documentation foreground/background properties to the document | David Robillard | 1 | -1/+4 |
2022-07-17 | Use "python3" in shebangs | David Robillard | 3 | -3/+3 |
2022-07-17 | Avoid -Warray-bounds with GCC 10 for arm32 | David Robillard | 1 | -6/+6 |