Age | Commit message (Expand) | Author | Files | Lines |
2010-07-05 | Move common files (e.g. waf) to /common subdirectory to ease checking out pro... | David Robillard | 3 | -3/+3 |
2010-06-04 | Add LV2CORE and REDLAND flags to unit test compilation. | David Robillard | 1 | -1/+2 |
2010-06-01 | Clean up configuration output. | David Robillard | 1 | -1/+0 |
2010-03-12 | Improve performance of creating an SLV2Value from a librdf_node. | David Robillard | 1 | -22/+48 |
2010-03-12 | Remove dead comment. | David Robillard | 1 | -1/+1 |
2010-03-12 | Fix wonky error messages. | David Robillard | 2 | -3/+2 |
2010-03-12 | Chop dead code. | David Robillard | 7 | -174/+0 |
2010-03-12 | Make default LV2_PATH a configure-time option (supporting ~ and glob expansion). | David Robillard | 2 | -16/+42 |
2010-03-11 | Add --names option to lv2_list to list all plugin names (instead of URIs). | David Robillard | 1 | -9/+24 |
2010-03-05 | Hide symbols by default and explicitly export API (clean ABI). | David Robillard | 16 | -10/+137 |
2010-03-05 | Parse all files with correct base URI. | David Robillard | 5 | -21/+37 |
2010-02-05 | Free predicate SLV2Values before exit. | David Robillard | 1 | -0/+2 |
2010-02-01 | Build unit tests against local library version/headers, even if installed. | David Robillard | 1 | -1/+1 |
2010-01-07 | Support `./waf test' from top level. | David Robillard | 1 | -1/+1 |
2010-01-07 | Move unit testing and coverage framework into autowaf. | David Robillard | 4 | -41/+22 |
2009-12-30 | Print configuration header before running configure checks. | David Robillard | 1 | -1/+1 |
2009-12-05 | Don't check for lv2core version. | David Robillard | 1 | -1/+1 |
2009-11-27 | Update doxygen files. | David Robillard | 1 | -682/+686 |
2009-11-18 | Link against -ldl (ticket #440). | David Robillard | 1 | -0/+1 |
2009-11-09 | lv2:hardRtCapable -> lv2:hardRTCapable. Oops. | David Robillard | 2 | -4/+4 |
2009-11-08 | Remove accidentally committed lv2_test from slv2 wscript. | David Robillard | 1 | -1/+0 |
2009-11-07 | Delete plugins, move core package to lv2 directory and generate docs for it. | David Robillard | 1 | -0/+1 |
2009-10-13 | Bash completion support for SLV2 utilities from Lars Luthman. | David Robillard | 2 | -0/+67 |
2009-08-16 | Fix duplicate display of port groups. | David Robillard | 1 | -0/+1 |
2009-08-12 | Fix slv2_plugin_get_name documentation (thanks to Damon Chaplin). | David Robillard | 1 | -3/+4 |
2009-08-10 | Fix comment spelling error. | David Robillard | 1 | -1/+1 |
2009-07-22 | Remove no longer necessary autowaf.check_tool. | David Robillard | 1 | -1/+1 |
2009-07-07 | Fix compilation issues. | David Robillard | 1 | -0/+1 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 9 | -8/+9 |
2009-07-04 | Print group types. | David Robillard | 1 | -5/+8 |
2009-07-04 | Fix link. | David Robillard | 1 | -1/+1 |
2009-06-19 | Display port group information. | David Robillard | 1 | -6/+44 |
2009-06-17 | Remove duplicate slv2_value_new_librdf_node and slv2_value_from_librdf_node. | David Robillard | 2 | -63/+22 |
2009-06-16 | Remove lv2_dyn_manifest.h from slv2 source tree. | David Robillard | 3 | -246/+2 |
2009-06-16 | Fix indentation (tabs). | David Robillard | 2 | -6/+5 |
2009-06-16 | Don't kludge locale around queries. | David Robillard | 3 | -14/+6 |
2009-06-16 | Remove lv2_simple_jack_host (was never useful anyway, just a crippled lv2_jac... | David Robillard | 2 | -259/+0 |
2009-06-14 | Parse dynamic manifest with correct base URI. | David Robillard | 2 | -7/+3 |
2009-06-14 | Finish last commit :) | David Robillard | 1 | -1/+1 |
2009-06-14 | Add missing lv2_dyn_manifest.h. | David Robillard | 3 | -5/+250 |
2009-06-14 | Updated LV2 dynamic manifest extension. | David Robillard | 3 | -46/+158 |
2009-06-14 | Updated lv2 dynamic manifest discovery (still discovery only). | David Robillard | 1 | -7/+20 |
2009-06-09 | Fix crash for illegal plugins with invalid ports. | David Robillard | 1 | -1/+1 |
2009-06-04 | Remove unnecessary ORDER BY in scale points query. | David Robillard | 1 | -1/+1 |
2009-06-04 | Centralize storage creation and only create SPO and OPS indices (TODO: Add AP... | David Robillard | 4 | -14/+29 |
2009-06-03 | Kludge around broken raptor_sequence_set_at. | David Robillard | 4 | -18/+37 |
2009-06-03 | Single-pass slv2_strjoin. | David Robillard | 1 | -18/+10 |
2009-06-03 | Tolerate lv2_inspect of broken plugins with illegal ports. | David Robillard | 2 | -29/+16 |
2009-06-03 | Consistent error/warning message output. | David Robillard | 9 | -43/+38 |
2009-06-03 | Fix memory leaks. | David Robillard | 2 | -7/+11 |