Age | Commit message (Expand) | Author | Files | Lines |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -1/+1 |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -11/+8 |
2020-08-01 | Remove superfluous semicolons | David Robillard | 1 | -1/+1 |
2020-02-26 | Fix atomic bundle execution | David Robillard | 1 | -0/+3 |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -1/+4 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -6/+5 |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -1/+1 |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 |
2017-12-25 | Use nullptr | David Robillard | 1 | -2/+2 |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 1 | -2/+0 |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -1/+1 |
2017-02-12 | Fix atomic event execution | David Robillard | 1 | -1/+1 |
2017-01-18 | Fix invalid cross-thread use of mutex | David Robillard | 1 | -1/+6 |
2016-10-02 | Defer graph compilation in atomic bundles | David Robillard | 1 | -1/+2 |
2016-09-29 | Atomic bundle execution | David Robillard | 1 | -0/+6 |
2016-09-18 | Clean up code | David Robillard | 1 | -2/+2 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -2/+2 |
2016-07-30 | Add undo support | David Robillard | 1 | -1/+18 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -2/+1 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 1 | -2/+2 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+9 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -5/+5 |
2013-01-11 | Initialise atomics. | David Robillard | 1 | -0/+2 |
2013-01-11 | Use C++11 atomics. | David Robillard | 1 | -3/+4 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -2/+2 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -1/+1 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -0/+5 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 1 | -7/+15 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 1 | -3/+2 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -13/+19 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -5/+3 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -1/+1 |
2012-03-12 | Unify event response mechanism and make it more appropriate for wire transmis... | David Robillard | 1 | -10/+9 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-10-21 | Merge Request into Event. | David Robillard | 1 | -15/+32 |
2011-10-21 | Merge QueuedEvent into Event. | David Robillard | 1 | -10/+25 |
2011-05-18 | Use an intrusive linked list for event queue rather than Raul::List. | David Robillard | 1 | -5/+13 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -0/+80 |