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