Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
12 days | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -8/+8 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -1/+1 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 1 | -1/+1 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -1/+7 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -4/+7 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -1/+3 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -10/+10 | |
2018-09-23 | Use override specifiers | David Robillard | 1 | -2/+2 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -9/+9 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -10/+14 | |
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive. | |||||
2018-01-21 | Remove glib dependency from engine and core library | David Robillard | 1 | -1/+18 | |
2018-01-21 | Move Glib::thread_init to GUI | David Robillard | 1 | -0/+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 | |||||
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-02-03 | Fix compilation with GCC 4.6. | David Robillard | 1 | -6/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5038 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -1/+1 | |
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-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4111 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-22 | De-singleton-ify GUI. | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3584 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3560 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 1 | -0/+2 | |
Load all required modules before starting jack (Jack went crazy sometimes otherwise, particularly with ingen running in gdb). Fix insane non-const reference return to Resource::set_property. Exit cleanly on interrupt (Ctrl-C) and terminate (kill). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3480 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3153 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3147 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 1 | -7/+3 | |
Fix module loading/unloading (don't use statics). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2973 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2590 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2009-12-22 | Fix compilation. | David Robillard | 1 | -0/+41 | |
Consistent naming of module source files. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2315 a436a847-0d15-0410-975c-d299462d15a1 |