summaryrefslogtreecommitdiffstats
path: root/ingen/Interface.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-149/+0
2020-08-02Clean up namespace commentsDavid Robillard1-1/+1
2020-08-02Use explicit default for trivial constructorsDavid Robillard1-1/+1
2020-08-02Use default member initializationDavid Robillard1-2/+2
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-3/+3
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-20/+17
2018-01-16Fix build with C++11David Robillard1-0/+2
2017-12-24Clean up includes in public headersDavid Robillard1-1/+3
2017-12-18Fix override specifiersDavid Robillard1-3/+1
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-20/+33
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-43/+60
2017-12-16Clean up includesDavid Robillard1-1/+0
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-2/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-6/+6
2016-10-14Improve documentationDavid Robillard1-2/+1
2016-07-30Add undo supportDavid Robillard1-3/+11
2015-06-09Fix partial commit.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
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