Age | Commit message (Expand) | Author | Files | Lines |
2008-10-03 | Update build documentation for waf. | David Robillard | 1 | -0/+1 |
2008-10-03 | Good riddance. | David Robillard | 11 | -914/+0 |
2008-10-03 | Support building locally against header-only libraries in autowaf. | David Robillard | 5 | -6/+5 |
2008-10-02 | Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts.... | David Robillard | 3 | -12/+7 |
2008-10-02 | Lower redland dependency for slv2 standalone build. | David Robillard | 1 | -1/+1 |
2008-10-02 | Build SLV2 documentation. | David Robillard | 2 | -2/+7 |
2008-10-02 | Build against local libraries with uselib_local instead of CFLAGS kludges. | David Robillard | 1 | -1/+1 |
2008-10-02 | Factor out header printing... | David Robillard | 1 | -1/+1 |
2008-10-02 | Factor more things into autowaf. | David Robillard | 1 | -0/+7 |
2008-10-01 | Library versioning. | David Robillard | 1 | -1/+22 |
2008-10-01 | Install SLV2 utilities with waf. | David Robillard | 1 | -2/+0 |
2008-09-30 | Move LV2 extension stuff to less horribly named directory. | David Robillard | 3 | -3/+3 |
2008-09-30 | Install pkg-config file for lv2core. | David Robillard | 1 | -1/+0 |
2008-09-30 | Install pkg-config files for libraries. | David Robillard | 1 | -6/+14 |
2008-09-30 | Wafify ingen. | David Robillard | 1 | -2/+2 |
2008-09-30 | Bring lv2core in on the waf party. | David Robillard | 1 | -1/+1 |
2008-09-30 | Wafify SLV2. | David Robillard | 3 | -74/+87 |
2008-09-29 | Add slv2_instance_get_extension_data. | David Robillard | 2 | -0/+20 |
2008-09-29 | Add slv2_port_get_value. | David Robillard | 3 | -0/+55 |
2008-09-09 | Reorganize repository to allow tagging. | David Robillard | 0 | -0/+0 |
2008-09-07 | Move debian -> debian-sid. | David Robillard | 10 | -4/+10 |
2008-08-03 | Minor cleanups for easier seddability. | David Robillard | 17 | -19/+19 |
2008-07-30 | Fix type passed to ScalePoints functions (actually just an opaque pointer, ae... | David Robillard | 1 | -5/+5 |
2008-07-30 | Move stuff for various binding languages to own directories. | David Robillard | 8 | -34/+42 |
2008-07-30 | Print names too in python test. | David Robillard | 1 | -1/+1 |
2008-07-30 | Fix building with language bindings. | David Robillard | 1 | -2/+2 |
2008-07-07 | Debian packaging for lv2core. | David Robillard | 1 | -0/+1 |
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 |