summaryrefslogtreecommitdiffstats
path: root/src/port.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-32/+75
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard1-2/+2
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-1/+1
2007-04-28Reworked query/value system to expose data type.David Robillard1-44/+42
2007-04-21Code cleanups.David Robillard1-1/+1
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-88/+79
2007-04-07Fixed query bug when referring to ports by symbol.David Robillard1-1/+2
2007-02-19Header/API cleanups.David Robillard1-19/+19
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard1-1/+1
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-39/+33
2007-02-18Implemented discovery of plugin extension bundles.David Robillard1-5/+5
2007-02-09Removed data type stuff from SLV2.David Robillard1-17/+0
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard1-15/+34
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-44/+123
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
2006-09-03Saner (internal) query API, though still needs work.David Robillard1-11/+3
2006-09-02Schema bug fixes (parsable now).David Robillard1-3/+8
2006-07-26Removed vstrjoinDavid Robillard1-5/+8
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-29/+29
2006-07-22Removed data type enumeration in favour of using the URI directlyDavid Robillard1-11/+19
2006-06-11Fixed port type URIsDavid Robillard1-5/+7
2006-06-11Fixed query problems on 64-bitDavid Robillard1-2/+2
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+163