Age | Commit message (Expand) | Author | Files | Lines |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -15/+15 |
2011-04-28 | Rename slv2 to lilv. | David Robillard | 1 | -50/+50 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 1 | -20/+11 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2011-03-17 | Add SLV2_OPTION_DYN_MANIFEST to dynamically enable/disable dyn-manifest. | David Robillard | 1 | -1/+1 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 1 | -17/+24 |
2011-02-16 | Update for new Sord API. | David Robillard | 1 | -1/+1 |
2011-02-12 | Document entire API in a single header/page. | David Robillard | 1 | -4/+0 |
2011-02-11 | Tidy up includes. | David Robillard | 1 | -1/+3 |
2011-02-11 | Use GSequence for collections with get_by_uri search methods. | David Robillard | 1 | -4/+4 |
2011-02-11 | Better, tested, i18n system. | David Robillard | 1 | -21/+98 |
2011-02-04 | SordTuple => SordQuad. | David Robillard | 1 | -1/+1 |
2011-02-04 | Update for uint8_t sord API. | David Robillard | 1 | -4/+4 |
2011-02-04 | Replace use of raptor (for raptor_sequence) with glib. | David Robillard | 1 | -2/+2 |
2011-02-04 | Remove repeated blank lines. | David Robillard | 1 | -2/+0 |
2011-02-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2011-02-04 | Drop librdf in favour of serd/sord. | David Robillard | 1 | -13/+6 |
2011-02-01 | Wrap match accessor stuff with functions rather than macros. | David Robillard | 1 | -2/+2 |
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 |