Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+2 |
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 |
2013-03-25 | Explicitly support bufsz block length features (fix #893). | David Robillard | 1 | -1/+0 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -7/+5 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -3/+3 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -0/+3 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -3/+3 |
2012-08-18 | Node => Block | David Robillard | 1 | -14/+14 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -8/+10 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 1 | -1/+1 |
2012-08-16 | Remove Raul::Slave class. | David Robillard | 1 | -2/+1 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -1/+0 |
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -0/+5 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+2 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -1/+1 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -1/+1 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+143 |