summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessContext.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Use a regular unique_ptr for compiled graphsDavid Robillard1-8/+3
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-3/+5
2021-01-02Update for latest raulDavid Robillard1-2/+2
2020-12-15Clean up includes in core and serverDavid Robillard1-3/+1
2020-08-02Remove Raul::managed_ptr aliasDavid Robillard1-2/+4
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-0/+2
2020-08-02Use nullptr for empty smart pointersDavid Robillard1-1/+1
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+3
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2017-12-16Make CompiledGraph::compile a free functionDavid Robillard1-1/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-3/+17
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-0/+70