Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Remove IWYU pragmas that no longer seem necessary | David Robillard | 1 | -1/+1 | |
In a few cases here, we could get away with just a forward declaration but IWYU can't figure it out. Since this isn't a huge deal, just do what the tool says, since it's overall less hassle to just do what it says. | |||||
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -14/+14 | |
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean. | |||||
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+2 | |
2022-08-18 | Clean up path construction | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -1/+1 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -2/+20 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 1 | -3/+3 | |
2020-12-14 | Fix redundant calls to smart pointer get() methods | David Robillard | 1 | -1/+1 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -1/+3 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -2/+3 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -11/+11 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -6/+7 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -4/+5 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -6/+6 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -1/+1 | |
2017-12-25 | Always use braces | David Robillard | 1 | -2/+4 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -4/+4 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -1/+1 | |
2016-03-14 | Enable graph port menu items in external view | David Robillard | 1 | -5/+5 | |
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-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-28 | Don't show value menu items for control outputs. | David Robillard | 1 | -5/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5453 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Improve object context menu. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5446 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5445 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -16/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5321 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -1/+1 | |
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | More generic Atom class. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -16/+16 | |
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 | GraphObject => Node | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -9/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -14/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for ↵ | David Robillard | 1 | -5/+5 | |
engine/driver/etc. Strict conversion between Path and URI (Path no longer is-a URI). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4672 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4577 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-06-12 | Tidy. | David Robillard | 1 | -14/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4497 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 1 | -21/+55 | |
Partially implments #39. Export all the way to root has a few issues, I am considering this functionality good enough for now. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4496 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4354 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -10/+10 | |
Don't require separate Configuration initialisation from World (simplify API). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4343 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -2/+3 | |
Trim unnecessary includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4337 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-28 | Lint. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4289 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4288 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 | |||||
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4104 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4078 a436a847-0d15-0410-975c-d299462d15a1 |