Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Switch to meson build system | David Robillard | 1 | -424/+0 | |
2022-08-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+1 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-05-30 | Build Qt moc output as a separate object | David Robillard | 1 | -3/+3 | |
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 | Fix MSVC build | David Robillard | 1 | -4/+24 | |
2022-05-30 | Remove use of VLAs | David Robillard | 1 | -2/+0 | |
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 build on MacOS | David Robillard | 1 | -0/+1 | |
2022-05-27 | Fix build | David Robillard | 1 | -0/+1 | |
2022-05-27 | Remove Gtkmm interface | David Robillard | 1 | -21/+1 | |
Gtk2 is long deprecated, and Gtkmm2 is still covered by Ardour anyway. | |||||
2022-05-27 | Add desktop file | David Robillard | 1 | -1/+12 | |
2022-05-27 | Remove redundant conditionals | David Robillard | 1 | -1/+1 | |
2022-05-27 | Always check for suil | David Robillard | 1 | -2/+1 | |
2022-05-27 | Build Qt and Gtkmm versions as C++14 | David Robillard | 1 | -0/+1 | |
2022-05-27 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -0/+2 | |
2021-02-15 | Pass ui:scaleFactor option to UIs | Alexandros Theodotou | 1 | -1/+1 | |
This option was added in LV2 1.18.0. | |||||
2021-02-15 | Remove Qt4 support | David Robillard | 1 | -26/+0 | |
2021-01-16 | Update zix | David Robillard | 1 | -1/+1 | |
2021-01-07 | Jalv 1.6.6v1.6.6 | David Robillard | 1 | -1/+1 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -4/+0 | |
2020-09-27 | Strengthen lint target | David Robillard | 1 | -10/+65 | |
2020-09-27 | Clean up wscript | David Robillard | 1 | -7/+15 | |
2020-08-03 | Remove -Wno-implicit-int-float-conversion | David Robillard | 1 | -1/+0 | |
This is only supported in very recent clang, and does not suppress anything that the other flags don't already suppress. | |||||
2020-07-21 | Be explicit about warnings | David Robillard | 1 | -0/+66 | |
2020-07-21 | Set third-party packages as system dependencies to suppress warnings | David Robillard | 1 | -7/+21 | |
2020-07-21 | Make function checks work with strict warnings and Werror | David Robillard | 1 | -0/+18 | |
2020-04-19 | Define _POSIX_C_SOURCE locally | David Robillard | 1 | -3/+0 | |
2020-04-05 | Support port events for ui:showInterface UIs | Hanspeter Portner | 1 | -1/+1 | |
2020-03-17 | Implement ui:requestValue | David Robillard | 1 | -1/+1 | |
2019-11-10 | Jalv 1.6.4v1.6.4 | David Robillard | 1 | -1/+1 | |
2019-11-10 | Remove old release targets | David Robillard | 1 | -25/+9 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -1/+1 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -55/+49 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -2/+1 | |
2019-06-06 | Jalv 1.6.2v1.6.2 | David Robillard | 1 | -1/+1 | |
2019-06-06 | Fix post generation | David Robillard | 1 | -1/+1 | |
2019-06-06 | Exclude .gitmodules from distribution | David Robillard | 1 | -0/+4 | |
2019-06-06 | Update dependency versions | David Robillard | 1 | -3/+3 | |
2019-04-21 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -7/+7 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -6/+2 | |
2018-11-10 | Add support for running as an internal Jack client | Timo Wischer | 1 | -0/+10 | |
2018-09-21 | Make Suil dependency optional | David Robillard | 1 | -4/+9 | |
2018-09-20 | Use sigaction() instead of signal() | Laxmi Devi | 1 | -0/+6 | |
Issue is that even after ctrl+c, fgets is waiting for a newline. See signal(7) for details. We have to either use siginterrupt() together with signal(), or use sigaction() instead of signal() for registering the signal handler, in order to disable restarting a read() system call after a signal. Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com> Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-16 | Clean up wscript | David Robillard | 1 | -37/+24 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -3/+1 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -30/+32 | |
2017-12-16 | Clean up wscript | David Robillard | 1 | -13/+14 | |