summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-18API updates (removed SLV2Value (binary compatibility nightmare waiting to hap...David Robillard22-251/+299
2007-02-18Implemented discovery of plugin extension bundles.David Robillard14-172/+308
2007-02-09Removed data type stuff from SLV2.David Robillard3-33/+1
2007-02-09LV2 spec updates.David Robillard2-26/+37
2007-02-09Applied patch from Steve Harris, changes to work with new LV2 ontology port c...David Robillard6-115/+136
2007-02-08Circular nodes in FlowCanvas, related necessary redesign work and changes for...David Robillard2-94/+48
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard1-1/+1
2007-02-07Added lv2.ttl installation, lv2.ttl added as source by default to queries.David Robillard21-221/+644
2007-02-05Documentation fix.David Robillard1-1/+1
2007-02-05Documentation fixes.David Robillard3-5/+3
2007-02-05Fix C99 CFLAGS for lv2_list.David Robillard1-0/+1
2007-02-05Fix raptor/rasqal checks to be mandatory.David Robillard1-2/+2
2007-02-05Copyright/Documentation/etc cleanups.David Robillard19-44/+43
2007-02-05Reorganized tree in preparation for beta release.David Robillard24-627/+99
2007-02-04Bug fixes, LV2 spec updates.David Robillard2-10/+22
2007-01-22Created Raul namespace.David Robillard1-0/+3
2007-01-12Bumped JACK version for MIDI API changes.David Robillard1-2/+2
2007-01-12Fixed build errorsDavid Robillard2-36/+33
2007-01-12Split jack_host into slv2_simple_jack_host and slv2_host, added MIDI support ...David Robillard6-10/+696
2007-01-12Gracefully handle plugins that fail to instantiate.David Robillard1-0/+7
2007-01-11lv2.ttl hard realtime clarifications.David Robillard1-6/+7
2007-01-11Trivial lv2.h documentation fix (LADSPA legacy property name)David Robillard1-1/+1
2007-01-10Moved RDFWriter to RAUL.David Robillard3-6/+62
2007-01-10Skeleton LADSPA->LV2 conversion utility.David Robillard4-1/+166
2007-01-05LV2 spec updates.David Robillard2-6/+17
2006-12-09Updated to match lv2.ttl changes (HostFeature class names)David Robillard1-3/+3
2006-12-07Update to doap/foaf maintainer data.David Robillard1-15/+25
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-11-23Clarified realtime requirements to include connect_port.David Robillard2-13/+17
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 Robillard4-7/+22
2006-10-24Added memory ownership clarification to dox for slv2_port_get_data_typeDavid Robillard1-0/+2
2006-10-24Fixed make doc target (for new lv2.h location)David Robillard2-2/+3
2006-10-19Added extension_data hook to LV2_DescriptorDavid Robillard1-0/+25
2006-10-14Print dlerror when unable to load plugin library.David Robillard1-1/+2
2006-10-14Removed COPYING because SVN is being annoying with symlinksDavid Robillard1-1/+0
2006-10-08Moved slv2 directory for consistencyDavid Robillard9-11/+9
2006-10-05More build system fixes, everything now builds against the local copy if topl...David Robillard1-6/+5
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-0/+2
2006-10-03Fix missing rasqal var substitution in configure.ac (and duplicate jack subst...David Robillard1-2/+2
2006-09-03Saner (internal) query API, though still needs work.David Robillard5-87/+233
2006-09-03Support for plugin data in manifest.ttlDavid Robillard4-21/+199
2006-09-03Warning and documentation fixes.David Robillard5-24/+20
2006-09-02Schema bug fixes (parsable now).David Robillard9-40/+136
2006-08-22Updates for new header/schemaDavid Robillard3-10/+24
2006-07-29Trivial documentation fix (doxygen doesn't seem to pick up @ref's to #defines)David Robillard1-1/+1
2006-07-26Fixed unterminated varargs errorDavid Robillard1-1/+1
2006-07-26Removed vstrjoinDavid Robillard6-52/+51