summaryrefslogtreecommitdiffstats
path: root/slv2
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Ontology install path fixes.David Robillard1-2/+2
2007-05-08Exposed slv2_value_free.David Robillard2-0/+6
2007-05-08Code cleanups.David Robillard2-22/+2
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard4-11/+93
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-0/+7
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard1-2/+3
2007-04-28Fixed more outdated reference to strings.hDavid Robillard2-3/+3
2007-04-28Fixed outdated reference to strings.hDavid Robillard1-1/+1
2007-04-28Added missing files.David Robillard1-0/+130
2007-04-28Reworked query/value system to expose data type.David Robillard6-41/+47
2007-04-23Fixed outdated includes.David Robillard1-1/+1
2007-04-23Documention updates/fixes.David Robillard4-4/+4
2007-04-21Code cleanups.David Robillard9-47/+13
2007-04-21Plugin classes (categories) progress.David Robillard4-4/+33
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard10-56/+79
2007-04-20Preliminary categories support.David Robillard6-0/+163
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard7-81/+128
2007-04-19Renamed SLV2Model SLV2World.David Robillard6-37/+37
2007-04-19Added random autoconf macro the warning said to.David Robillard1-0/+166
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard7-164/+69
2007-04-18Documentation fixes.David Robillard5-15/+20
2007-02-22Updated lv2.hDavid Robillard1-2/+4
2007-02-20Added simple accessor for values with subjects other than the plugin itself.David Robillard1-9/+27
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard2-16/+36
2007-02-19Header/API cleanups.David Robillard11-206/+82
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been e...David Robillard4-109/+31
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard5-15/+24
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard11-80/+128
2007-02-18Implemented discovery of plugin extension bundles.David Robillard5-34/+123
2007-02-09Removed data type stuff from SLV2.David Robillard1-13/+1
2007-02-09LV2 spec updates.David Robillard1-9/+10
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard2-19/+17
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes for...David Robillard1-12/+12
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard7-57/+185
2007-02-05Documentation fixes.David Robillard2-4/+2
2007-02-05Copyright/Documentation/etc cleanups.David Robillard8-17/+17
2007-02-04Bug fixes, LV2 spec updates.David Robillard1-0/+2
2007-01-12Split jack_host into slv2_simple_jack_host and slv2_host, added MIDI support ...David Robillard1-0/+3
2007-01-11Trivial lv2.h documentation fix (LADSPA legacy property name)David Robillard1-1/+1
2007-01-05LV2 spec updates.David Robillard1-6/+10
2006-11-23Clarified realtime requirements to include connect_port.David Robillard1-4/+8
2006-11-09Updated lv2.h with threading rules (comment only).David Robillard1-0/+28
2006-11-04Made public inline functions static inline.David Robillard1-7/+7
2006-10-28Clarified lv2.h header for HostFeatures parameter, associated changes to SLV2.David Robillard2-2/+8
2006-10-24Added memory ownership clarification to dox for slv2_port_get_data_typeDavid Robillard1-0/+2
2006-10-19Added extension_data hook to LV2_DescriptorDavid Robillard1-0/+25
2006-10-08Moved slv2 directory for consistencyDavid Robillard4-2/+324
2006-09-03Saner (internal) query API, though still needs work.David Robillard2-8/+61
2006-09-03Warning and documentation fixes.David Robillard2-10/+8
2006-09-02Schema bug fixes (parsable now).David Robillard3-2/+27