Age | Commit message (Expand) | Author | Files | Lines |
2011-01-06 | Link against -ldl (fix waf compatibility break, obj.linkflags instead of obj.... | David Robillard | 1 | -1/+1 |
2010-12-17 | Use autowaf.run_ldconfig. | David Robillard | 1 | -3/+2 |
2010-12-16 | Fix use of conf.define and subsequent check in conf.env (no longer works with... | David Robillard | 1 | -3/+3 |
2010-12-16 | Remove documentation installation stuff (handled by autowaf.build_dox now). | David Robillard | 1 | -3/+0 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -31/+31 |
2010-12-15 | Fix default LV2_PATH on Haiku. | David Robillard | 1 | -2/+2 |
2010-12-15 | Keep soup.h include local, to keep netdb.h include away from glibmm include t... | David Robillard | 1 | -1/+1 |
2010-11-26 | Update for latest LV2 #include style. | David Robillard | 6 | -23/+24 |
2010-11-25 | Export slv2_plugin_class_get_children symbol. | David Robillard | 1 | -0/+1 |
2010-11-25 | Align required features correctly in output. | David Robillard | 1 | -1/+1 |
2010-11-07 | Don't use SPARQL for slv2_plugin_get_value_for_subject. | David Robillard | 1 | -36/+26 |
2010-11-07 | Remove no longer true "internal" comments. | David Robillard | 1 | -2/+0 |
2010-11-07 | Use librdf_model_find_statements instead of SPARQL for (most) simple 1-variab... | David Robillard | 4 | -51/+72 |
2010-10-28 | Move -ldl to from ccflags to ldflags. | David Robillard | 1 | -1/+2 |
2010-10-28 | Remove crusty debian packaging stuff that people only complained about anyway :) | David Robillard | 7 | -191/+0 |
2010-10-28 | Use autowaf from an external repository (eliminating symlinks to project pare... | David Robillard | 2 | -2/+2 |
2010-10-28 | Remove autowaf.py symlinks (which are apparently unneeded). | David Robillard | 1 | -1/+0 |
2010-10-16 | Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke... | David Robillard | 9 | -9/+9 |
2010-09-30 | Style. | David Robillard | 3 | -22/+19 |
2010-09-30 | Fix include guard to match filename (and endif comment). | David Robillard | 1 | -2/+2 |
2010-09-22 | Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. | David Robillard | 1 | -4/+4 |
2010-09-22 | Remove debug printing. | David Robillard | 1 | -4/+0 |
2010-09-04 | My name is David. :) | David Robillard | 44 | -71/+71 |
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 |