summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2018-04-03WIP: parallel stuffparallel-workDavid Robillard8-73/+63
2018-03-29WIP: more variant taskDavid Robillard4-126/+83
2018-03-24WIP: Variant taskDavid Robillard8-82/+163
2018-03-15Simplify TaskDavid Robillard1-28/+4
2018-03-15fixup! SimplifyDavid Robillard2-157/+122
2018-03-15Clean up compile exception handlerDavid Robillard1-3/+2
2018-03-15Add more convenient Task creation APIDavid Robillard1-0/+22
2018-03-15Use unordered_set for graph continuationDavid Robillard1-2/+2
2018-03-15Use BlockSet type aliasDavid Robillard1-9/+7
2018-03-14Remove RunContext dependency from CompiledGraphDavid Robillard3-9/+2
2018-03-14Simplify depth-first search algorithmDavid Robillard2-56/+7
2018-01-21Work around Jack returning NULL buffersDavid Robillard2-3/+15
2018-01-21Clean up Buffer class and factor out allocationDavid Robillard2-35/+36
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard1-1/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard4-23/+23
2018-01-21Use C++ style includes for standard language headersDavid Robillard14-20/+19
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard44-129/+118
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard6-19/+18
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard1-15/+2
2018-01-17Fix connecting value sequences to CVDavid Robillard2-1/+1
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard16-120/+105
2018-01-16Add missing includesDavid Robillard8-0/+8
2018-01-16Move SocketListener details out of headerDavid Robillard2-24/+26
2018-01-16Clean up includesDavid Robillard2-2/+4
2018-01-16Fix build with C++11David Robillard3-3/+3
2017-12-25Use auto for iteratorsDavid Robillard8-14/+13
2017-12-25Use std::move to potentially avoid copyingDavid Robillard3-5/+5
2017-12-25Remove superfluous using namespace declarationsDavid Robillard22-54/+14
2017-12-25Always use bracesDavid Robillard13-32/+63
2017-12-25Use nullptrDavid Robillard42-185/+185
2017-12-25Fix inconsistent parameter namesDavid Robillard11-30/+30
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard16-43/+1
2017-12-24Clean up includes in public headersDavid Robillard5-1/+5
2017-12-18Fix recursive type issues with some toolchainsDavid Robillard4-29/+30
2017-12-18Fix override specifiersDavid Robillard2-4/+6
2017-12-17Simplify TeeDavid Robillard1-9/+8
2017-12-16Make events take the corresponding message directlyDavid Robillard21-307/+319
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard3-30/+18
2017-12-16Adjust indices when ports are deletedDavid Robillard9-17/+110
2017-12-16Don't attempt to undo saving graphsDavid Robillard1-1/+3
2017-12-16Fix undo of deletions that remove connectionsDavid Robillard1-1/+1
2017-12-16Remove empty destructorDavid Robillard2-5/+0
2017-12-16Fix documentation warningsDavid Robillard2-1/+3
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard3-146/+58
2017-12-16Clean up includesDavid Robillard1-0/+2
2017-12-16Clean up delta key comparisonDavid Robillard1-2/+2
2017-12-16Make CompiledGraph::compile a free functionDavid Robillard14-19/+21
2017-12-16Remove Log and Path dependency from CompiledGraphDavid Robillard2-18/+12
2017-12-16Remove Engine dependency from TaskDavid Robillard5-10/+24
2017-12-16Simplify Task implementationDavid Robillard4-40/+54