Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Clean up includes | David Robillard | 3 | -36/+6 | |
2022-08-17 | Clearly separate frontends from common internals | David Robillard | 8 | -88/+97 | |
2022-08-17 | Separate control.h from jalv_internal.h | David Robillard | 5 | -16/+44 | |
2022-08-17 | Separate ui.h from jalv_internal.h | David Robillard | 6 | -21/+48 | |
2022-08-17 | Separate backend.h from jalv_internal.h | David Robillard | 5 | -16/+42 | |
2022-08-17 | Separate state.h from jalv_internal.h | David Robillard | 7 | -43/+73 | |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 7 | -33/+65 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 27 | -330/+194 | |
2022-05-31 | Fix build on MacOS | David Robillard | 1 | -0/+2 | |
2022-05-30 | Suppress clang-tidy warnings from C included in C++ | David Robillard | 1 | -0/+5 | |
Unfortunately, there's no way to exclude included headers from being checked in clang-tidy. The clang-tidy check being reliably green is more important than the possibility of these issues showing up in the code (especially since they only apply to the Qt interface anyway), though, so just disable them for now. | |||||
2022-05-30 | Build Qt moc output as a separate object | David Robillard | 4 | -63/+123 | |
This avoids the weird cyclic dependency, and avoids including generated code in the source which can trigger many compiler and clang-tidy warnings. | |||||
2022-05-30 | Move implementations out of shared header | David Robillard | 2 | -29/+40 | |
Generally cleaner, and conveniently avoids clang-tidy warnings that result from checking this code as C++. | |||||
2022-05-30 | Fix MSVC build | David Robillard | 3 | -12/+33 | |
2022-05-30 | Remove use of VLAs | David Robillard | 6 | -13/+18 | |
2022-05-29 | Suppress MSVC warnings | David Robillard | 1 | -0/+17 | |
2022-05-29 | Fix zix linkage on Windows | David Robillard | 1 | -0/+5 | |
2022-05-29 | Fix console interface build on Windows | David Robillard | 1 | -1/+11 | |
2022-05-29 | Fix build on MacOS | David Robillard | 2 | -0/+3 | |
2022-05-28 | Add French translation to desktop file | Olivier HUMBERT | 1 | -0/+1 | |
2022-05-27 | Fix build | David Robillard | 1 | -0/+1 | |
2022-05-27 | Remove Gtkmm interface | David Robillard | 9 | -186/+70 | |
Gtk2 is long deprecated, and Gtkmm2 is still covered by Ardour anyway. | |||||
2022-05-27 | Update documentation | David Robillard | 2 | -13/+14 | |
2022-05-27 | Add desktop file | David Robillard | 2 | -1/+20 | |
2022-05-27 | Add Gtk plugin selector UI | Alexandros Theodotou | 7 | -0/+145 | |
2022-05-27 | Use G_VALUE_INIT | David Robillard | 1 | -2/+2 | |
2022-05-27 | Remove double semicolons | David Robillard | 1 | -1/+1 | |
2022-05-27 | Clean up URI initialization code | David Robillard | 1 | -79/+76 | |
2022-05-27 | Remove redundant conditionals | David Robillard | 2 | -7/+3 | |
2022-05-27 | Always check for suil | David Robillard | 1 | -2/+1 | |
2022-05-27 | Move platform-specific terminal code out of headers | David Robillard | 3 | -26/+35 | |
2022-05-27 | Change no-menu short option to m to avoid clash with jack-name | David Robillard | 2 | -2/+3 | |
2022-05-27 | Add version option to console executable | David Robillard | 3 | -3/+21 | |
2022-05-27 | Fix crash when exiting without having set up a backend | David Robillard | 1 | -2/+6 | |
2022-05-27 | Update NEWS | David Robillard | 1 | -1/+4 | |
2022-05-27 | Flush stdout after printing control values | David Robillard | 1 | -0/+2 | |
Although the stdout of Jalv is not really designed/suitable for machine control, this at least allows parent processes to get new control values immediately as they are initialized or changed. | |||||
2022-05-27 | Add missing option in console help output | David Robillard | 1 | -0/+1 | |
2022-05-27 | Sort options in help output by case-insensitive flag | David Robillard | 1 | -1/+1 | |
2022-05-27 | Gracefully handle attempt to schedule work with size 0 | David Robillard | 1 | -0/+6 | |
2022-05-27 | Use consistent comment styles | David Robillard | 10 | -190/+171 | |
2022-05-27 | Format all code with clang-format | David Robillard | 16 | -4137/+4316 | |
2022-05-27 | Use "auto" to avoid repeating type names | David Robillard | 3 | -19/+19 | |
2022-05-27 | Use braced init lists | David Robillard | 2 | -6/+2 | |
2022-05-27 | Avoid "typedef" in C++ | David Robillard | 2 | -3/+2 | |
2022-05-27 | Build Qt and Gtkmm versions as C++14 | David Robillard | 2 | -1/+3 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 7 | -44/+80 | |
2022-05-27 | Suppress new warnings in clang-tidy 13 | David Robillard | 2 | -1/+7 | |
2022-05-27 | Update autowaf | David Robillard | 1 | -0/+0 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 7 | -2/+53 | |
This option was added in LV2 1.18.0. | |||||
2021-02-15 | Remove Qt4 support | David Robillard | 3 | -72/+31 | |
2021-01-16 | Update zix | David Robillard | 7 | -246/+264 | |