summaryrefslogtreecommitdiffstats
path: root/src/server/Task.hpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Clean up includes and forward declarationsDavid Robillard1-1/+0
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-08-23Simplify conditionalDavid Robillard1-1/+1
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-09-27Use std::make_uniqueDavid Robillard1-1/+1
2022-08-18Use consistent spacing for line commentsDavid Robillard1-3/+3
2022-08-18Use consistent brace wrapping for class definitionsDavid Robillard1-1/+2
2022-08-18Use default member initializationDavid Robillard1-9/+6
2020-12-15Clean up includes in core and serverDavid Robillard1-0/+1
2020-08-02Make move operators noexceptDavid Robillard1-2/+2
2020-08-02Use explicit default for trivial constructorsDavid Robillard1-3/+3
2020-08-02Use consistent naming for context parametersDavid Robillard1-3/+3
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-1/+3
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-1/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-16Fix build with C++11David Robillard1-1/+1
2017-12-18Fix recursive type issues with some toolchainsDavid Robillard1-4/+5
2017-12-16Simplify Task implementationDavid Robillard1-4/+20
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-22/+27
2016-10-02Add parallel graph executionDavid Robillard1-0/+98