summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-29Non-SPARQL version of slv2_plugin_get_value_by_qname.David Robillard4-11/+53
2011-01-29Non-SPARQL dynamic manifest discovery.David Robillard2-37/+66
2011-01-29Simplify/shrink plugin discovery code by assuming search results are sorted.David Robillard1-38/+10
2011-01-29Non-SPARQL version of slv2_world_load_plugin_classes.David Robillard2-78/+73
2011-01-29Non-SPARQL version of slv2_world_load_all.David Robillard2-83/+93
2011-01-29Use uint8_t instead of the horribly verbose `unsigned char'.David Robillard6-15/+16
2011-01-29Tidy.David Robillard1-31/+23
2011-01-29Include new dyn-manifest header.David Robillard2-26/+23
2011-01-29Do all world statement searches via slv2_world_find_statements.David Robillard1-25/+29
2011-01-29Fix memory leaks.David Robillard1-6/+12
2011-01-29Non-SPARQL version of slv2_world_load_specifications.David Robillard2-34/+44
2011-01-29Tidy.David Robillard2-16/+14
2011-01-29Non-SPARQL version of slv2_plugin_load_ports_if_necessary.David Robillard3-86/+139
2011-01-29Non-SPARQL version of slv2_plugin_verify.David Robillard1-42/+18
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
2011-01-19Add ./waf configure --no-utils option to avoid building command line utilities.David Robillard1-2/+4
2011-01-08Fix unit test compilation.David Robillard1-2/+2
2011-01-08Build command-line utilities.David Robillard1-0/+2
2011-01-06Link against -ldl (fix waf compatibility break, obj.linkflags instead of obj....David Robillard1-1/+1
2010-12-17Use autowaf.run_ldconfig.David Robillard1-3/+2
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-3/+3
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-3/+0
2010-12-16Updates for waf 1.6.David Robillard1-31/+31
2010-12-15Fix default LV2_PATH on Haiku.David Robillard1-2/+2
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard1-1/+1
2010-11-26Update for latest LV2 #include style.David Robillard6-23/+24
2010-11-25Export slv2_plugin_class_get_children symbol.David Robillard1-0/+1
2010-11-25Align required features correctly in output.David Robillard1-1/+1
2010-11-07Don't use SPARQL for slv2_plugin_get_value_for_subject.David Robillard1-36/+26
2010-11-07Remove no longer true "internal" comments.David Robillard1-2/+0
2010-11-07Use librdf_model_find_statements instead of SPARQL for (most) simple 1-variab...David Robillard4-51/+72
2010-10-28Move -ldl to from ccflags to ldflags.David Robillard1-1/+2
2010-10-28Remove crusty debian packaging stuff that people only complained about anyway :)David Robillard7-191/+0
2010-10-28Use autowaf from an external repository (eliminating symlinks to project pare...David Robillard2-2/+2
2010-10-28Remove autowaf.py symlinks (which are apparently unneeded).David Robillard1-1/+0
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...David Robillard9-9/+9
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