summaryrefslogtreecommitdiffstats
path: root/src/client/BlockModel.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Avoid implicit conversionsDavid Robillard1-4/+6
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-08-18Use a consistent style for empty bracesDavid Robillard1-4/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-3/+5
2022-08-18Clean up includesDavid Robillard1-1/+0
2021-01-02Update for latest raulDavid Robillard1-4/+4
2020-12-15Clean up includes in client libraryDavid Robillard1-1/+9
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-26/+27
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-3/+3
2020-08-02Fix double-promotion warningsDavid Robillard1-1/+1
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-3/+4
2020-08-02Pass by value and use std::moveDavid Robillard1-8/+6
2020-08-01Use modern castsDavid Robillard1-2/+2
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-17/+17
2019-03-09Clean up includes and forward declarationsDavid Robillard1-4/+8
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-2/+2
2017-12-25Use auto for iteratorsDavid Robillard1-2/+2
2017-12-25Always use bracesDavid Robillard1-7/+14
2017-12-25Use nullptrDavid Robillard1-7/+7
2015-08-29Fix invalid conversion of URIDs to strings.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5709 a436a847-0d15-0410-975c-d299462d15a1
2015-08-12Server-side presets.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+6
Don't set ingen:value property for non-control ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5081 a436a847-0d15-0410-975c-d299462d15a1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1
2013-02-02More generic Atom class.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-20/+22
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-11Use range-based for loops where possible.David Robillard1-3/+3
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19GraphObject => NodeDavid Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1
2012-08-18Node => BlockDavid Robillard1-0/+270
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1