Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-12 | Avoid casting away const | David Robillard | 2 | -12/+24 | |
2024-10-12 | Enable unused parameter warnings | David Robillard | 2 | -13/+4 | |
These were fixed earlier (and the clang-tidy warning enabled), but the compiler flags were't strengthened. | |||||
2024-10-12 | Declare classes final and fix strict GCC release build | David Robillard | 1 | -2/+2 | |
2024-10-12 | Fix whitespace and add clang-format test | David Robillard | 3 | -12/+54 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 2 | -1/+6 | |
2024-07-12 | Add missing license metadata | David Robillard | 1 | -1/+1 | |
2024-07-12 | Remove dead code | David Robillard | 2 | -5/+1 | |
2024-07-12 | Fix minor memory leaks | David Robillard | 3 | -1/+9 | |
2024-07-12 | Add Qt6 version | David Robillard | 7 | -9/+87 | |
2024-07-12 | Replace use of Qt foreach keyword with range-based for loops | David Robillard | 1 | -4/+2 | |
2024-07-12 | Avoid checking for Qt if C++ is disabled | David Robillard | 1 | -36/+46 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -0/+1 | |
2024-03-14 | Update dependency versions | David Robillard | 1 | -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-14 | Add option to install tool man pages | David Robillard | 3 | -3/+9 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 2 | -46/+60 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-22 | Fix man page installation as a subproject | David Robillard | 1 | -4/+4 | |
2023-09-22 | Clean up includes | David Robillard | 5 | -10/+0 | |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -0/+2 | |
2023-09-21 | Fix new warnings with clang 16 | David Robillard | 1 | -0/+3 | |
2023-08-23 | Update zix dependency | David Robillard | 3 | -7/+16 | |
2023-05-12 | Fix warnings in Qt build | David Robillard | 1 | -0/+2 | |
2023-05-02 | Replace strict option with new meson warning level | David Robillard | 6 | -338/+138 | |
2023-05-02 | Remove old-style casts in C++ | David Robillard | 1 | -4/+6 | |
2023-05-02 | Fix code formatting | David Robillard | 1 | -2/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 2 | -10/+13 | |
2022-12-12 | Strengthen clang-tidy configuration | David Robillard | 1 | -3/+5 | |
2022-12-12 | Remove stale macro | David Robillard | 1 | -3/+0 | |
2022-12-12 | Use header bar in plugin selector dialog | David Robillard | 2 | -11/+13 | |
2022-12-11 | Add margin to controls container | David Robillard | 1 | -0/+2 | |
2022-12-11 | Sort options in command line help output | David Robillard | 2 | -58/+58 | |
2022-12-11 | Add missing short versions of command line options | David Robillard | 2 | -2/+3 | |
2022-12-11 | Fix clashing command line options | David Robillard | 2 | -2/+3 | |
2022-12-11 | Clean up command line help output | David Robillard | 2 | -5/+7 | |
2022-12-11 | Remove Gtk portability wrappers that are no longer necessary | David Robillard | 1 | -41/+26 | |
2022-12-11 | Don't expand combo box controls | David Robillard | 1 | -0/+2 | |
2022-12-11 | Use Gtk switches instead of checkboxes for toggle controls | David Robillard | 2 | -14/+19 | |
2022-12-11 | Replace use of deprecated Gtk interfaces | David Robillard | 2 | -71/+54 | |
2022-12-11 | Remove Gtk2 interface | David Robillard | 9 | -118/+4 | |
2022-11-19 | Set up dependencies in parent-first order | David Robillard | 1 | -10/+10 | |
This ensures that the fallback options here get used, rather than a fallback in another subproject getting to it first. | |||||
2022-11-19 | Set minimal default options for all fallback subprojects | David Robillard | 1 | -0/+30 | |
2022-11-19 | Ignore zix subproject | David Robillard | 1 | -0/+1 | |
2022-11-19 | Set minimal options when building fallback zix subproject | David Robillard | 1 | -0/+6 | |
2022-11-19 | Normalize meson syntax | David Robillard | 1 | -34/+54 | |
2022-11-19 | Build Qt UI with -fPIC | David Robillard | 2 | -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-19 | Fix zix wrap | David Robillard | 1 | -1/+1 | |
2022-11-16 | Fix potential memory leaks | David Robillard | 1 | -1/+8 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 18 | -1272/+32 | |
2022-10-24 | Clean up wrap files | David Robillard | 6 | -30/+24 | |
2022-09-09 | Jalv 1.6.8 | David Robillard | 3 | -4/+4 | |
2022-09-09 | Only run REUSE test in strict mode | David Robillard | 1 | -2/+2 | |