summaryrefslogtreecommitdiffstats
path: root/src/port.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-4/+4
2011-04-30Consistent error and warning message style.David Robillard1-2/+2
2011-04-30Tidy.David Robillard1-1/+1
2011-04-30Cache port RDF node on load instead of searching for it repeatedly.David Robillard1-48/+18
2011-04-29Tidy.David Robillard1-7/+7
2011-04-29Rename command line utilities to avoid clashing with slv2.David Robillard1-2/+2
2011-04-29LilvValue => LilvNode.David Robillard1-49/+49
2011-04-29Remove LilvNode and LilvMatches typedefs for Sord stuff.David Robillard1-14/+14
2011-04-29Move querying functions up to world level.David Robillard1-11/+11
2011-04-29Remove half-assed qname API.David Robillard1-24/+1
2011-04-29Don't hide pointers behind typedefs.David Robillard1-61/+61
2011-04-28Rename slv2 to lilv.David Robillard1-126/+126
2011-04-28Tidy (rearrange prototypes in sane order).David Robillard1-1/+0
2011-04-28More future-proof collection APIs.David Robillard1-1/+1
2011-04-27Fix memory leaks.David Robillard1-9/+9
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+11
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-3/+3
2011-03-09New collections and iterator API.David Robillard1-6/+6
2011-03-06Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event...David Robillard1-17/+24
2011-02-16Update for new Sord API.David Robillard1-3/+3
2011-02-16Update for new Sord API.David Robillard1-3/+3
2011-02-12Document entire API in a single header/page.David Robillard1-4/+0
2011-02-11Tidy up includes.David Robillard1-3/+5
2011-02-11Use GSequence for collections with get_by_uri search methods.David Robillard1-1/+1
2011-02-11Reduce internal use of _by_qname variants (unnecessary overhead).David Robillard1-12/+18
2011-02-11Better, tested, i18n system.David Robillard1-44/+1
2011-02-11Use `static' and `SLV2_API' explicitly/consistently.David Robillard1-2/+12
2011-02-04Update for uint8_t sord API.David Robillard1-3/+3
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-2/+2
2011-02-04Tidy.David Robillard1-1/+1
2011-02-04Tidy up code.David Robillard1-2/+2
2011-02-04Remove repeated blank lines.David Robillard1-18/+0
2011-02-04Update copyright dates.David Robillard1-1/+1
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-8/+8
2011-02-01Wrap match accessor stuff with functions rather than macros.David Robillard1-9/+9
2011-01-31Move copies in every call to slv2_world_find_statements inside the function.David Robillard1-1/+1
2011-01-31Remove slv2_value_as_librdf_uri.David Robillard1-4/+3
2011-01-31slv2_value_new_librdf_node => slv2_value_new_from_node .David Robillard1-1/+1
2011-01-31Typedef away most use of librdf_node.David Robillard1-19/+19
2011-01-31librdf_new_node_from_node => slv2_node_copy.David Robillard1-9/+9
2011-01-31Fix memory leaks.David Robillard1-1/+8
2011-01-31Reduce heavy use of librdf_new_node_from* functions.David Robillard1-1/+1
2011-01-30Completely abstract away use of librdf_stream for statement matching.David Robillard1-18/+18
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-1/+0
2011-01-30Wrap match (stream) variable getting in macro.David Robillard1-8/+4
2011-01-30Wrap stream iteration in macros.David Robillard1-5/+6
2011-01-30Non-SPARQL version of slv2_port_get_scale_points.David Robillard1-24/+24
2011-01-30Non-SPARQL version of slv2_port_get_range.David Robillard1-46/+45
2011-01-30Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q...David Robillard1-41/+58
2011-01-30Non-SPARQL versions of slv2_port_supports_event and slv2_port_has_property.David Robillard1-27/+49