summaryrefslogtreecommitdiffstats
path: root/src/plugins.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-12Document entire API in a single header/page.David Robillard1-4/+0
2011-02-11Tidy up includes.David Robillard1-5/+6
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-29/+9
2011-02-11Use `static' and `SLV2_API' explicitly/consistently.David Robillard1-0/+4
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-6/+6
2011-02-04Remove repeated blank lines.David Robillard1-5/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-1/+0
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-12Chop dead code.David Robillard1-15/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-5/+5
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-2/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-5/+5
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-2/+3
2007-10-04Stripped some old useless #if 0'd out code.David Robillard1-205/+1
2007-10-03Fix Plugin class related bugs.David Robillard1-1/+1
2007-09-30Be more tolerant of NULL collections (appear as if they're empty instead of d...David Robillard1-2/+2
2007-07-23Updated LV2 spec.David Robillard1-2/+2
2007-07-03Fix binary search bug which never found an element in lists of size 1, result...David Robillard1-3/+0
2007-04-28Reworked query/value system to expose data type.David Robillard1-2/+2
2007-04-23Fixed outdated includes.David Robillard1-1/+1
2007-04-21Code cleanups.David Robillard1-1/+1
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-0/+314