Age | Commit message (Expand) | Author | Files | Lines |
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 | -3/+5 |
2011-02-11 | Use GSequence for collections with get_by_uri search methods. | David Robillard | 1 | -1/+1 |
2011-02-11 | Reduce internal use of _by_qname variants (unnecessary overhead). | David Robillard | 1 | -12/+18 |
2011-02-11 | Better, tested, i18n system. | David Robillard | 1 | -44/+1 |
2011-02-11 | Use `static' and `SLV2_API' explicitly/consistently. | David Robillard | 1 | -2/+12 |
2011-02-04 | Update for uint8_t sord API. | David Robillard | 1 | -3/+3 |
2011-02-04 | Replace use of raptor (for raptor_sequence) with glib. | David Robillard | 1 | -2/+2 |
2011-02-04 | Tidy. | David Robillard | 1 | -1/+1 |
2011-02-04 | Tidy up code. | David Robillard | 1 | -2/+2 |
2011-02-04 | Remove repeated blank lines. | David Robillard | 1 | -18/+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 | -8/+8 |
2011-02-01 | Wrap match accessor stuff with functions rather than macros. | David Robillard | 1 | -9/+9 |
2011-01-31 | Move copies in every call to slv2_world_find_statements inside the function. | David Robillard | 1 | -1/+1 |
2011-01-31 | Remove slv2_value_as_librdf_uri. | David Robillard | 1 | -4/+3 |
2011-01-31 | slv2_value_new_librdf_node => slv2_value_new_from_node . | David Robillard | 1 | -1/+1 |
2011-01-31 | Typedef away most use of librdf_node. | David Robillard | 1 | -19/+19 |
2011-01-31 | librdf_new_node_from_node => slv2_node_copy. | David Robillard | 1 | -9/+9 |
2011-01-31 | Fix memory leaks. | David Robillard | 1 | -1/+8 |
2011-01-31 | Reduce heavy use of librdf_new_node_from* functions. | David Robillard | 1 | -1/+1 |
2011-01-30 | Completely abstract away use of librdf_stream for statement matching. | David Robillard | 1 | -18/+18 |
2011-01-30 | Remove all use of, and API support for, SPARQL. | David Robillard | 1 | -1/+0 |
2011-01-30 | Wrap match (stream) variable getting in macro. | David Robillard | 1 | -8/+4 |
2011-01-30 | Wrap stream iteration in macros. | David Robillard | 1 | -5/+6 |
2011-01-30 | Non-SPARQL version of slv2_port_get_scale_points. | David Robillard | 1 | -24/+24 |
2011-01-30 | Non-SPARQL version of slv2_port_get_range. | David Robillard | 1 | -46/+45 |
2011-01-30 | Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q... | David Robillard | 1 | -41/+58 |
2011-01-30 | Non-SPARQL versions of slv2_port_supports_event and slv2_port_has_property. | David Robillard | 1 | -27/+49 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -1/+1 |
2010-03-12 | Chop dead code. | David Robillard | 1 | -13/+0 |
2009-06-04 | Remove unnecessary ORDER BY in scale points query. | David Robillard | 1 | -1/+1 |
2009-06-03 | Kludge around broken raptor_sequence_set_at. | David Robillard | 1 | -1/+0 |
2009-05-14 | Always include types.h first. | David Robillard | 1 | -1/+1 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -20/+20 |
2009-02-14 | Remove dead code. | David Robillard | 1 | -21/+7 |
2009-02-14 | New generic query API. | David Robillard | 1 | -23/+21 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -2/+1 |
2009-01-21 | Add slv2_plugin_classes_free to public API (fix ticket #324). | David Robillard | 1 | -7/+2 |
2008-12-13 | Handle librdf failures (NULL values) and crazily typed values etc. more grace... | David Robillard | 1 | -2/+2 |
2008-12-13 | Better failed test reporting. | David Robillard | 1 | -0/+2 |
2008-11-08 | Support i18n literals via LANG environment variable. | David Robillard | 1 | -4/+33 |
2008-11-01 | Fix slv2_value_supports_event (patch from Nedko). | David Robillard | 1 | -1/+1 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -5/+5 |
2008-09-29 | Add slv2_port_get_value. | David Robillard | 1 | -0/+38 |
2008-01-27 | Packaging stuff. | David Robillard | 1 | -0/+45 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -92/+78 |
2008-01-24 | Kludge around string<->number issues in locales with a ',' decimal point, and... | David Robillard | 1 | -1/+1 |
2008-01-23 | Trim useless cruft. | David Robillard | 1 | -62/+0 |