summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Rename slv2 to lilv.David Robillard2-1665/+0
2011-04-28Tidy (rearrange prototypes in sane order).David Robillard1-35/+32
2011-04-28More future-proof collection APIs.David Robillard1-35/+54
2011-04-28Don't mark slv2_plugins_free as deprecated (it's harmless to call anyway).David Robillard1-1/+0
2011-04-28Remove unused typedef (moved to Suil).David Robillard1-9/+0
2011-04-22Fix SWIG build warnings.David Robillard1-9/+16
2011-04-22Fix incorrect function pointer typedef syntax (and broken SWIG build).David Robillard1-2/+2
2011-04-22Remove doxygen comment for private implementation.David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard2-40/+22
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard1-176/+36
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-29/+28
2011-03-29Update library preprocessor boilerplateDavid Robillard1-20/+20
2011-03-18Add #include <stddef.h> for NULL.David Robillard1-0/+1
2011-03-17Improve documentation.David Robillard1-15/+25
2011-03-17Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.David Robillard1-1/+9
2011-03-11Add slv2_plugin_is_replaced to allow hosts to hide old plugins.David Robillard1-0/+10
2011-03-10Fix SLV2_FOREACH to work with any iterator name (oops).David Robillard1-2/+4
2011-03-10Hide as many collection details as possible while keeping generic iterator / ...David Robillard1-134/+85
2011-03-09Add a deprecated stub for slv2_plugins_free for backwards source compatibility.David Robillard1-0/+8
2011-03-09New collections and iterator API.David Robillard2-88/+195
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