summaryrefslogtreecommitdiffstats
path: root/src/query.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-4/+4
2008-01-24Kludge around string<->number issues in locales with a ',' decimal point, and...David Robillard1-1/+13
2008-01-23Trim useless cruft.David Robillard1-45/+3
2008-01-23More vicarious bug hunting.David Robillard1-0/+2
2008-01-21Work on generic LV2 events.David Robillard1-6/+10
2008-01-20Work on new generic events extension.David Robillard1-1/+2
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-0/+1
2007-10-04Fix librdf warnings.David Robillard1-0/+1
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-05-08Code cleanups.David Robillard1-1/+4
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-4/+4
2007-04-28Reworked query/value system to expose data type.David Robillard1-24/+38
2007-04-21Code cleanups.David Robillard1-1/+1
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-1/+1
2007-04-20Preliminary categories support.David Robillard1-19/+2
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-3/+3
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-88/+76
2007-02-20Updated Ingen for most recent SLV2 API.David Robillard1-3/+12
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard1-2/+5
2007-02-19Header/API cleanups.David Robillard1-32/+8
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been e...David Robillard1-1/+1
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-1/+2
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-29/+35
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-8/+25
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-33/+58
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
2006-09-03Saner (internal) query API, though still needs work.David Robillard1-34/+93
2006-09-03Warning and documentation fixes.David Robillard1-3/+3
2006-09-02Schema bug fixes (parsable now).David Robillard1-24/+41
2006-07-26Removed vstrjoinDavid Robillard1-12/+3
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-25/+25
2006-07-22Removed data type enumeration in favour of using the URI directlyDavid Robillard1-2/+10
2006-06-11Fixed query problems on 64-bitDavid Robillard1-8/+9