summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2017-12-25Use auto for iteratorsDavid Robillard1-4/+4
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-5/+3
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-12-16Adjust indices when ports are deletedDavid Robillard1-6/+32
2017-03-20Fix clear_buffers() prototypeDavid Robillard1-1/+1
2017-02-18Reduce Driver couplingDavid Robillard1-2/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-17/+13
2016-12-14Fix real-time issues with buffer allocationDavid Robillard1-4/+6
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-4/+5
2016-10-02Show audio and load information in status lineDavid Robillard1-1/+2
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-59/+7
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-9/+9
2015-10-25Create all graphs the same wayDavid Robillard1-3/+7
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-23/+0
2015-10-23Reduce overheadDavid Robillard1-3/+5
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+63
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-3/+19
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-01-27Move comments to header.David Robillard1-41/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+4
2013-01-11Use range-based for loops where possible.David Robillard1-28/+27
2012-12-29"edge" => "arc".David Robillard1-15/+15
2012-12-21Fix crash when deleting subgraphs.David Robillard1-6/+2
2012-12-21Fix memory leaks.David Robillard1-0/+10
2012-08-19Patch => GraphDavid Robillard1-0/+381