Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Avoid snprintf() | David Robillard | 1 | -1/+2 | |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -3/+3 | |
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting. | |||||
2022-08-17 | Move REALTIME definition to jack.c | David Robillard | 1 | -0/+6 | |
2022-08-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -1/+2 | |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -0/+1 | |
2022-08-17 | Separate options.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move control-related type definitions to control.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Move JalvURIDs and JalvNodes to their own headers | David Robillard | 1 | -0/+2 | |
2022-08-17 | Clearly separate frontends from common internals | David Robillard | 1 | -1/+2 | |
2022-08-17 | Separate backend.h from jalv_internal.h | David Robillard | 1 | -0/+2 | |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 1 | -0/+1 | |
2022-08-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-30 | Remove use of VLAs | David Robillard | 1 | -1/+1 | |
2022-05-27 | Use consistent comment styles | David Robillard | 1 | -38/+38 | |
2022-05-27 | Format all code with clang-format | David Robillard | 1 | -423/+440 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-14 | Avoid use of strcat() | David Robillard | 1 | -2/+1 | |
2020-12-14 | Initialize all variables | David Robillard | 1 | -2/+5 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -0/+1 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -45/+0 | |
2020-09-27 | Clean up includes | David Robillard | 1 | -1/+16 | |
2020-07-21 | Fix unnecessary const cast | David Robillard | 1 | -1/+1 | |
2020-07-21 | Fix incorrect printf format specifiers | David Robillard | 1 | -1/+1 | |
2019-11-03 | Fix crash with Qt | David Robillard | 1 | -1/+1 | |
Qt requires that the argc and argv pointers passed to QApplication are valid for the lifetime of the application. | |||||
2019-10-17 | Clean up includes | David Robillard | 1 | -3/+3 | |
2019-05-04 | Fix incorrect type for sample rate option | David Robillard | 1 | -1/+1 | |
2018-11-10 | Add support for running as an internal Jack client | Timo Wischer | 1 | -5/+89 | |
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 1 | -1/+1 | |
2018-11-10 | Separate Jack client creation from backend initialisation | David Robillard | 1 | -2/+12 | |
2018-09-23 | Remove support for deprecated event and uri-map extensions | David Robillard | 1 | -3/+3 | |
2018-09-22 | Print real JACK name instead of requested name | David Robillard | 1 | -1/+2 | |
2018-08-07 | Fix closing JACK backend | David Robillard | 1 | -1/+1 | |
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. | |||||
2017-05-07 | Fix Jack deactivation | David Robillard | 1 | -1/+1 | |
2016-10-05 | Tidy | David Robillard | 1 | -6/+3 | |
2016-10-05 | Factor out UI communication from backend | David Robillard | 1 | -64/+6 | |
2016-10-05 | Factor out Jack backend | David Robillard | 1 | -0/+539 | |