Age | Commit message (Expand) | Author | Files | Lines |
2011-01-29 | Non-SPARQL dynamic manifest discovery. | David Robillard | 2 | -37/+66 |
2011-01-29 | Simplify/shrink plugin discovery code by assuming search results are sorted. | David Robillard | 1 | -38/+10 |
2011-01-29 | Non-SPARQL version of slv2_world_load_plugin_classes. | David Robillard | 2 | -78/+73 |
2011-01-29 | Non-SPARQL version of slv2_world_load_all. | David Robillard | 2 | -83/+93 |
2011-01-29 | Use uint8_t instead of the horribly verbose `unsigned char'. | David Robillard | 6 | -15/+16 |
2011-01-29 | Tidy. | David Robillard | 1 | -31/+23 |
2011-01-29 | Include new dyn-manifest header. | David Robillard | 2 | -26/+23 |
2011-01-29 | Do all world statement searches via slv2_world_find_statements. | David Robillard | 1 | -25/+29 |
2011-01-29 | Fix memory leaks. | David Robillard | 1 | -6/+12 |
2011-01-29 | Non-SPARQL version of slv2_world_load_specifications. | David Robillard | 2 | -34/+44 |
2011-01-29 | Tidy. | David Robillard | 2 | -16/+14 |
2011-01-29 | Non-SPARQL version of slv2_plugin_load_ports_if_necessary. | David Robillard | 3 | -86/+139 |
2011-01-29 | Non-SPARQL version of slv2_plugin_verify. | David Robillard | 1 | -42/+18 |
2011-01-26 | Support new autowaf testing API. | David Robillard | 1 | -0/+2 |
2011-01-19 | Add ./waf configure --no-utils option to avoid building command line utilities. | David Robillard | 1 | -2/+4 |
2011-01-08 | Fix unit test compilation. | David Robillard | 1 | -2/+2 |
2011-01-08 | Build command-line utilities. | David Robillard | 1 | -0/+2 |
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 |