Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid use of jack_frame_time() | David Robillard | 1 | -0/+11 | |
This seems to be broken on the pipewire implementation of Jack, but we use FrameTimer for this on other drivers anyway, so just use that for Jack as well and avoid the issue entirely. Conveniently also exercises the clock and timestamp DLL code, which as it turns out, was itself broken. | |||||
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -2/+5 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-08-18 | Fix overly long line comments | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 1 | -1/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -15/+3 | |
2022-08-18 | Switch to meson build system | David Robillard | 1 | -4/+4 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -4/+4 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -8/+2 | |
2020-12-14 | Remove Jack session support | David Robillard | 1 | -56/+0 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -2/+13 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -3/+3 | |
2020-08-02 | Clean up URI map interface | David Robillard | 1 | -2/+1 | |
2020-08-02 | Fix double-promotion warnings | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -15/+14 | |
2020-08-02 | Fix uninitialized members | David Robillard | 1 | -0/+3 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -8/+8 | |
2020-08-02 | Make member functions const or static where possible | David Robillard | 1 | -3/+3 | |
2020-08-02 | Fix include order | David Robillard | 1 | -2/+4 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -14/+24 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -19/+24 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -11/+9 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -17/+17 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-01-21 | Work around Jack returning NULL buffers | David Robillard | 1 | -1/+10 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -3/+4 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -6/+6 | |
2017-12-25 | Always use braces | David Robillard | 1 | -2/+4 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -11/+11 | |
2017-02-27 | Update for latest Raul | David Robillard | 1 | -1/+1 | |
2017-02-20 | Use consistent style in Jack log messages | David Robillard | 1 | -3/+3 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 1 | -3/+9 | |
2017-02-12 | Fix various cast alignment warnings | David Robillard | 1 | -3/+3 | |
2017-02-12 | Fix memory leaks | David Robillard | 1 | -9/+2 | |
2016-12-13 | Fix some real-time safety issues | David Robillard | 1 | -1/+1 | |
2016-10-02 | Add parallel graph execution | David Robillard | 1 | -2/+2 | |
2016-09-18 | Clean up code | David Robillard | 1 | -1/+1 | |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -10/+10 | |
2015-11-30 | Use jack_port_rename() if available | David Robillard | 1 | -0/+5 | |
Closes #1075. | |||||
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -65/+76 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5778 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-23 | Reduce overhead | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5770 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Use sequence buffer size from Jack. | David Robillard | 1 | -1/+7 | |
Patch from Hanspeter Portner. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5603 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Set Jack port order metadata. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5600 a436a847-0d15-0410-975c-d299462d15a1 |