aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Change no-menu short option to m to avoid clash with jack-nameDavid Robillard2-2/+3
2022-05-27Add version option to console executableDavid Robillard3-3/+21
2022-05-27Fix crash when exiting without having set up a backendDavid Robillard1-2/+6
2022-05-27Update NEWSDavid Robillard1-1/+4
2022-05-27Flush stdout after printing control valuesDavid Robillard1-0/+2
2022-05-27Add missing option in console help outputDavid Robillard1-0/+1
2022-05-27Sort options in help output by case-insensitive flagDavid Robillard1-1/+1
2022-05-27Gracefully handle attempt to schedule work with size 0David Robillard1-0/+6
2022-05-27Use consistent comment stylesDavid Robillard10-190/+171
2022-05-27Format all code with clang-formatDavid Robillard16-4137/+4316
2022-05-27Use "auto" to avoid repeating type namesDavid Robillard3-19/+19
2022-05-27Use braced init listsDavid Robillard2-6/+2
2022-05-27Avoid "typedef" in C++David Robillard2-3/+2
2022-05-27Build Qt and Gtkmm versions as C++14David Robillard2-1/+3
2022-05-27Avoid "else" after "return"David Robillard7-44/+80
2022-05-27Suppress new warnings in clang-tidy 13David Robillard2-1/+7
2022-05-27Update autowafDavid Robillard1-0/+0
2021-02-15Pass ui:scaleFactor option to UIsAlexandros Theodotou7-2/+53
2021-02-15Remove Qt4 supportDavid Robillard3-72/+31
2021-01-16Update zixDavid Robillard7-246/+264
2021-01-07Jalv 1.6.6v1.6.6David Robillard2-3/+3
2021-01-07Add waf build artifacts to gitignore fileDavid Robillard1-0/+3
2021-01-07Update autowafDavid Robillard1-0/+0
2021-01-02Suppress clang-tidy C11 warningsDavid Robillard1-0/+1
2021-01-02Use email address instead of website for attributionDavid Robillard23-36/+36
2020-12-18Fix warning messageDavid Robillard1-1/+2
2020-12-18Ignore ports with nonsense lv2:control designationsDavid Robillard2-2/+10
2020-12-14Avoid use of strcat()David Robillard2-3/+1
2020-12-14Explicitly delete unused special member functionsDavid Robillard2-1/+6
2020-12-14Make member variable privateDavid Robillard2-3/+1
2020-12-14Use C++-style includeDavid Robillard2-2/+1
2020-12-14Add missing member initializationDavid Robillard2-6/+10
2020-12-14Don't use C casts in C++ codeDavid Robillard2-6/+7
2020-12-14Don't declare default argumentsDavid Robillard2-12/+15
2020-12-14Use explicit constructorsDavid Robillard2-8/+6
2020-12-14Fix inconsistent parameter nameDavid Robillard2-2/+1
2020-12-14Isolate variable declarationsDavid Robillard2-2/+2
2020-12-14Fix unused parameter warningsDavid Robillard6-17/+19
2020-12-14Use the appropriate math functions for the operand precisionDavid Robillard3-6/+5
2020-12-14Remove meaningless const qualifiers in declarationsDavid Robillard2-7/+6
2020-12-14Initialize all variablesDavid Robillard7-20/+25
2020-12-14Add a clang-tidy configurationDavid Robillard1-0/+53
2020-12-14Clean up includesDavid Robillard4-7/+18
2020-12-14Update zixDavid Robillard9-81/+104
2020-12-14Remove Jack session supportDavid Robillard9-73/+2
2020-10-11Explicitly support lv2:inPlaceBrokenDavid Robillard2-3/+5
2020-10-03Print warning when submodules are not initialisedDavid Robillard1-2/+13
2020-09-27Strengthen lint targetDavid Robillard1-10/+65
2020-09-27Clean up includesDavid Robillard13-28/+126
2020-09-27Clean up wscriptDavid Robillard1-7/+15