Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -1/+1 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-07-17 | Remove redundant casts | David Robillard | 1 | -1/+1 | |
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
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 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -4/+4 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -1/+21 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 1 | -3/+4 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -3/+3 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -4/+6 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -6/+6 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -5/+4 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -3/+1 | |
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 | -2/+2 | |
2016-10-02 | Fix whitespace | 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 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -3/+3 | |
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 type safe enumerations. | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | GraphObject => Node | David Robillard | 1 | -3/+3 | |
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/+118 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 |