summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Ontology install path fixes.David Robillard3-14/+18
2007-05-08Exposed slv2_value_free.David Robillard2-2/+0
2007-05-08Code cleanups.David Robillard3-36/+48
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard7-43/+127
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-0/+27
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard4-20/+22
2007-04-28Added missing files.David Robillard1-0/+141
2007-04-28Reworked query/value system to expose data type.David Robillard8-133/+175
2007-04-23Incorporated patch from larsl for reading plugin manifest files for plugin data.David Robillard3-7/+60
2007-04-23Fixed outdated includes.David Robillard2-2/+2
2007-04-23Documention updates/fixes.David Robillard1-1/+1
2007-04-21Code cleanups.David Robillard10-9/+9
2007-04-21Plugin classes (categories) progress.David Robillard4-26/+70
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard9-75/+97
2007-04-20Preliminary categories support.David Robillard8-44/+264
2007-04-20Fix memory leaks.David Robillard1-12/+2
2007-04-20Clean up API, hide more methods that should not be exposed to user.David Robillard5-34/+79
2007-04-19Renamed SLV2Model SLV2World.David Robillard5-67/+63
2007-04-19Added random autoconf macro the warning said to.David Robillard1-0/+321
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard8-344/+466
2007-04-07Fixed query bug when referring to ports by symbol.David Robillard1-1/+2
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-1/+0
2007-02-20Updated Ingen for most recent SLV2 API.David Robillard1-3/+12
2007-02-20Added simple accessor for values with subjects other than the plugin itself.David Robillard1-0/+20
2007-02-19More memory error/leak fixes.David Robillard2-4/+3
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard4-69/+129
2007-02-19Header/API cleanups.David Robillard8-96/+69
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been e...David Robillard6-11/+84
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard5-10/+15
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard6-133/+131
2007-02-18Implemented discovery of plugin extension bundles.David Robillard8-155/+198
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 Robillard6-134/+283
2007-02-05Copyright/Documentation/etc cleanups.David Robillard7-14/+14
2007-02-05Reorganized tree in preparation for beta release.David Robillard2-5/+5
2007-01-12Gracefully handle plugins that fail to instantiate.David Robillard1-0/+7
2006-12-09Updated to match lv2.ttl changes (HostFeature class names)David Robillard1-3/+3
2006-12-03Fixed more stupid free() bugs.David Robillard1-11/+7
2006-12-03Fixed (really stupid) crash with feature accessor functions.David Robillard1-6/+0
2006-10-28Clarified lv2.h header for HostFeatures parameter, associated changes to SLV2.David Robillard1-0/+9
2006-10-14Print dlerror when unable to load plugin library.David Robillard1-1/+2
2006-09-03Saner (internal) query API, though still needs work.David Robillard3-79/+172
2006-09-03Support for plugin data in manifest.ttlDavid Robillard1-21/+23
2006-09-03Warning and documentation fixes.David Robillard2-13/+12
2006-09-02Schema bug fixes (parsable now).David Robillard4-35/+106
2006-07-26Fixed unterminated varargs errorDavid Robillard1-1/+1
2006-07-26Removed vstrjoinDavid Robillard5-47/+47
2006-07-26Fixed type mismatchDavid Robillard1-1/+1
2006-07-26Use getenv("HOME") instead of hardcoded "~"David Robillard1-8/+12