summaryrefslogtreecommitdiffstats
path: root/src/port.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-12Chop dead code.David Robillard1-13/+0
2009-06-04Remove unnecessary ORDER BY in scale points query.David Robillard1-1/+1
2009-06-03Kludge around broken raptor_sequence_set_at.David Robillard1-1/+0
2009-05-14Always include types.h first.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-20/+20
2009-02-14Remove dead code.David Robillard1-21/+7
2009-02-14New generic query API.David Robillard1-23/+21
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-2/+1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-7/+2
2008-12-13Handle librdf failures (NULL values) and crazily typed values etc. more grace...David Robillard1-2/+2
2008-12-13Better failed test reporting.David Robillard1-0/+2
2008-11-08Support i18n literals via LANG environment variable.David Robillard1-4/+33
2008-11-01Fix slv2_value_supports_event (patch from Nedko).David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-5/+5
2008-09-29Add slv2_port_get_value.David Robillard1-0/+38
2008-01-27Packaging stuff.David Robillard1-0/+45
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-92/+78
2008-01-24Kludge around string<->number issues in locales with a ',' decimal point, and...David Robillard1-1/+1
2008-01-23Trim useless cruft.David Robillard1-62/+0
2008-01-21Work on generic LV2 events.David Robillard1-3/+25
2008-01-20Work on new generic events extension.David Robillard1-0/+26
2008-01-20Fix syntax error in lv2_midi.ttl and lv2_event.ttl.David Robillard1-0/+2
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-26/+17
2008-01-11Fix port clashes when multiple plugins are listed in the same file.David Robillard1-1/+2
2007-10-03Updated LV2 spec.David Robillard1-11/+3
2007-08-08Update ingen for SLV2 changes.David Robillard1-9/+9
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard1-4/+4
2007-07-23Updated LV2 spec.David Robillard1-6/+6