Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-18 | Fix whitespace | David Robillard | 1 | -2/+1 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -1/+2 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -2/+0 | |
2021-06-04 | Switch to C++14 and fix build with GCC 10 | David Robillard | 1 | -2/+1 | |
GCC was having problems with this make_unique overload, but I don't care about C++11 compatibility at this point anyway, so it's easiest to just remove it. | |||||
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+2 | |
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 | -2/+3 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -0/+4 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -5/+6 | |
2019-12-08 | Cleanup: Add missing explicit initialisations | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Remove unused parameter names | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 1 | -8/+7 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -4/+6 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 1 | -2/+1 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -1/+1 | |
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-17 | Clean up Engine component memory management and trim include tree | David Robillard | 1 | -4/+2 | |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -1/+0 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -7/+32 | |
2016-07-31 | Reduce duplicated code | David Robillard | 1 | -8/+1 | |
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-03-25 | Explicitly support bufsz block length features (fix #893). | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5102 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -7/+5 | |
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 | Fix memory leaks. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4873 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-19 | Patch => Graph | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -14/+14 | |
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 | -8/+10 | |
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-16 | Remove verbose logging stuff from Thread. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4709 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-16 | Remove Raul::Slave class. | David Robillard | 1 | -2/+1 | |
Merge Thread::stop() and Thread::join(). Clean thread shut down without the use of pthread_cancel(). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4708 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4668 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -0/+5 | |
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 | -2/+2 | |
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-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -1/+1 | |
Rewrite notification system to support variably sized notifications. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4548 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+143 | |
Woring sequence port I/O for LV2 nodes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4543 a436a847-0d15-0410-975c-d299462d15a1 |