summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-1/+5
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+4
2013-01-11Use type safe enumerations.David Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard1-1/+3
2012-05-11Generate API documentation.David Robillard1-1/+5
2012-05-11Add missing includes.David Robillard1-0/+2
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-0/+7
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard1-5/+5
2012-04-28Lint.David Robillard1-1/+5
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-16Remove ping() from interface, just use a get instead.David Robillard1-1/+0
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-0/+91