aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-10-12Avoid casting away constDavid Robillard2-12/+24
2024-10-12Enable unused parameter warningsDavid Robillard2-13/+4
These were fixed earlier (and the clang-tidy warning enabled), but the compiler flags were't strengthened.
2024-10-12Declare classes final and fix strict GCC release buildDavid Robillard1-2/+2
2024-10-12Fix whitespace and add clang-format testDavid Robillard3-12/+54
2024-07-17Suppress new warnings in clang and clang-tidy 18David Robillard2-1/+6
2024-07-12Add missing license metadataDavid Robillard1-1/+1
2024-07-12Remove dead codeDavid Robillard2-5/+1
2024-07-12Fix minor memory leaksDavid Robillard3-1/+9
2024-07-12Add Qt6 versionDavid Robillard7-9/+87
2024-07-12Replace use of Qt foreach keyword with range-based for loopsDavid Robillard1-4/+2
2024-07-12Avoid checking for Qt if C++ is disabledDavid Robillard1-36/+46
2024-06-04Suppress new warnings in clang-tidy 17David Robillard1-0/+1
2024-03-14Update dependency versionsDavid Robillard1-3/+3
These aren't strictly required to build, but there are bugs in serd 0.32.2 and lilv 0.24.22 which can be triggered by jalv, so best just update them to newer versions to avoid users encountering these problems.
2024-03-14Add option to install tool man pagesDavid Robillard3-3/+9
2023-09-23Format meson.build files with muonDavid Robillard2-46/+60
The less time wasted with manual code formatting, the better.
2023-09-22Fix man page installation as a subprojectDavid Robillard1-4/+4
2023-09-22Clean up includesDavid Robillard5-10/+0
2023-09-22Suppress new warnings in clang-tidy 16David Robillard1-0/+2
2023-09-21Fix new warnings with clang 16David Robillard1-0/+3
2023-08-23Update zix dependencyDavid Robillard3-7/+16
2023-05-12Fix warnings in Qt buildDavid Robillard1-0/+2
2023-05-02Replace strict option with new meson warning levelDavid Robillard6-338/+138
2023-05-02Remove old-style casts in C++David Robillard1-4/+6
2023-05-02Fix code formattingDavid Robillard1-2/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard2-10/+13
2022-12-12Strengthen clang-tidy configurationDavid Robillard1-3/+5
2022-12-12Remove stale macroDavid Robillard1-3/+0
2022-12-12Use header bar in plugin selector dialogDavid Robillard2-11/+13
2022-12-11Add margin to controls containerDavid Robillard1-0/+2
2022-12-11Sort options in command line help outputDavid Robillard2-58/+58
2022-12-11Add missing short versions of command line optionsDavid Robillard2-2/+3
2022-12-11Fix clashing command line optionsDavid Robillard2-2/+3
2022-12-11Clean up command line help outputDavid Robillard2-5/+7
2022-12-11Remove Gtk portability wrappers that are no longer necessaryDavid Robillard1-41/+26
2022-12-11Don't expand combo box controlsDavid Robillard1-0/+2
2022-12-11Use Gtk switches instead of checkboxes for toggle controlsDavid Robillard2-14/+19
2022-12-11Replace use of deprecated Gtk interfacesDavid Robillard2-71/+54
2022-12-11Remove Gtk2 interfaceDavid Robillard9-118/+4
2022-11-19Set up dependencies in parent-first orderDavid Robillard1-10/+10
This ensures that the fallback options here get used, rather than a fallback in another subproject getting to it first.
2022-11-19Set minimal default options for all fallback subprojectsDavid Robillard1-0/+30
2022-11-19Ignore zix subprojectDavid Robillard1-0/+1
2022-11-19Set minimal options when building fallback zix subprojectDavid Robillard1-0/+6
2022-11-19Normalize meson syntaxDavid Robillard1-34/+54
2022-11-19Build Qt UI with -fPICDavid Robillard2-2/+8
Qt is built with -reduce-relocations on Ubuntu, which annoyingly requires executables to be built with -fPIC. I have no idea how to detect this situation, so will just blissfully assume that it doesn't cause any problems elsewhere.
2022-11-19Fix zix wrapDavid Robillard1-1/+1
2022-11-16Fix potential memory leaksDavid Robillard1-1/+8
2022-11-16Switch to external zix dependencyDavid Robillard18-1272/+32
2022-10-24Clean up wrap filesDavid Robillard6-30/+24
2022-09-09Jalv 1.6.8David Robillard3-4/+4
2022-09-09Only run REUSE test in strict modeDavid Robillard1-2/+2