Age | Commit message (Expand) | Author | Files | Lines |
2008-07-06 | Debian packaging. | David Robillard | 2 | -1/+3 |
2008-07-06 | Debian packaging stuff. | David Robillard | 3 | -3/+12 |
2008-07-06 | Working 'make install-man' target from top level. | David Robillard | 1 | -0/+3 |
2008-07-06 | Update ChangeLog. | David Robillard | 1 | -3/+4 |
2008-07-06 | Rename slv2_plugin_get_port_range to slv2_plugin_get_port_ranges_float (avoid... | David Robillard | 4 | -17/+21 |
2008-07-06 | Move python m4 crap to acinclude.m4 to relieve autohell issues. | David Robillard | 3 | -6/+274 |
2008-06-18 | Fix make distcheck. | David Robillard | 3 | -9/+10 |
2008-06-09 | Fix building w/o doxygen maybe for real this time. | David Robillard | 2 | -4/+6 |
2008-06-09 | Fix documentation building. | David Robillard | 1 | -4/+6 |
2008-06-09 | Build documentation on 'make' when --enable-documentation used (fix ticket #1... | David Robillard | 1 | -0/+2 |
2008-05-29 | Fix missing redland message. | David Robillard | 1 | -1/+1 |
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 | 5 | -15/+106 |
2008-05-01 | GCC 4.3 fixes. | David Robillard | 1 | -3/+4 |
2008-05-01 | Apply event reference counting (stubs) patch from larsl. | David Robillard | 1 | -1/+13 |
2008-04-29 | Don't print "Properties:" header for ports with no properties. | David Robillard | 1 | -2/+4 |
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 | 4 | -61/+126 |
2008-03-19 | Fix URI map extension implemenation in lv2_jack_host. | David Robillard | 1 | -1/+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 | 6 | -7/+27 |
2008-02-17 | Fix SWIG stuff. | David Robillard | 3 | -1/+3 |
2008-02-17 | Fix SLV2 building from top level. | David Robillard | 1 | -268/+0 |
2008-02-17 | Check for Python properly before attempting to build bindings. | David Robillard | 6 | -34/+333 |
2008-02-17 | Update Swig/Python bindings. | David Robillard | 4 | -10/+39 |
2008-02-10 | Fix lv2_simple_jack_host crash. | David Robillard | 1 | -5/+5 |
2008-02-09 | Gracefully handle UIs that fail to instantiate. | David Robillard | 1 | -3/+4 |
2008-02-05 | Fix LV2 event stuff, courtesy kfoltman. | David Robillard | 1 | -1/+1 |
2008-02-05 | distcheck fixes. | David Robillard | 1 | -1/+1 |
2008-02-02 | Revert to stupid pre-pkg-config idiotic bullshit. | David Robillard | 1 | -5/+29 |
2008-02-02 | Bump redland requirement and use the pkg-config stuff. | David Robillard | 1 | -4/+1 |
2008-02-01 | Pad LV2 event buffers. | David Robillard | 1 | -1/+1 |
2008-02-01 | Fix LV2 event stuff (header and lv2_jack_host). | David Robillard | 1 | -1/+1 |
2008-02-01 | Generic LV2 event support in lv2_jack_host. | David Robillard | 9 | -378/+63 |
2008-01-31 | Bump rasqal dependency to 0.9.14 (so ORDER BY works). | David Robillard | 1 | -1/+2 |
2008-01-31 | Slightly more gracefully fail on broken rasqal ORDER BY, or plugins with miss... | David Robillard | 1 | -4/+16 |
2008-01-28 | Documentation fixes. | David Robillard | 4 | -35/+35 |
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 | 3 | -1/+48 |
2008-01-27 | Packaging stuff. | David Robillard | 19 | -21/+371 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 32 | -588/+649 |
2008-01-24 | Make SLV2 UI class interface match ports. | David Robillard | 4 | -12/+12 |
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 |