Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -0/+6 | |
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-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-09-27 | Fix field shadowing | David Robillard | 1 | -11/+12 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -1/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -2/+2 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -0/+1 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -1/+0 | |
2020-12-15 | Clean up includes in client library | David Robillard | 1 | -1/+5 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -6/+6 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -6/+6 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -7/+8 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -4/+4 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+5 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -2/+1 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -4/+4 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -7/+5 | |
2017-12-25 | Always use braces | David Robillard | 1 | -2/+3 | |
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-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5428 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 1 | -16/+22 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5332 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -3/+3 | |
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 | -3/+3 | |
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 | -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-12-29 | "edge" => "arc". | David Robillard | 1 | -47/+46 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | GraphObject => Node | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -0/+173 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 |