summaryrefslogtreecommitdiffstats
path: root/src/query.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Remove glib dependencyDavid Robillard1-4/+5
2011-04-30Tidy.David Robillard1-6/+6
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-2/+2
2011-04-29LilvValue => LilvNode.David Robillard1-13/+13
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-10/+10
2011-04-29Move querying functions up to world level.David Robillard1-25/+14
2011-04-29Don't hide pointers behind typedefs.David Robillard1-15/+15
2011-04-28Rename slv2 to lilv.David Robillard1-50/+50
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+1
2011-03-17Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest.David Robillard1-1/+1
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-16Update for new Sord API.David Robillard1-1/+1
2011-02-12Document entire API in a single header/page.David Robillard1-4/+0
2011-02-11Tidy up includes.David Robillard1-1/+3
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-4/+4
2011-02-11Better, tested, i18n system.David Robillard1-21/+98
2011-02-04SordTuple => SordQuad.David Robillard1-1/+1
2011-02-04Update for uint8_t sord API.David Robillard1-4/+4
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-2/+2
2011-02-04Remove repeated blank lines.David Robillard1-2/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-13/+6
2011-02-01Wrap match accessor stuff with functions rather than macros.David Robillard1-2/+2
2011-01-31Typedef away most use of librdf_node.David Robillard1-7/+7
2011-01-31librdf_new_node_from_node => slv2_node_copy.David Robillard1-3/+3
2011-01-31Tidy.David Robillard1-2/+2
2011-01-31Reduce heavy use of librdf_new_node_from* functions.David Robillard1-1/+4
2011-01-30Completely abstract away use of librdf_stream for statement matching.David Robillard1-7/+6
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-177/+0
2011-01-30Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q...David Robillard1-0/+42
2011-01-29Non-SPARQL version of slv2_plugin_get_value_by_qname.David Robillard1-0/+1
2011-01-29Use uint8_t instead of the horribly verbose `unsigned char'.David Robillard1-1/+1
2010-11-07Use librdf_model_find_statements instead of SPARQL for (most) simple 1-variab...David Robillard1-0/+12
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
2009-06-17Remove duplicate slv2_value_new_librdf_node and slv2_value_from_librdf_node.David Robillard1-45/+3
2009-06-16Fix indentation (tabs).David Robillard1-1/+0
2009-06-16Don't kludge locale around queries.David Robillard1-9/+0
2009-06-03Consistent error/warning message output.David Robillard1-8/+8
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-8/+8
2009-02-14New generic query API.David Robillard1-25/+77
2009-02-12Factor out librdf_node -> SLV2Value marhshaling.David Robillard1-43/+46
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-4/+4
2008-12-13Test querying for float values.David Robillard1-2/+3
2008-12-13Factor out "load plugin if necessary" concept.David Robillard1-2/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-3/+3
2008-01-27Packaging stuff.David Robillard1-1/+1