Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -3/+3 | |
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 | -2/+5 | |
2022-08-18 | Remove redundant "inline" specifiers | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -6/+6 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 1 | -2/+2 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -5/+5 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -12/+11 | |
2020-08-02 | Remove std::unique_ptr alias | David Robillard | 1 | -38/+39 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Clean up namespace comments | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -1/+1 | |
2019-12-08 | Fix use of virtual functions in destructors | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -3/+3 | |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 1 | -0/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -6/+9 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 1 | -5/+5 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -3/+3 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -15/+15 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -8/+8 | |
2018-01-17 | Clean up Engine component memory management and trim include tree | David Robillard | 1 | -45/+48 | |
2018-01-16 | Clean up includes | David Robillard | 1 | -0/+2 | |
2017-12-16 | Remove Engine dependency from Task | David Robillard | 1 | -1/+1 | |
2017-04-12 | Refuse to start if driver requires a graph and one is not provided | David Robillard | 1 | -0/+1 | |
2017-04-12 | Fix const correctness | David Robillard | 1 | -1/+1 | |
2017-03-20 | Revert removal of DirectDriver and fix test suite | David Robillard | 1 | -0/+1 | |
2017-03-20 | Fix event timing with PortAudio driver | David Robillard | 1 | -1/+1 | |
2017-03-20 | Fix event timing and remove vestigial DirectDriver | David Robillard | 1 | -2/+0 | |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 1 | -32/+6 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -1/+1 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 1 | -2/+10 | |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -3/+7 | |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -1/+1 | |
2016-12-13 | Fix some real-time safety issues | David Robillard | 1 | -5/+6 | |
2016-10-14 | Fix LV2 initialisation | David Robillard | 1 | -0/+3 | |
2016-10-02 | Implement microsecond clock for Linux and OSX | David Robillard | 1 | -0/+2 | |
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -1/+54 | |
2016-10-02 | Add parallel graph execution | David Robillard | 1 | -4/+15 | |
2016-09-29 | Atomic bundle execution | David Robillard | 1 | -0/+2 | |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -19/+21 | |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -8/+4 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -0/+2 | |
2016-07-30 | Add undo support | David Robillard | 1 | -3/+11 | |
2015-03-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Use sequence buffer size from Jack. | David Robillard | 1 | -1/+1 | |
Patch from Hanspeter Portner. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5603 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5550 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-07 | Demodularize socket stuff. | David Robillard | 1 | -1/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5535 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 1 | -0/+8 | |
Only request a redraw, not a full update, where appropriate. Use a raw double instead of GVariant for port control-changed signal. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5045 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -16/+16 | |
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-31 | Implement host side of buf-size via options. | David Robillard | 1 | -12/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4763 a436a847-0d15-0410-975c-d299462d15a1 |