Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-16 | Merge commit 'fd7097d059f9abacac8c9c4f987e4309a28c9ba3' | David Robillard | 1 | -4/+6 | |
2018-09-16 | Squashed 'waflib/' changes from 982416b..3e43d09 | David Robillard | 1 | -4/+6 | |
3e43d09 Add short forms for common options 5db477c Automatically define version for child libraries git-subtree-dir: waflib git-subtree-split: 3e43d0965e29bbd7bf8aa1281930ffa75f401c99 | |||||
2018-09-16 | Clean up wscript | David Robillard | 1 | -37/+24 | |
2018-09-15 | Switch to using bundled waf source | David Robillard | 1 | -162/+9 | |
2018-09-15 | Squashed 'waflib/' content from commit 982416b | David Robillard | 182 | -0/+41453 | |
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830 | |||||
2018-09-15 | Merge commit '8c96b17a5393bffee0c521c4872a9fa999048032' as 'waflib' | David Robillard | 182 | -0/+41453 | |
2018-08-07 | Fix closing JACK backend | David Robillard | 1 | -1/+1 | |
2018-08-01 | Make zix_ring_free() safe to call on NULL | Timo Wischer | 1 | -2/+4 | |
2018-08-01 | Avoid NULL dereference in JACK backend on startup failure | Timo Wischer | 1 | -4/+8 | |
Without this, there is a segmentation fault when the initialization of Jalv fails and it exits before the backend was initialized. | |||||
2018-08-01 | Remove non-standard include | David Robillard | 1 | -1/+0 | |
2018-08-01 | Remove unused control value variable | Timo Wischer | 1 | -1/+0 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-08-01 | Use lilv_port_get_range() to get default, min, max of a control port | Timo Wischer | 1 | -3/+0 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-07-22 | Upgrade to waf 2.0.9 and autowaf a328983 | David Robillard | 1 | -7/+7 | |
2018-07-22 | Add gitattributes file | David Robillard | 1 | -0/+1 | |
2018-07-22 | Rename README to README.md | David Robillard | 1 | -0/+0 | |
2018-07-22 | Fix stepped logarithmic controls in generic Qt UIs | David Robillard | 1 | -4/+5 | |
2018-01-16 | Remove unnecessary includes | David Robillard | 2 | -3/+3 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -3/+1 | |
2018-01-16 | Upgrade to waf 2.0.4 | David Robillard | 1 | -6/+6 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove redundant casts | David Robillard | 1 | -2/+2 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 2 | -39/+41 | |
2017-12-18 | Update waf | David Robillard | 1 | -5/+5 | |
2017-12-16 | Clean up wscript | David Robillard | 1 | -13/+14 | |
2017-12-16 | Update waf | David Robillard | 2 | -7/+5 | |
2017-12-16 | Remove unused variable | David Robillard | 1 | -1/+0 | |
2017-12-16 | Use C11 memory barriers where available | David Robillard | 2 | -10/+17 | |
2017-05-07 | Fix Jack deactivation | David Robillard | 2 | -2/+3 | |
2017-04-26 | Merge pull request #1 from smbolton/master | David Robillard | 1 | -2/+2 | |
Fix use-after-free in jalv_gtk.c | |||||
2017-03-18 | Initialize worker if plugin provides necessary interface | David Robillard | 1 | -2/+1 | |
This change ignores the schedule feature and initializes the worker(s) if the plugin provides the worker interface even if it doesn't list the schedule feature as supported. This relaxes support for sloppy plugins that don't list their features, and technically allows a plugin to only provide the interface and use it for synchronous thread-safe restore only (not that this makes much sense). | |||||
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 2 | -1/+2 | |
2017-03-05 | Fix use-after-free in jalv_gtk.c | Sean Bolton | 1 | -2/+2 | |
2017-02-27 | Update waf and fix C++11 flags | David Robillard | 2 | -10/+8 | |
2017-02-18 | Sort options in man pages and help output | David Robillard | 3 | -41/+41 | |
2017-02-18 | Add jalv -i option to ignore stdin for background use | David Robillard | 4 | -2/+12 | |
2017-02-18 | Fix misleading and incomplete man page | David Robillard | 1 | -2/+10 | |
2017-02-12 | Update README | David Robillard | 1 | -2/+5 | |
2017-02-12 | Disable deprecation warnings with Gtk3 | David Robillard | 1 | -1/+20 | |
2017-02-12 | Fix compilation with recent Gtkmm versions that require C++11 | David Robillard | 2 | -0/+9 | |
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 | 3 | -6/+6 | |
2016-10-05 | Fix combo boxes | David Robillard | 1 | -3/+3 | |
2016-10-05 | Add PortAudio backend | David Robillard | 4 | -19/+257 | |
2016-10-05 | Tidy | David Robillard | 2 | -10/+7 | |
2016-10-05 | Fix time stamp of UI events delivered to plugin | David Robillard | 1 | -1/+1 | |
2016-10-05 | Factor out UI communication from backend | David Robillard | 3 | -65/+110 | |
2016-10-05 | Factor out Jack backend | David Robillard | 8 | -551/+988 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -1/+2 | |
2016-09-20 | Bump required LV2 version | David Robillard | 1 | -1/+1 | |