Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -5/+3 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -3/+3 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -0/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+3 | |
2019-12-08 | Cleanup: Use "default" for default constructors and destructors | David Robillard | 1 | -4/+0 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use std::make_shared | David Robillard | 1 | -1/+2 | |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 1 | -0/+2 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+2 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -2/+2 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -1/+1 | |
2016-08-01 | Fix compilation on OSX | David Robillard | 1 | -0/+7 | |
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 | |||||
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -1/+1 | |
Handle Glade widget loading failure more gracefully. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5486 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Support plugins which require lv2:isLive. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5448 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-20 | Fix support for LV2 features. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4998 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -4/+4 | |
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 | -2/+2 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ↵ | David Robillard | 1 | -0/+6 | |
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-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -0/+63 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 |