summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-30Fixed lv2_inspect crash bug (exposed by AZR3).David Robillard2-93/+194
2007-05-09Bumped LV2 version number to 1.0beta3.David Robillard2-2/+2
2007-05-09Ontology install path fixes.David Robillard16-60/+82
2007-05-08Exposed slv2_value_free.David Robillard7-3/+613
2007-05-08Code cleanups.David Robillard6-62/+52
2007-05-08Reworked simple query API to allow passing either QName or URI predicates.David Robillard12-55/+240
2007-05-04Added Redland flags to pkgconfig file.David Robillard1-2/+2
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard2-0/+34
2007-04-28Use index instead of variable name for selecting query variables (performance...David Robillard6-48/+153
2007-04-28ladspa2lv2 fixes.David Robillard1-19/+43
2007-04-28Compile fixes, rewrote ladspa2lv2 as plain C using Redland.David Robillard5-226/+258
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 Robillard2-0/+271
2007-04-28Reworked query/value system to expose data type.David Robillard16-202/+251
2007-04-23Incorporated patch from larsl for reading plugin manifest files for plugin data.David Robillard3-7/+60
2007-04-23Fixed outdated includes.David Robillard3-3/+3
2007-04-23Documention updates/fixes.David Robillard6-7/+9
2007-04-21Code cleanups.David Robillard19-56/+22
2007-04-21Improved plugin class heirarchy.David Robillard1-8/+12
2007-04-21Plugin classes (categories) progress.David Robillard8-30/+103
2007-04-21Changed "categories" to "plugin classes" to better match RDF.David Robillard20-132/+177
2007-04-20Preliminary categories support.David Robillard16-71/+458
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 Robillard18-168/+421
2007-04-19Renamed SLV2Model SLV2World.David Robillard15-119/+115
2007-04-19Added random autoconf macro the warning said to.David Robillard3-0/+488
2007-04-19Added Redland dependency, using in-memory RDF models.David Robillard23-725/+631
2007-04-18Documentation fixes.David Robillard6-16/+21
2007-04-11lv2_jack_host MIDI fixes.David Robillard1-16/+10
2007-04-08More Jack hacks. Dmitry owes me $20.David Robillard2-0/+14
2007-04-08Jack MIDI API compatibility fixes. Yes, again.David Robillard2-5/+1
2007-04-08You guessed it, more Jack MIDI API filthy broken constantly breaking API pain...David Robillard2-0/+4
2007-04-08Yet. More. Jack. MIDI. API. Hacks.David Robillard1-7/+15
2007-04-08More Jack MIDI API compatibility jacks.David Robillard4-3/+8
2007-04-08Jack MIDI API compatibility hacks.David Robillard4-0/+69
2007-04-07Fixed query bug when referring to ports by symbol.David Robillard1-1/+2
2007-04-07Jack MIDI API fixes.David Robillard1-4/+4
2007-04-06Email address and FSF copyright address updates.David Robillard2-2/+0
2007-02-24Distribution build fixes (pass make distcheck).David Robillard3-1/+4
2007-02-22Updated lv2.hDavid Robillard1-2/+4
2007-02-21Updated README.David Robillard2-7/+3
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 Robillard2-9/+47
2007-02-19Removed outdated utils/READMEDavid Robillard1-3/+0
2007-02-19More memory error/leak fixes.David Robillard4-5/+4
2007-02-19Fixed doap:license typo in lv2.ttl.David Robillard8-87/+169
2007-02-19Header/API cleanups.David Robillard23-312/+161
2007-02-18Removed private_types.h (and all exposure of types that shouldn't have been e...David Robillard9-56/+51
2007-02-18Fixed index types of Strings and Plugins for consistency.David Robillard14-31/+45