Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-02 | Fix potentially dangling reference | David Robillard | 1 | -1/+1 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 1 | -2/+2 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -1/+1 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -5/+6 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -12/+13 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -1/+0 | |
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 | -8/+8 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use "default" for default constructors and destructors | David Robillard | 1 | -4/+0 | |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 1 | -2/+2 | |
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 | -6/+12 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -10/+9 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 1 | -10/+5 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -12/+12 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -7/+7 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -4/+4 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -7/+7 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -2/+2 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 | |
2017-12-25 | Always use braces | David Robillard | 1 | -1/+2 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -1/+1 | |
2016-10-02 | Replace Delay internal with simpler BlockDelay | David Robillard | 1 | -4/+4 | |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 1 | -3/+38 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-28 | Get rid of LV2Info class. | David Robillard | 1 | -12/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5708 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 | |||||
2014-08-10 | Fix some memory leaks. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5451 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-12 | Log how many plugins are loaded when loading is finished. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5307 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Implement lv2:connectionOptional (#847). | David Robillard | 1 | -1/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5197 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 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 | -4/+4 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4883 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ↵ | David Robillard | 1 | -6/+55 | |
port types. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4882 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-17 | Gracefully ignore plugins with invalid ports. | David Robillard | 1 | -2/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4826 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4819 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -0/+134 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1 |