Age | Commit message (Expand) | Author | Files | Lines |
2011-01-31 | Typedef away most use of librdf_node. | David Robillard | 1 | -7/+7 |
2011-01-31 | librdf_new_node_from_node => slv2_node_copy. | David Robillard | 1 | -3/+3 |
2011-01-31 | Tidy. | David Robillard | 1 | -2/+2 |
2011-01-31 | Reduce heavy use of librdf_new_node_from* functions. | David Robillard | 1 | -1/+4 |
2011-01-30 | Completely abstract away use of librdf_stream for statement matching. | David Robillard | 1 | -7/+6 |
2011-01-30 | Remove all use of, and API support for, SPARQL. | David Robillard | 1 | -177/+0 |
2011-01-30 | Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q... | David Robillard | 1 | -0/+42 |
2011-01-29 | Non-SPARQL version of slv2_plugin_get_value_by_qname. | David Robillard | 1 | -0/+1 |
2011-01-29 | Use uint8_t instead of the horribly verbose `unsigned char'. | David Robillard | 1 | -1/+1 |
2010-11-07 | Use librdf_model_find_statements instead of SPARQL for (most) simple 1-variab... | David Robillard | 1 | -0/+12 |
2010-10-16 | Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke... | David Robillard | 1 | -1/+1 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2009-06-17 | Remove duplicate slv2_value_new_librdf_node and slv2_value_from_librdf_node. | David Robillard | 1 | -45/+3 |
2009-06-16 | Fix indentation (tabs). | David Robillard | 1 | -1/+0 |
2009-06-16 | Don't kludge locale around queries. | David Robillard | 1 | -9/+0 |
2009-06-03 | Consistent error/warning message output. | David Robillard | 1 | -8/+8 |
2009-05-14 | Always include types.h first. | David Robillard | 1 | -0/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -8/+8 |
2009-02-14 | New generic query API. | David Robillard | 1 | -25/+77 |
2009-02-12 | Factor out librdf_node -> SLV2Value marhshaling. | David Robillard | 1 | -43/+46 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -4/+4 |
2008-12-13 | Test querying for float values. | David Robillard | 1 | -2/+3 |
2008-12-13 | Factor out "load plugin if necessary" concept. | David Robillard | 1 | -2/+1 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -3/+3 |
2008-01-27 | Packaging stuff. | David Robillard | 1 | -1/+1 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -4/+4 |
2008-01-24 | Kludge around string<->number issues in locales with a ',' decimal point, and... | David Robillard | 1 | -1/+13 |
2008-01-23 | Trim useless cruft. | David Robillard | 1 | -45/+3 |
2008-01-23 | More vicarious bug hunting. | David Robillard | 1 | -0/+2 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -6/+10 |
2008-01-20 | Work on new generic events extension. | David Robillard | 1 | -1/+2 |
2008-01-12 | Add plugin template interface (fast discovery of plugins with certain I/O | David Robillard | 1 | -0/+1 |
2007-10-04 | Fix librdf warnings. | David Robillard | 1 | -0/+1 |
2007-07-23 | Updated LV2 spec. | David Robillard | 1 | -1/+1 |
2007-05-08 | Code cleanups. | David Robillard | 1 | -1/+4 |
2007-04-28 | Use index instead of variable name for selecting query variables (performance... | David Robillard | 1 | -4/+4 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 1 | -24/+38 |
2007-04-21 | Code cleanups. | David Robillard | 1 | -1/+1 |
2007-04-21 | Changed "categories" to "plugin classes" to better match RDF. | David Robillard | 1 | -1/+1 |
2007-04-20 | Preliminary categories support. | David Robillard | 1 | -19/+2 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 1 | -3/+3 |
2007-04-19 | Added Redland dependency, using in-memory RDF models. | David Robillard | 1 | -88/+76 |
2007-02-20 | Updated Ingen for most recent SLV2 API. | David Robillard | 1 | -3/+12 |
2007-02-19 | Fixed doap:license typo in lv2.ttl. | David Robillard | 1 | -2/+5 |
2007-02-19 | Header/API cleanups. | David Robillard | 1 | -32/+8 |
2007-02-18 | Removed private_types.h (and all exposure of types that shouldn't have been e... | David Robillard | 1 | -1/+1 |
2007-02-18 | Fixed index types of Strings and Plugins for consistency. | David Robillard | 1 | -1/+2 |
2007-02-18 | API updates (removed SLV2Value (binary compatibility nightmare waiting to hap... | David Robillard | 1 | -29/+35 |
2007-02-18 | Implemented discovery of plugin extension bundles. | David Robillard | 1 | -8/+25 |