summaryrefslogtreecommitdiffstats
path: root/src/server/CompiledGraph.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-2/+2
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-12/+12
2019-12-08Cleanup: Make single argument constructors explicitDavid Robillard1-3/+3
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-0/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard1-5/+10
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-4/+3
2019-03-08Pass World everywhere by referenceDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-04Fix catch of polymorphic exception by valueDavid Robillard1-1/+1
2018-01-16Add missing includesDavid Robillard1-0/+1
2018-01-16Fix build with C++11David Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-1/+1
2017-12-18Fix recursive type issues with some toolchainsDavid Robillard1-4/+4
2017-12-16Remove Log and Path dependency from CompiledGraphDavid Robillard1-9/+9
2017-12-16Simplify Task implementationDavid Robillard1-4/+4
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-72/+108
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-5/+5
2016-10-02Add parallel graph executionDavid Robillard1-86/+12
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-0/+311