Age | Commit message (Expand) | Author | Files | Lines |
2008-12-13 | More test cases (plugin stuff): 69.3% coverage | David Robillard | 1 | -12/+2 |
2008-12-13 | Better failed test reporting. | David Robillard | 3 | -3/+7 |
2008-12-13 | Unit test code coverage report generation (via gcov/lcov). | David Robillard | 1 | -2/+2 |
2008-12-10 | Fix crash in slv2_plugin_verify (fix ticket #291). | David Robillard | 1 | -2/+1 |
2008-11-27 | Fix feature detection. | David Robillard | 1 | -1/+0 |
2008-11-08 | Support i18n literals via LANG environment variable. | David Robillard | 4 | -13/+89 |
2008-11-01 | Fix slv2_value_supports_event (patch from Nedko). | David Robillard | 1 | -1/+1 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 17 | -49/+49 |
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-10-03 | Good riddance. | David Robillard | 1 | -24/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 1 | -1/+1 |
2008-09-29 | Add slv2_port_get_value. | David Robillard | 1 | -0/+38 |
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 | Fix query warning. | David Robillard | 1 | -1/+1 |
2008-05-16 | Actually fix plugins with binary not mentioned in the manifest (just always l... | David Robillard | 3 | -10/+5 |
2008-05-16 | Fix support for plugins where binary is not mentioned in manifest. | David Robillard | 1 | -25/+20 |
2008-05-09 | Remove invalid assertion. | David Robillard | 1 | -1/+0 |
2008-05-03 | Handle plugins with missing binaries more gracefully. | David Robillard | 2 | -20/+24 |
2008-05-03 | Parse files directly into "world" model instead of into a temporary model, th... | David Robillard | 2 | -15/+2 |
2008-05-03 | Use new redland "trees" store, if available (100 fold performance increases i... | David Robillard | 2 | -11/+25 |
2008-05-03 | Add slv2_plugin_get_port_ranges. | David Robillard | 2 | -0/+67 |
2008-04-29 | Fix librdf assertion failures on plugins where no binary is found. | David Robillard | 2 | -3/+4 |
2008-04-12 | LV2 UI extension updates from larsl. | David Robillard | 2 | -3/+1 |
2008-03-19 | Support plugins where lv2:binary is not in manifest.ttl | David Robillard | 2 | -3/+30 |
2008-03-12 | Sorta workingish chicken scheme bindings. | David Robillard | 1 | -0/+4 |
2008-02-09 | Gracefully handle UIs that fail to instantiate. | David Robillard | 1 | -3/+4 |
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 | 7 | -2/+180 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 15 | -361/+434 |
2008-01-24 | Make SLV2 UI class interface match ports. | David Robillard | 2 | -8/+8 |
2008-01-24 | Kludge around string<->number issues in locales with a ',' decimal point, and... | David Robillard | 3 | -13/+31 |
2008-01-23 | Remove 3 whopping LOC!!!111 | David Robillard | 1 | -3/+0 |
2008-01-23 | Trim useless cruft. | David Robillard | 2 | -107/+3 |
2008-01-23 | More vicarious bug hunting. | David Robillard | 1 | -0/+2 |
2008-01-23 | Fix decimal point kludge. | David Robillard | 1 | -2/+2 |
2008-01-23 | Fix range printing for control ports in lv2_inspect. | David Robillard | 1 | -0/+13 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 10 | -263/+130 |
2008-01-20 | Work on new generic events extension. | David Robillard | 2 | -1/+28 |
2008-01-20 | Fix slv2_plugin_has_feature. | David Robillard | 1 | -14/+6 |
2008-01-20 | Fix librdf failed assertion warning (freeing a NULL librdf_uri). | David Robillard | 1 | -1/+3 |
2008-01-20 | Fix syntax error in lv2_midi.ttl and lv2_event.ttl. | David Robillard | 1 | -0/+2 |
2008-01-17 | Update queries for new UI extension. | David Robillard | 1 | -4/+4 |
2008-01-17 | Update LV2 UI header. | David Robillard | 2 | -1/+3 |
2008-01-16 | Use OSX native plugin search path if __APPLE__ is defined. | David Robillard | 1 | -18/+11 |
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 |