Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Use default member initialization | David Robillard | 1 | -2/+2 | |
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 1 | -1/+1 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -3/+3 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+3 | |
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 | -4/+3 | |
2020-08-02 | Remove std::unique_ptr alias | David Robillard | 1 | -9/+10 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+3 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 1 | -9/+10 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -2/+2 | |
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 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -3/+8 | |
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-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -3/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5047 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -3/+3 | |
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-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ↵ | David Robillard | 1 | -0/+2 | |
port types. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4882 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-17 | Implement real logging system, LV2 log extension support, and purge ↵ | David Robillard | 1 | -1/+5 | |
evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4667 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual ↵ | David Robillard | 1 | -1/+1 | |
inheritance they imposed. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4576 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+61 | |
Woring sequence port I/O for LV2 nodes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4543 a436a847-0d15-0410-975c-d299462d15a1 |