Age | Commit message (Expand) | Author | Files | Lines |
2008-11-27 | Fix feature detection. | David Robillard | 1 | -1/+0 |
2008-11-08 | Support i18n literals via LANG environment variable. | David Robillard | 1 | -9/+29 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -7/+7 |
2008-10-12 | Tolerate broken plugins. | David Robillard | 1 | -7/+8 |
2008-10-04 | Fix slv2_plugin_get_supported_features. | David Robillard | 1 | -2/+14 |
2008-07-06 | Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid... | David Robillard | 1 | -4/+4 |
2008-05-16 | Actually fix plugins with binary not mentioned in the manifest (just always l... | David Robillard | 1 | -2/+2 |
2008-05-09 | Remove invalid assertion. | David Robillard | 1 | -1/+0 |
2008-05-03 | Handle plugins with missing binaries more gracefully. | David Robillard | 1 | -0/+2 |
2008-05-03 | Parse files directly into "world" model instead of into a temporary model, th... | David Robillard | 1 | -2/+1 |
2008-05-03 | Use new redland "trees" store, if available (100 fold performance increases i... | David Robillard | 1 | -1/+3 |
2008-05-03 | Add slv2_plugin_get_port_ranges. | David Robillard | 1 | -0/+64 |
2008-04-29 | Fix librdf assertion failures on plugins where no binary is found. | David Robillard | 1 | -1/+1 |
2008-04-12 | LV2 UI extension updates from larsl. | David Robillard | 1 | -1/+1 |
2008-03-19 | Support plugins where lv2:binary is not in manifest.ttl | David Robillard | 1 | -3/+27 |
2008-01-31 | Slightly more gracefully fail on broken rasqal ORDER BY, or plugins with miss... | David Robillard | 1 | -4/+16 |
2008-01-28 | Remove debugging console barf. | David Robillard | 1 | -3/+1 |
2008-01-28 | Add slv2_plugin_get_num_ports_of_class. | David Robillard | 1 | -0/+35 |
2008-01-27 | Packaging stuff. | David Robillard | 1 | -1/+1 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -134/+127 |
2008-01-23 | Remove 3 whopping LOC!!!111 | David Robillard | 1 | -3/+0 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -24/+10 |
2008-01-20 | Fix slv2_plugin_has_feature. | David Robillard | 1 | -14/+6 |
2008-01-17 | Update queries for new UI extension. | David Robillard | 1 | -4/+4 |
2008-01-16 | Attempt using "memory" RDF model instead of "hashes" for query performance (y... | David Robillard | 1 | -3/+3 |
2008-01-15 | Move debian/changelog to ChangeLog. | David Robillard | 1 | -0/+1 |
2008-01-15 | Fix RDF warning (freeing NULL query results). | David Robillard | 1 | -1/+2 |
2008-01-15 | SLV2 0.4.4. | David Robillard | 1 | -0/+25 |
2008-01-12 | Add plugin template interface (fast discovery of plugins with certain I/O | David Robillard | 1 | -11/+121 |
2007-12-19 | Update LV2 GUI URI. | David Robillard | 1 | -1/+1 |
2007-11-13 | Release preparation: | David Robillard | 1 | -48/+0 |
2007-10-04 | Fix librdf warnings. | David Robillard | 1 | -0/+1 |
2007-10-03 | Fix Plugin class related bugs. | David Robillard | 1 | -9/+12 |
2007-10-03 | Fix latency for updated LV2 spec. | David Robillard | 1 | -6/+6 |
2007-10-03 | Updated LV2 spec. | David Robillard | 1 | -19/+5 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -14/+5 |
2007-09-23 | Support for plugin UIs in separate bundles. | David Robillard | 1 | -13/+48 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 1 | -15/+15 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 1 | -3/+4 |
2007-07-23 | Updated LV2 spec. | David Robillard | 1 | -2/+2 |
2007-07-23 | Broke API to separate input/output from type (less code repetition and SLV2 i... | David Robillard | 1 | -2/+2 |
2007-07-01 | Fix a couple memory leaks/errors. | David Robillard | 1 | -12/+44 |
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 | 1 | -3/+13 |
2007-06-30 | Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT dep... | David Robillard | 1 | -0/+39 |
2007-06-01 | Load plugin data automatically on demand. | David Robillard | 1 | -1/+10 |
2007-05-09 | Ontology install path fixes. | David Robillard | 1 | -9/+4 |
2007-05-08 | Reworked simple query API to allow passing either QName or URI predicates. | David Robillard | 1 | -18/+48 |
2007-04-28 | Use index instead of variable name for selecting query variables (performance... | David Robillard | 1 | -15/+14 |
2007-04-28 | Reworked query/value system to expose data type. | David Robillard | 1 | -42/+48 |