summaryrefslogtreecommitdiffstats
path: root/src/server/ClientUpdate.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Clean up includes and forward declarationsDavid Robillard1-0/+1
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-23Clean up includes and forward declarationsDavid Robillard1-1/+0
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2020-12-15Clean up includes in core and serverDavid Robillard1-0/+3
2020-08-03Clean up includesDavid Robillard1-1/+0
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check.
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-3/+3
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+1
2020-08-01Add explicit accessors to QuarkDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-3/+16
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-5/+5
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-1/+1
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard1-4/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-5/+5
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-0/+155
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1