summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Plugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Add plugin state savingDavid Robillard1-2/+3
2016-10-01Fix plugin versioningDavid Robillard1-1/+1
2016-08-17Rename main graph and control/notify portsDavid Robillard1-1/+1
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-6/+12
2015-08-29Avoid map::emplace to accomodate old GCC.David Robillard1-2/+3
2015-08-29Remove debug printing.David Robillard1-4/+0
2015-08-29Save plugin version information in bundles.David Robillard1-0/+23
2015-08-28Get rid of LV2Info class.David Robillard1-21/+11
2015-08-12Fix URI comparison issues.David Robillard1-1/+1
2015-08-12Server-side presets.David Robillard1-1/+43
2015-04-04Update copyright dates.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-1/+1
2012-08-18Node => BlockDavid Robillard1-6/+6
2012-08-14Update for latest Raul.David Robillard1-2/+2
2012-08-12Stricter symbol construction and conversion.David Robillard1-11/+11
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-1/+1
2012-05-23Trim unnecessary includes.David Robillard1-5/+0
2012-05-15Remove unused PluginImpl stuff.David Robillard1-26/+6
2012-05-14Tidy.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-1/+1
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-2/+1
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-2/+2
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-04-29LilvValue => LilvNode.David Robillard1-3/+3
2011-04-29Don't hide pointers behind typedefs.David Robillard1-2/+2
2011-04-28Switch to Lilv from SLV2.David Robillard1-5/+5
2011-04-28Improve RingBuffer implementation.David Robillard1-1/+3
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+110