summaryrefslogtreecommitdiffstats
path: root/src/pluginclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Order plugin classes by URIDavid Robillard1-1/+1
2022-11-16Switch to external zix dependencyDavid Robillard1-2/+3
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-32/+31
2020-01-18Remove redundant LILV_API declarationsDavid Robillard1-4/+4
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-3/+7
2017-12-29Use braces everywhereDavid Robillard1-1/+2
2015-10-04Improve test coverageDavid Robillard1-6/+5
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-16/+8
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-5/+5
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-2/+0
2011-09-28Remove glib dependencyDavid Robillard1-7/+7
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-1/+1
2011-04-29LilvValue => LilvNode.David Robillard1-11/+11
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-4/+4
2011-04-29Don't hide pointers behind typedefs.David Robillard1-18/+19
2011-04-28Rename slv2 to lilv.David Robillard1-31/+31
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-19/+10
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-12Document entire API in a single header/page.David Robillard1-3/+0
2011-02-11Tidy up includes.David Robillard1-1/+2
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-6/+8
2011-02-11Use `static' and `SLV2_API' explicitly/consistently.David Robillard1-1/+4
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-4/+5
2011-02-04Tidy.David Robillard1-1/+1
2011-02-04Remove repeated blank lines.David Robillard1-6/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-1/+3
2011-01-31slv2_value_new_librdf_node => slv2_value_new_from_node .David Robillard1-2/+2
2011-01-31Typedef away most use of librdf_node.David Robillard1-4/+4
2011-01-31Replace more librdf_uri.David Robillard1-5/+6
2011-01-31Replace a bunch of explicit use of librdf_uri (which does not have a Sord equ...David Robillard1-2/+7
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-14Always include types.h first.David Robillard1-0/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-1/+1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-1/+0
2008-12-13Handle librdf failures (NULL values) and crazily typed values etc. more grace...David Robillard1-9/+6
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-15/+17
2008-01-20Fix librdf failed assertion warning (freeing a NULL librdf_uri).David Robillard1-1/+3
2007-10-04Fix librdf warnings.David Robillard1-1/+6
2007-10-03Fix Plugin class related bugs.David Robillard1-7/+7
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-1/+1
2007-04-23Incorporated patch from larsl for reading plugin manifest files for plugin data.David Robillard1-0/+1
2007-04-21Code cleanups.David Robillard1-1/+1
2007-04-21Plugin classes (categories) progress.David Robillard1-1/+30