aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-10-12Merge duplicate branchesDavid Robillard2-8/+1
2024-10-12Use anonymous namespacesDavid Robillard3-45/+53
2024-10-12Remove more old-style casts in C++David Robillard1-1/+2
2024-10-12Remove unused constructorDavid Robillard1-10/+0
It looks like this has always been dead code.
2024-10-12Add missing const qualifiersDavid Robillard13-55/+54
2024-10-12Factor frontend command-line arguments into a structDavid Robillard6-44/+60
2024-10-12Use conventional POSIX format for command-line messagesDavid Robillard1-29/+33
2024-10-12Remove useless conditionsDavid Robillard3-14/+7
2024-10-12Add field width to scanf pattern to protect against huge inputsDavid Robillard2-4/+3
Ultimately this needs to be replaced with something more serious, but for now, 240 characters ought to be enough for anybody.
2024-10-12Handle realloc failure everywhereDavid Robillard4-9/+22
2024-10-12Handle allocation failure in jack_initialize()David Robillard2-5/+10
2024-10-12Return distinct error codes from jack_initialize()David Robillard1-3/+13
2024-10-12Initialize bufferDavid Robillard2-3/+2
2024-10-12Reduce variable scopeDavid Robillard2-5/+2
2024-10-12Add cppcheck testDavid Robillard5-2/+36
2024-10-12Clean up portaudio driverDavid Robillard1-6/+19
2024-10-12Strengthen clang warnings on non-DarwinDavid Robillard1-2/+7
2024-10-12Use exhaustive switch statements everywhereDavid Robillard4-13/+6
2024-10-12Remove unused preprocessor symbolsDavid Robillard2-8/+1
2024-10-12Avoid use of non-literal format stringDavid Robillard2-5/+5
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