summaryrefslogtreecommitdiffstats
path: root/src/query.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-18Clean up i18n codeDavid Robillard1-20/+20
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-3/+6
2015-10-04Improve test coverageDavid Robillard1-2/+1
2014-08-08Update copyright dates.David Robillard1-2/+2
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-03-03Remove pointless wrapper around Sord API.David Robillard1-17/+13
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-5/+7
2012-01-14Lint.David Robillard1-1/+3
2012-01-03100% coverage for query.c.David Robillard1-10/+5
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard1-8/+14
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard1-2/+0
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