Age | Commit message (Expand) | Author | Files | Lines |
2007-07-01 | Removed redundant GUI loading stub (I'm an idiot). | David Robillard | 3 | -39/+38 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 4 | -25/+68 |
2007-06-30 | Aaaalright then, made it not static and put the code in the library. Stupid ... | David Robillard | 1 | -0/+9 |
2007-06-30 | Reworked GUI access in a safer way, anticipating various GUI specs (w/o break... | David Robillard | 4 | -12/+53 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 4 | -0/+217 |
2007-06-27 | Added slv2_value_duplicate. | David Robillard | 1 | -0/+11 |
2007-06-21 | Fix crash when HOME env variable isn't set. | David Robillard | 1 | -2/+6 |
2007-06-15 | Discovery performance improvements. | David Robillard | 2 | -16/+27 |
2007-06-01 | Load plugin data automatically on demand. | David Robillard | 1 | -1/+10 |
2007-05-09 | Ontology install path fixes. | David Robillard | 3 | -14/+18 |
2007-05-08 | Exposed slv2_value_free. | David Robillard | 2 | -2/+0 |
2007-05-08 | Code cleanups. | David Robillard | 3 | -36/+48 |
2007-05-08 | Reworked simple query API to allow passing either QName or URI predicates. | David Robillard | 7 | -43/+127 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 1 | -0/+27 |
2007-04-28 | Use index instead of variable name for selecting query variables (performance... | David Robillard | 4 | -20/+22 |
2007-04-28 | Added missing files. | David Robillard | 1 | -0/+141 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 8 | -133/+175 |
2007-04-23 | Incorporated patch from larsl for reading plugin manifest files for plugin data. | David Robillard | 3 | -7/+60 |
2007-04-23 | Fixed outdated includes. | David Robillard | 2 | -2/+2 |
2007-04-23 | Documention updates/fixes. | David Robillard | 1 | -1/+1 |
2007-04-21 | Code cleanups. | David Robillard | 10 | -9/+9 |
2007-04-21 | Plugin classes (categories) progress. | David Robillard | 4 | -26/+70 |
2007-04-21 | Changed "categories" to "plugin classes" to better match RDF. | David Robillard | 9 | -75/+97 |
2007-04-20 | Preliminary categories support. | David Robillard | 8 | -44/+264 |
2007-04-20 | Fix memory leaks. | David Robillard | 1 | -12/+2 |
2007-04-20 | Clean up API, hide more methods that should not be exposed to user. | David Robillard | 5 | -34/+79 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 5 | -67/+63 |
2007-04-19 | Added random autoconf macro the warning said to. | David Robillard | 1 | -0/+321 |
2007-04-19 | Added Redland dependency, using in-memory RDF models. | David Robillard | 8 | -344/+466 |
2007-04-07 | Fixed query bug when referring to ports by symbol. | David Robillard | 1 | -1/+2 |
2007-02-24 | Distribution build fixes (pass make distcheck). | David Robillard | 1 | -1/+0 |
2007-02-20 | Updated Ingen for most recent SLV2 API. | David Robillard | 1 | -3/+12 |
2007-02-20 | Added simple accessor for values with subjects other than the plugin itself. | David Robillard | 1 | -0/+20 |
2007-02-19 | More memory error/leak fixes. | David Robillard | 2 | -4/+3 |
2007-02-19 | Fixed doap:license typo in lv2.ttl. | David Robillard | 4 | -69/+129 |
2007-02-19 | Header/API cleanups. | David Robillard | 8 | -96/+69 |
2007-02-18 | Removed private_types.h (and all exposure of types that shouldn't have been e... | David Robillard | 6 | -11/+84 |
2007-02-18 | Fixed index types of Strings and Plugins for consistency. | David Robillard | 5 | -10/+15 |
2007-02-18 | API updates (removed SLV2Value (binary compatibility nightmare waiting to hap... | David Robillard | 6 | -133/+131 |
2007-02-18 | Implemented discovery of plugin extension bundles. | David Robillard | 8 | -155/+198 |
2007-02-09 | Removed data type stuff from SLV2. | David Robillard | 1 | -17/+0 |
2007-02-09 | Applied patch from Steve Harris, changes to work with new LV2 ontology port c... | David Robillard | 1 | -15/+34 |
2007-02-07 | Added lv2.ttl installation, lv2.ttl added as source by default to queries. | David Robillard | 6 | -134/+283 |
2007-02-05 | Copyright/Documentation/etc cleanups. | David Robillard | 7 | -14/+14 |
2007-02-05 | Reorganized tree in preparation for beta release. | David Robillard | 2 | -5/+5 |
2007-01-12 | Gracefully handle plugins that fail to instantiate. | David Robillard | 1 | -0/+7 |
2006-12-09 | Updated to match lv2.ttl changes (HostFeature class names) | David Robillard | 1 | -3/+3 |
2006-12-03 | Fixed more stupid free() bugs. | David Robillard | 1 | -11/+7 |
2006-12-03 | Fixed (really stupid) crash with feature accessor functions. | David Robillard | 1 | -6/+0 |
2006-10-28 | Clarified lv2.h header for HostFeatures parameter, associated changes to SLV2. | David Robillard | 1 | -0/+9 |