Age | Commit message (Expand) | Author | Files | Lines |
2024-11-24 | Improve const-correctness of Jack latency callback | David Robillard | 1 | -4/+4 |
2024-11-24 | Generalize audio/main thread communication | David Robillard | 6 | -75/+127 |
2024-11-24 | Allocate message buffers with the necessary size during setup | David Robillard | 3 | -34/+23 |
2024-11-24 | Rename ambiguous "buffer_size" field to "ring_size" | David Robillard | 4 | -15/+13 |
2024-11-24 | Remove transport position dumping from Jack process callback | David Robillard | 2 | -3/+2 |
2024-11-24 | Add support for control outputs with lv2:latency designation | David Robillard | 3 | -3/+32 |
2024-11-24 | Avoid querying the lilv model in the process callback | David Robillard | 4 | -12/+21 |
2024-11-24 | Move jalv_send_to_plugin() to avoid the need for a prototype | David Robillard | 1 | -55/+48 |
2024-11-24 | Simplify jalv_send_to_plugin() | David Robillard | 1 | -43/+19 |
2024-11-24 | Move low-level event sending functions to a separate file | David Robillard | 8 | -86/+140 |
2024-11-24 | Move ring error handling and logging to a higher level | David Robillard | 6 | -53/+72 |
2024-11-17 | Rename UI port event function and move it to the appropriate header | David Robillard | 6 | -25/+26 |
2024-11-17 | Use fewer platform-specific APIs | David Robillard | 3 | -35/+4 |
2024-11-17 | Use nanosleep() instead of usleep() | David Robillard | 1 | -2/+3 |
2024-11-17 | Move string utilities to a separate compilation unit | David Robillard | 10 | -35/+58 |
2024-11-17 | Use portable zix filesystem API | David Robillard | 2 | -22/+22 |
2024-11-17 | Update clang-format configuration | David Robillard | 3 | -10/+14 |
2024-11-14 | Add brief comments for undocumented "public" functions | David Robillard | 4 | -1/+24 |
2024-11-14 | Remove unused prototypes and make functions static where possible | David Robillard | 6 | -34/+16 |
2024-11-13 | Move warning suppression flags to main meson file | David Robillard | 3 | -178/+162 |
2024-10-12 | Remove redundant default values for meson options | David Robillard | 1 | -9/+9 |
2024-10-12 | Avoid static downcasts | David Robillard | 2 | -13/+17 |
2024-10-12 | Merge duplicate branches | David Robillard | 2 | -8/+1 |
2024-10-12 | Use anonymous namespaces | David Robillard | 3 | -45/+53 |
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 |
2024-10-12 | Add missing const qualifiers | David Robillard | 13 | -55/+54 |
2024-10-12 | Factor frontend command-line arguments into a struct | David Robillard | 6 | -44/+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 | 3 | -14/+7 |
2024-10-12 | Add field width to scanf pattern to protect against huge inputs | David Robillard | 2 | -4/+3 |
2024-10-12 | Handle realloc failure everywhere | David Robillard | 4 | -9/+22 |
2024-10-12 | Handle allocation failure in jack_initialize() | David Robillard | 2 | -5/+10 |
2024-10-12 | Return distinct error codes from jack_initialize() | David Robillard | 1 | -3/+13 |
2024-10-12 | Initialize buffer | David Robillard | 2 | -3/+2 |
2024-10-12 | Reduce variable scope | David Robillard | 2 | -5/+2 |
2024-10-12 | Add cppcheck test | David Robillard | 5 | -2/+36 |
2024-10-12 | Clean up portaudio driver | David Robillard | 1 | -6/+19 |
2024-10-12 | Strengthen clang warnings on non-Darwin | David Robillard | 1 | -2/+7 |
2024-10-12 | Use exhaustive switch statements everywhere | David Robillard | 4 | -13/+6 |
2024-10-12 | Remove unused preprocessor symbols | David Robillard | 2 | -8/+1 |
2024-10-12 | Avoid use of non-literal format string | David Robillard | 2 | -5/+5 |
2024-10-12 | Avoid casting away const | David Robillard | 2 | -12/+24 |
2024-10-12 | Enable unused parameter warnings | David Robillard | 2 | -13/+4 |
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 |