Age | Commit message (Expand) | Author | Files | Lines |
2015-10-04 | Improve test coverage | David Robillard | 1 | -2/+1 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -2/+2 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -1/+1 |
2012-03-03 | Remove pointless wrapper around Sord API. | David Robillard | 1 | -17/+13 |
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 1 | -5/+7 |
2012-01-14 | Lint. | David Robillard | 1 | -1/+3 |
2012-01-03 | 100% coverage for query.c. | David Robillard | 1 | -10/+5 |
2011-12-16 | Fix lilv_world_find_nodes to work with wildcard subjects. | David Robillard | 1 | -8/+14 |
2011-11-06 | Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD. | David Robillard | 1 | -2/+0 |
2011-09-28 | Remove glib dependency | David Robillard | 1 | -4/+5 |
2011-04-30 | Tidy. | David Robillard | 1 | -6/+6 |
2011-04-29 | Rename command line utilities to avoid clashing with slv2. | David Robillard | 1 | -2/+2 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 1 | -13/+13 |
2011-04-29 | Remove LilvNode and LilvMatches typedefs for Sord stuff. | David Robillard | 1 | -10/+10 |
2011-04-29 | Move querying functions up to world level. | David Robillard | 1 | -25/+14 |
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 |