Age | Commit message (Expand) | Author | Files | Lines |
2023-02-04 | Fix whitespace | David Robillard | 1 | -15/+14 |
2023-02-03 | Suppress new warnings in clang-tidy 15 | David Robillard | 1 | -0/+2 |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+1 |
2023-01-14 | Remove unused meson file | David Robillard | 1 | -30/+0 |
2022-12-15 | Remove double size check entirely | David Robillard | 2 | -6/+3 |
2022-12-11 | Remove doxygen conditional | David Robillard | 1 | -3/+1 |
2022-12-11 | Clean up include guards | David Robillard | 34 | -84/+88 |
2022-12-11 | Simplify clang-tidy configuration | David Robillard | 3 | -8/+11 |
2022-12-11 | Test headers for warnings more strictly | David Robillard | 9 | -25/+167 |
2022-12-10 | Consistently use lists for dependencies | David Robillard | 1 | -3/+3 |
2022-12-10 | Allow LV2_SYMBOL_EXPORT to be overridden | David Robillard | 2 | -6/+9 |
2022-11-19 | Avoid test directory entirely if tests are disabled | David Robillard | 2 | -14/+14 |
2022-11-14 | Remove deprecated doxygen configuration | David Robillard | 1 | -40/+0 |
2022-10-24 | Add meson subproject files to .gitignore | David Robillard | 1 | -0/+3 |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 2 | -2/+6 |
2022-10-05 | Fix pylint warning in test script | David Robillard | 3 | -3/+9 |
2022-09-09 | LV2 1.18.10 | David Robillard | 2 | -3/+3 |
2022-09-09 | Fix allegedly "suspicious" string comparisons | David Robillard | 2 | -6/+5 |
2022-09-09 | Use uppercase integer literal suffixes | David Robillard | 7 | -15/+23 |
2022-09-09 | Clean up clang-tidy configuration | David Robillard | 1 | -9/+1 |
2022-09-09 | Fix documentation index | David Robillard | 3 | -51/+0 |
2022-09-08 | Suppress Wbad-function-cast everywhere | David Robillard | 2 | -6/+2 |
2022-09-08 | Suppress Wbad-function-cast warnings on FreeBSD | David Robillard | 2 | -6/+11 |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 31 | -153/+44 |
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 71 | -814/+1258 |
2022-09-08 | Suppress Wstrict-overflow warnings on Fedora | David Robillard | 1 | -1/+6 |
2022-09-06 | Replace change history data with a plain text NEWS file | David Robillard | 37 | -1640/+270 |
2022-09-06 | Remove change history from specification documentation pages | David Robillard | 2 | -81/+0 |
2022-09-06 | Ensure local lv2specgen files are used for documentation build | David Robillard | 1 | -0/+2 |
2022-09-01 | Use standard ISC license text | David Robillard | 1 | -10/+8 |
2022-08-31 | Fix missing example plugin UI binaries | David Robillard | 4 | -0/+41 |
2022-08-22 | Only install lv2specgen when required Python modules are found | David Robillard | 2 | -1/+7 |
2022-08-22 | Fix documentation build | David Robillard | 2 | -2/+2 |
2022-08-22 | Add note about developer-only configuration options | David Robillard | 1 | -0/+4 |
2022-08-16 | Fix bundle installation directory on Windows | Hannes Braun | 2 | -10/+6 |
2022-08-14 | Fix include flags in pkg-config file | Hubert Figuière | 2 | -2/+10 |
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 |