summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Fix UI host API.David Robillard1-2/+2
2011-03-08Tidy.David Robillard1-12/+13
2011-03-06Add a UI host descriptor to allow for a graceful transition to a more powerfu...David Robillard1-6/+56
2011-03-06Sort includes.David Robillard1-1/+1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard2-38/+52
2011-03-02Clean up slv2.h.David Robillard1-629/+755
2011-02-25Recursion (n): See recursion.David Robillard1-1/+1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-20/+66
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard2-175/+151
2011-02-22Fix documentation parameter reference.David Robillard1-1/+1
2011-02-17Make ui.h C++ compatible.David Robillard2-4/+12
2011-02-12Use unsigned instead of uint32_t in slv2mm (so swig automatically marshals th...David Robillard1-6/+10
2011-02-12Wrap rest of API (with a few troublesome exceptions).David Robillard2-96/+202
2011-02-12Add C++ and Python bindings.David Robillard2-1/+158
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard2-138/+170
2011-02-12Use new-style LV2 includes.David Robillard2-374/+2
2011-02-12Document entire API in a single header/page.David Robillard13-1645/+1166
2011-02-12Tidy up documentation, remove cruft.David Robillard12-415/+133
2011-02-11Add support for boolean values.David Robillard2-2/+35
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-1/+1
2011-02-11Better, tested, i18n system.David Robillard3-22/+9
2011-02-04Declare parameterless functions as foo(void), not foo() (which means any - no...David Robillard2-3/+3
2011-02-04Remove repeated blank lines.David Robillard12-139/+0
2011-02-04Update copyright dates.David Robillard13-13/+13
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-8/+0
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