summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-12WIP: Clean up task implementationtasksDavid Robillard1-1/+0
2017-03-20Improve arc list efficiencyDavid Robillard1-2/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-13/+14
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard1-0/+2
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-2/+5
2016-10-02Add parallelism-aware graph traversalDavid Robillard1-10/+0
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-11/+10
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-13/+0
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+4
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-0/+2
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-1/+1
2013-01-27Move comments to header.David Robillard1-3/+45
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard1-6/+6
2012-12-21Fix memory leaks.David Robillard1-2/+1
2012-08-19Patch => GraphDavid Robillard1-0/+171