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