Age | Commit message (Expand) | Author | Files | Lines |
2007-08-07 | Changed slv2_port_get_type to slv2_port_get_data_type, and SLV2PortType to SL... | David Robillard | 1 | -4/+4 |
2007-08-07 | SLV2 0.1.0... maybe. | David Robillard | 1 | -12/+16 |
2007-08-03 | Updated LV2 revision number. | David Robillard | 2 | -5/+108 |
2007-07-31 | Added experimental Python bindings via swig. | David Robillard | 1 | -1/+1 |
2007-07-30 | Fix SLV2 config.h path stuff. | David Robillard | 1 | -1/+2 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 2 | -5/+5 |
2007-07-26 | Fix possible missed plugin search when list size == 1. | David Robillard | 1 | -3/+0 |
2007-07-25 | Don't call librdf_free_world if world was passed by called using slv2_world_n... | David Robillard | 2 | -1/+10 |
2007-07-25 | Start work on lock stuff, for threadsafe SLV2 and using SLV2 with apps that u... | David Robillard | 2 | -1/+74 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 1 | -1/+1 |
2007-07-24 | Match LV2 specification instantiate prototype. | David Robillard | 1 | -1/+1 |
2007-07-23 | Updated LV2 spec. | David Robillard | 5 | -18/+18 |
2007-07-23 | Broke API to separate input/output from type (less code repetition and SLV2 i... | David Robillard | 3 | -35/+78 |
2007-07-04 | Fixed mismatched function declaration/definition names. | David Robillard | 1 | -3/+3 |
2007-07-03 | Fail gracefully if redland is deeply screwed. | David Robillard | 1 | -2/+25 |
2007-07-03 | Fail gracefully when a plugin can't be instantiated (instead of crashing on a... | David Robillard | 1 | -11/+15 |
2007-07-03 | Fix binary search bug which never found an element in lists of size 1, result... | David Robillard | 1 | -3/+0 |
2007-07-03 | Back out last commit (ignored all plugins w/o doap:name in manifest.ttl, avoi... | David Robillard | 1 | -3/+1 |
2007-07-03 | Ignore illegal plugins w/o a doap:name property. | David Robillard | 1 | -1/+3 |
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 |