Age | Commit message (Expand) | Author | Files | Lines |
2011-03-11 | Leaner slv2_plugin_is_replaced implementation. | David Robillard | 1 | -17/+6 |
2011-03-11 | Add slv2_plugin_is_replaced to allow hosts to hide old plugins. | David Robillard | 1 | -1/+35 |
2011-03-09 | New collections and iterator API. | David Robillard | 1 | -22/+1 |
2011-03-07 | Fix memory leaks. | David Robillard | 1 | -29/+25 |
2011-03-07 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2011-03-07 | Suppose xsd:double numeric literals. | David Robillard | 1 | -0/+2 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 1 | -17/+24 |
2011-02-17 | Error reporting. | David Robillard | 1 | -2/+6 |
2011-02-16 | Update for new Sord API. | David Robillard | 1 | -1/+1 |
2011-02-16 | Update for new Sord API. | David Robillard | 1 | -4/+11 |
2011-02-16 | Update for new Sord API. | David Robillard | 1 | -3/+3 |
2011-02-12 | Wrap rest of API (with a few troublesome exceptions). | David Robillard | 1 | -0/+11 |
2011-02-12 | Document entire API in a single header/page. | David Robillard | 1 | -5/+1 |
2011-02-11 | Add support for boolean values. | David Robillard | 1 | -11/+28 |
2011-02-11 | Fix dynamic manifest support. | David Robillard | 1 | -97/+85 |
2011-02-11 | Tidy up includes. | David Robillard | 1 | -4/+7 |
2011-02-11 | Use GSequence for collections with get_by_uri search methods. | David Robillard | 1 | -32/+51 |
2011-02-11 | Reduce internal use of _by_qname variants (unnecessary overhead). | David Robillard | 1 | -1/+9 |
2011-02-11 | Better, tested, i18n system. | David Robillard | 1 | -1/+10 |
2011-02-11 | Use `static' and `SLV2_API' explicitly/consistently. | David Robillard | 1 | -16/+17 |
2011-02-10 | Make directory separator (e.g. '/') and path separator (e.g. ':') compile-tim... | David Robillard | 1 | -6/+5 |
2011-02-10 | Update for new Serd API (factor out duplicated/common Serd URI code). | David Robillard | 1 | -80/+61 |
2011-02-04 | Update for Sord API. | David Robillard | 1 | -6/+2 |
2011-02-04 | SordTuple => SordQuad. | David Robillard | 1 | -3/+3 |
2011-02-04 | Fix warnings when building with --strict (but without --debug). | David Robillard | 1 | -2/+2 |
2011-02-04 | Fix "ISO C forbids initialization between function pointer and ‘void *’" ... | David Robillard | 1 | -2/+2 |
2011-02-04 | Update for uint8_t sord API. | David Robillard | 1 | -2/+2 |
2011-02-04 | Replace use of raptor (for raptor_sequence) with glib. | David Robillard | 1 | -16/+18 |
2011-02-04 | Tidy. | David Robillard | 1 | -13/+5 |
2011-02-04 | Tidy up code. | David Robillard | 1 | -5/+3 |
2011-02-04 | Remove repeated blank lines. | David Robillard | 1 | -16/+0 |
2011-02-04 | Update copyright dates. | David Robillard | 1 | -2/+2 |
2011-02-04 | Drop librdf in favour of serd/sord. | David Robillard | 1 | -257/+189 |
2011-02-01 | Wrap match accessor stuff with functions rather than macros. | David Robillard | 1 | -32/+32 |
2011-01-31 | Move copies in every call to slv2_world_find_statements inside the function. | David Robillard | 1 | -32/+35 |
2011-01-31 | slv2_value_new_librdf_node => slv2_value_new_from_node . | David Robillard | 1 | -4/+4 |
2011-01-31 | Typedef away most use of librdf_node. | David Robillard | 1 | -21/+21 |
2011-01-31 | librdf_free_node => slv2_node_free. | David Robillard | 1 | -25/+25 |
2011-01-31 | librdf_new_node_from_node => slv2_node_copy. | David Robillard | 1 | -41/+40 |
2011-01-31 | Fix memory leaks. | David Robillard | 1 | -0/+1 |
2011-01-31 | Reduce heavy use of librdf_new_node_from* functions. | David Robillard | 1 | -26/+31 |
2011-01-31 | Replace more librdf_uri. | David Robillard | 1 | -11/+9 |
2011-01-31 | Replace a bunch of explicit use of librdf_uri (which does not have a Sord equ... | David Robillard | 1 | -24/+22 |
2011-01-30 | Replace slv2_plugin_new librdf_node* argument with SLV2Value. | David Robillard | 1 | -1/+3 |
2011-01-30 | Completely abstract away use of librdf_stream for statement matching. | David Robillard | 1 | -42/+34 |
2011-01-30 | Wrap match (stream) variable getting in macro. | David Robillard | 1 | -27/+16 |
2011-01-30 | Wrap stream iteration in macros. | David Robillard | 1 | -20/+20 |
2011-01-30 | Non-SPARQL version of slv2_port_get_scale_points. | David Robillard | 1 | -0/+2 |
2011-01-30 | Non-SPARQL version of slv2_port_get_range. | David Robillard | 1 | -0/+6 |
2011-01-30 | Non-SPARQL versions of slv2_plugin_has_latency and slv2_plugin_get_latency_po... | David Robillard | 1 | -0/+2 |