summaryrefslogtreecommitdiffstats
path: root/src/server/CompiledGraph.cpp
AgeCommit message (Expand)AuthorFilesLines
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