Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-22 | Use a regular unique_ptr for compiled graphs | David Robillard | 1 | -9/+5 | |
Since these are always swapped by events which already have the ability to delete things after execution (by deleting them along with the event itself after processing), we can avoid the complexity and overhead of Raul::managed_ptr here by swapping the old graph for the new, retaining the owning reference to the old CompiledGraph in the event. | |||||
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -1/+1 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -6/+6 | |
2020-08-02 | Remove Raul::managed_ptr alias | David Robillard | 1 | -3/+3 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -0/+1 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -1/+1 | |
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 | -4/+4 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 | |
2017-12-18 | Fix recursive type issues with some toolchains | David Robillard | 1 | -1/+1 | |
2017-12-16 | Make CompiledGraph::compile a free function | David Robillard | 1 | -0/+6 | |
2017-12-16 | Remove Log and Path dependency from CompiledGraph | David Robillard | 1 | -9/+3 | |
2017-12-16 | Simplify Task implementation | David Robillard | 1 | -3/+3 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -11/+16 | |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -1/+3 | |
2016-10-02 | Add parallel graph execution | David Robillard | 1 | -28/+5 | |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 1 | -19/+59 | |
2015-10-25 | Create all graphs the same way | David Robillard | 1 | -15/+3 | |
This ensures that subgraphs always have the standard control ports, so they are valid Ingen graphs on their own.. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5783 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 | |||||
2013-01-27 | Remove unused fields. | David Robillard | 1 | -3/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5012 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -2/+2 | |
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 | |||||
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -4/+4 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -0/+74 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 |