summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Expand)AuthorFilesLines
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard2-106/+0
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-0/+21
2010-11-25Export slv2_plugin_class_get_children symbol.David Robillard1-0/+1
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...David Robillard1-1/+1
2010-09-30Fix include guard to match filename (and endif comment).David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard15-15/+15
2010-03-12Remove dead comment.David Robillard1-1/+1
2010-03-12Chop dead code.David Robillard2-63/+0
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard13-8/+133
2009-11-09lv2:hardRtCapable -> lv2:hardRTCapable. Oops.David Robillard1-1/+1
2009-08-12Fix slv2_plugin_get_name documentation (thanks to Damon Chaplin).David Robillard1-3/+4
2009-05-13Update copyright dates.David Robillard14-14/+14
2009-05-13Strip trailing whitespace.David Robillard14-44/+44
2009-04-17Update doxygen stuff for new waf (and new doxygen).David Robillard1-1/+6
2009-03-30Fix memory leaks.David Robillard1-0/+3
2009-03-16Add missing #include for unknown extremely anal compilers.David Robillard1-0/+1
2009-02-14Remove dead code.David Robillard2-31/+3
2009-02-12Generic plugin query API.David Robillard3-1/+94
2009-02-12Add the other missing file, heh.David Robillard1-0/+196
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard10-420/+6
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard3-2/+9
2008-12-16Trim include dependency tree.David Robillard1-0/+1
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...David Robillard1-1/+25
2008-12-03Fix slv2_value_as_string documentation.David Robillard1-1/+1
2008-11-08Support i18n literals via LANG environment variable.David Robillard2-1/+23
2008-11-01Fix gaps in memory management documentation.David Robillard1-0/+4
2008-10-20Actually use installation location variables for everything.David Robillard15-40/+40
2008-10-03Good riddance.David Robillard1-21/+0
2008-09-29Add slv2_instance_get_extension_data.David Robillard1-0/+19
2008-09-29Add slv2_port_get_value.David Robillard1-0/+10
2008-08-03Minor cleanups for easier seddability.David Robillard17-19/+19
2008-07-30Fix type passed to ScalePoints functions (actually just an opaque pointer, ae...David Robillard1-5/+5
2008-07-06Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid...David Robillard1-11/+15
2008-05-03Add slv2_plugin_get_port_ranges.David Robillard1-0/+16
2008-04-12LV2 UI extension updates from larsl.David Robillard2-58/+125
2008-02-01Generic LV2 event support in lv2_jack_host.David Robillard1-2/+1
2008-01-28Documentation fixes.David Robillard4-35/+35
2008-01-28Add slv2_plugin_get_num_ports_of_class.David Robillard1-0/+12
2008-01-27Packaging stuff.David Robillard6-1/+154
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard12-158/+86
2008-01-24Make SLV2 UI class interface match ports.David Robillard1-2/+2
2008-01-23Remove port type enums.David Robillard1-34/+0
2008-01-21Work on generic LV2 events.David Robillard8-152/+52
2008-01-20Work on new generic events extension.David Robillard1-1/+11
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-7/+7
2008-01-17Update LV2 UI header.David Robillard3-92/+109
2008-01-16SLV2 0.4.5 + documentation fixes.David Robillard2-0/+12
2008-01-15SLV2 0.4.4.David Robillard1-0/+12
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard14-44/+233
2008-01-09SLV2 0.4.2.David Robillard3-394/+1