Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Remove redundant inline specifier | David Robillard | 1 | -1/+1 | |
2024-07-13 | Add missing includes | David Robillard | 1 | -10/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-12-14 | Use std::optional | David Robillard | 1 | -3/+3 | |
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 1 | -3/+3 | |
2022-08-18 | Remove redundant "inline" specifiers | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use consistent brace wrapping for struct definitions | David Robillard | 1 | -2/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+1 | |
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 | -11/+11 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+13 | |
2020-11-11 | Fix potential state memory leaks | David Robillard | 1 | -2/+2 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+16 | |
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 Raul::managed_ptr alias | David Robillard | 1 | -4/+3 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -12/+11 | |
2020-08-02 | Remove std::unique_ptr alias | David Robillard | 1 | -1/+3 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -2/+2 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -3/+3 | |
2020-08-02 | Make member functions const or static where possible | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix include order | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+1 | |
2019-12-08 | Fix use of virtual functions in destructors | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -4/+4 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -5/+5 | |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 1 | -0/+3 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -5/+12 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -13/+13 | |
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-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 1 | -2/+2 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -2/+2 | |
2018-01-17 | Clean up Engine component memory management and trim include tree | David Robillard | 1 | -1/+1 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 | |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -9/+25 | |
2016-10-06 | Add plugin state saving | David Robillard | 1 | -4/+5 | |
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now. | |||||
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -3/+3 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -4/+7 | |
2016-03-14 | Load default plugin state | David Robillard | 1 | -0/+2 | |
Based on a patch from Hanspeter Portner. | |||||
2015-11-08 | Add support for instance-access and data-access | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5815 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 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 | |||||
2015-02-19 | Server side presets. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5587 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -4/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -13/+13 | |
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-08-19 | Patch => Graph | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -0/+116 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1 |