summaryrefslogtreecommitdiffstats
path: root/slv2/port.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Strip trailing whitespace.David Robillard1-3/+3
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-1/+1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-1/+1
2008-11-08Support i18n literals via LANG environment variable.David Robillard1-0/+10
2008-10-20Actually use installation location variables for everything.David Robillard1-4/+4
2008-09-29Add slv2_port_get_value.David Robillard1-0/+10
2008-08-03Minor cleanups for easier seddability.David Robillard1-1/+1
2008-01-27Packaging stuff.David Robillard1-1/+14
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-60/+24
2008-01-21Work on generic LV2 events.David Robillard1-0/+33
2008-01-20Work on new generic events extension.David Robillard1-1/+11
2008-01-12Add plugin template interface (fast discovery of plugins with certain I/ODavid Robillard1-5/+3
2007-11-30Build/install man pages.David Robillard1-1/+1
2007-10-03Updated LV2 spec.David Robillard1-14/+7
2007-08-07Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL...David Robillard1-4/+4
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard1-4/+22
2007-04-28Fixed outdated reference to strings.hDavid Robillard1-1/+1
2007-04-28Reworked query/value system to expose data type.David Robillard1-3/+3
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard1-1/+1
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard1-0/+18
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard1-23/+12
2007-02-19Header/API cleanups.David Robillard1-9/+9
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard1-5/+6
2007-02-09Removed data type stuff from SLV2.David Robillard1-13/+1
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard1-1/+1
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard1-19/+53
2007-02-05Copyright/Documentation/etc cleanups.David Robillard1-2/+2
2006-10-24Added memory ownership clarification to dox for slv2_port_get_data_typeDavid Robillard1-0/+2
2006-07-29Trivial documentation fix (doxygen doesn't seem to pick up @ref's to #defines)David Robillard1-1/+1
2006-07-26- Removed all the unsigned char garbage from the APIDavid Robillard1-23/+10
2006-07-22Removed data type enumeration in favour of using the URI directlyDavid Robillard1-3/+6
2006-06-06Moved libslv2 into it's own subdirectoryDavid Robillard1-0/+116