summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-31SWIG building fixes.David Robillard1-4/+4
2007-07-31First steps towards Ingen SWIG bindings.David Robillard1-1/+1
2007-07-31Added experimental Python bindings via swig.David Robillard6-6/+135
2007-07-30Use AC_PROG_CC_C_0 or whatever, for some arcane reason noone actually cares a...David Robillard1-1/+1
2007-07-30Fix bundled SLV2 client building.David Robillard2-2/+2
2007-07-30Fix distclean.David Robillard1-1/+3
2007-07-30Fix SLV2 config.h path stuff.David Robillard3-3/+5
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard7-27/+39
2007-07-28Fix building documentation when compiling in a directory other than the sourc...David Robillard1-2/+2
2007-07-26Fix possible missed plugin search when list size == 1.David Robillard1-3/+0
2007-07-25Don't call librdf_free_world if world was passed by called using slv2_world_n...David Robillard2-1/+10
2007-07-25Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u...David Robillard3-1/+99
2007-07-24Removed recursive autohell, except for SLv2.David Robillard3-3/+3
2007-07-24Move as much generated autohell crap to config/ as possible.David Robillard3-3/+7
2007-07-24Match LV2 specification instantiate prototype.David Robillard2-2/+2
2007-07-23Prettified output.David Robillard1-64/+83
2007-07-23Updated LV2 spec.David Robillard8-32/+35
2007-07-23Broke API to separate input/output from type (less code repetition and SLV2 i...David Robillard9-151/+253
2007-07-22Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin...David Robillard1-0/+6
2007-07-04Fixed mismatched function declaration/definition names.David Robillard1-3/+3
2007-07-04Removed documentation referring to a nonexistant function.David Robillard1-3/+0
2007-07-03Fail gracefully if redland is deeply screwed.David Robillard2-2/+27
2007-07-03Fail gracefully when a plugin can't be instantiated (instead of crashing on a...David Robillard1-11/+15
2007-07-03Fix binary search bug which never found an element in lists of size 1, result...David Robillard1-3/+0
2007-07-03Back out last commit (ignored all plugins w/o doap:name in manifest.ttl, avoi...David Robillard1-3/+1
2007-07-03Ignore illegal plugins w/o a doap:name property.David Robillard2-1/+4
2007-07-01Added preliminary/experimental scons file.David Robillard1-0/+72
2007-07-01Removed redundant GUI loading stub (I'm an idiot).David Robillard7-67/+56
2007-07-01Fix a couple memory leaks/errors.David Robillard7-26/+108
2007-07-01Fix comment typo.David Robillard1-1/+1
2007-07-01Fix tab/space mixing in lv2-gtk2gui.hDavid Robillard1-4/+4
2007-06-30Aaaalright then, made it not static and put the code in the library. Stupid ...David Robillard2-7/+11
2007-06-30Made slv2_gui_type_get_uri static.David Robillard1-1/+1
2007-06-30Added missing file.David Robillard1-0/+65
2007-06-30Reworked GUI access in a safer way, anticipating various GUI specs (w/o break...David Robillard11-21/+101
2007-06-30Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep...David Robillard10-12/+592
2007-06-27Added slv2_value_duplicate.David Robillard2-0/+17
2007-06-21Fix crash when HOME env variable isn't set.David Robillard1-2/+6
2007-06-15Discovery performance improvements.David Robillard2-16/+27
2007-06-01Load plugin data automatically on demand.David Robillard2-5/+14
2007-05-30Fixed the other one.David Robillard1-1/+1
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