Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-12 | Avoid static downcasts | David Robillard | 1 | -12/+17 | |
2024-10-12 | Merge duplicate branches | David Robillard | 1 | -7/+1 | |
2024-10-12 | Use anonymous namespaces | David Robillard | 1 | -44/+52 | |
2024-10-12 | Remove more old-style casts in C++ | David Robillard | 1 | -1/+2 | |
2024-10-12 | Remove unused constructor | David Robillard | 1 | -10/+0 | |
It looks like this has always been dead code. | |||||
2024-10-12 | Add missing const qualifiers | David Robillard | 12 | -52/+54 | |
2024-10-12 | Factor frontend command-line arguments into a struct | David Robillard | 5 | -43/+60 | |
2024-10-12 | Use conventional POSIX format for command-line messages | David Robillard | 1 | -29/+33 | |
2024-10-12 | Remove useless conditions | David Robillard | 2 | -13/+7 | |
2024-10-12 | Add field width to scanf pattern to protect against huge inputs | David Robillard | 1 | -3/+3 | |
Ultimately this needs to be replaced with something more serious, but for now, 240 characters ought to be enough for anybody. | |||||
2024-10-12 | Handle realloc failure everywhere | David Robillard | 3 | -8/+22 | |
2024-10-12 | Handle allocation failure in jack_initialize() | David Robillard | 1 | -4/+10 | |
2024-10-12 | Return distinct error codes from jack_initialize() | David Robillard | 1 | -3/+13 | |
2024-10-12 | Initialize buffer | David Robillard | 1 | -2/+2 | |
2024-10-12 | Reduce variable scope | David Robillard | 1 | -3/+2 | |
2024-10-12 | Clean up portaudio driver | David Robillard | 1 | -6/+19 | |
2024-10-12 | Use exhaustive switch statements everywhere | David Robillard | 2 | -9/+6 | |
2024-10-12 | Remove unused preprocessor symbols | David Robillard | 1 | -6/+1 | |
2024-10-12 | Avoid use of non-literal format string | David Robillard | 1 | -3/+5 | |
2024-10-12 | Avoid casting away const | David Robillard | 1 | -11/+24 | |
2024-10-12 | Enable unused parameter warnings | David Robillard | 1 | -0/+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 | 1 | -1/+1 | |
2024-07-12 | Remove dead code | David Robillard | 2 | -5/+1 | |
2024-07-12 | Fix minor memory leaks | David Robillard | 2 | -0/+7 | |
2024-07-12 | Add Qt6 version | David Robillard | 2 | -1/+9 | |
2024-07-12 | Replace use of Qt foreach keyword with range-based for loops | David Robillard | 1 | -4/+2 | |
2023-09-22 | Clean up includes | David Robillard | 5 | -10/+0 | |
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 | 1 | -10/+10 | |
2022-12-12 | Remove stale macro | David Robillard | 1 | -3/+0 | |
2022-12-12 | Use header bar in plugin selector dialog | David Robillard | 1 | -9/+11 | |
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 | 1 | -1/+1 | |
2022-12-11 | Fix clashing command line options | David Robillard | 1 | -1/+1 | |
2022-12-11 | Clean up command line help output | David Robillard | 1 | -5/+6 | |
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 | 1 | -13/+17 | |
2022-12-11 | Replace use of deprecated Gtk interfaces | David Robillard | 1 | -70/+52 | |
2022-12-11 | Remove Gtk2 interface | David Robillard | 1 | -24/+1 | |
2022-11-16 | Fix potential memory leaks | David Robillard | 1 | -1/+8 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 14 | -1268/+11 | |
2022-09-09 | Jalv 1.6.8 | David Robillard | 1 | -1/+1 | |
2022-08-23 | Fix "preset" console command when "presets" hasn't been called | David Robillard | 1 | -0/+1 | |
2022-08-22 | Update stale zix/common.h | David Robillard | 1 | -73/+12 | |
2022-08-18 | Fix duplicate macro definition | David Robillard | 1 | -9/+0 | |
2022-08-17 | Fix build with build system checks disabled | David Robillard | 1 | -6/+18 | |