Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-12-16 | Update waf | David Robillard | 1 | -2/+0 | |
2017-12-16 | Use C11 memory barriers where available | David Robillard | 1 | -0/+3 | |
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -1/+1 | |
2017-02-27 | Update waf and fix C++11 flags | David Robillard | 1 | -5/+3 | |
2017-02-12 | Fix compilation with recent Gtkmm versions that require C++11 | David Robillard | 1 | -0/+3 | |
2017-01-07 | Fix compilation with newer versions of Qt5 | David Robillard | 1 | -2/+2 | |
2017-01-04 | Jalv 0.6.0v1.6.0 | David Robillard | 1 | -3/+3 | |
2016-10-05 | Add PortAudio backend | David Robillard | 1 | -16/+30 | |
2016-10-05 | Tidy | David Robillard | 1 | -4/+4 | |
2016-10-05 | Factor out Jack backend | David Robillard | 1 | -3/+18 | |
2016-09-20 | Bump required LV2 version | David Robillard | 1 | -1/+1 | |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-08-23 | Add --no-gtkmm configure option | David Robillard | 1 | -0/+4 | |
2016-08-17 | Add target for generating release announcements | David Robillard | 1 | -0/+12 | |