summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-29Non-SPARQL version of slv2_plugin_get_value_by_qname.David Robillard4-11/+53
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2857 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Non-SPARQL dynamic manifest discovery.David Robillard2-37/+66
world.c is now SPARQL free. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2856 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Simplify/shrink plugin discovery code by assuming search results are sorted.David Robillard1-38/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2855 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Non-SPARQL version of slv2_world_load_plugin_classes.David Robillard2-78/+73
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2854 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Non-SPARQL version of slv2_world_load_all.David Robillard2-83/+93
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2853 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Use uint8_t instead of the horribly verbose `unsigned char'.David Robillard6-15/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2852 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Tidy.David Robillard1-31/+23
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2851 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Include new dyn-manifest header.David Robillard2-26/+23
Non-SPARQL dyn manifest plugin search (though not search for dyn manifest itself, yet). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2850 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Do all world statement searches via slv2_world_find_statements.David Robillard1-25/+29
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2849 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Fix memory leaks.David Robillard1-6/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2848 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Non-SPARQL version of slv2_world_load_specifications.David Robillard2-34/+44
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2847 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Tidy.David Robillard2-16/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2846 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Non-SPARQL version of slv2_plugin_load_ports_if_necessary.David Robillard3-86/+139
This version has much better error-checking than the previous, but unfortunately the API returns void so it can't be communicated to the caller... git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2845 a436a847-0d15-0410-975c-d299462d15a1
2011-01-29Non-SPARQL version of slv2_plugin_verify.David Robillard1-42/+18
Slightly less rigorous (doesn't check type is a URI), but it never really was anyway... git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2844 a436a847-0d15-0410-975c-d299462d15a1
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2839 a436a847-0d15-0410-975c-d299462d15a1
2011-01-19Add ./waf configure --no-utils option to avoid building command line utilities.David Robillard1-2/+4
Support latest autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2836 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Fix unit test compilation.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2802 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Build command-line utilities.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2798 a436a847-0d15-0410-975c-d299462d15a1
2011-01-06Link against -ldl (fix waf compatibility break, obj.linkflags instead of ↵David Robillard1-1/+1
obj.ldflags). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2789 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17Use autowaf.run_ldconfig.David Robillard1-3/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2728 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works ↵David Robillard1-3/+3
with waf 1.6) (fix ticket #610). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2724 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-3/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2722 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Updates for waf 1.6.David Robillard1-31/+31
Note: this revision breaks documentation installation. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2719 a436a847-0d15-0410-975c-d299462d15a1
2010-12-15Fix default LV2_PATH on Haiku.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2710 a436a847-0d15-0410-975c-d299462d15a1
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include ↵David Robillard1-1/+1
to avoid clashing symbol HOST_NOT_FOUND (fix ticket #328). Yes, this is as mind-blowingly stupid of a thing to have to work around as it seems. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2704 a436a847-0d15-0410-975c-d299462d15a1
2010-11-26Update for latest LV2 #include style.David Robillard6-23/+24
Enable building against system installed LV2 extensions. Fix building slv2 and ingen independently. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2675 a436a847-0d15-0410-975c-d299462d15a1
2010-11-25Export slv2_plugin_class_get_children symbol.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2671 a436a847-0d15-0410-975c-d299462d15a1
2010-11-25Align required features correctly in output.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2670 a436a847-0d15-0410-975c-d299462d15a1
2010-11-07Don't use SPARQL for slv2_plugin_get_value_for_subject.David Robillard1-36/+26
Use slv2_plugin_get_value_for_subject to implement slv2_plugin_get_value (don't duplicate code). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2669 a436a847-0d15-0410-975c-d299462d15a1
2010-11-07Remove no longer true "internal" comments.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2668 a436a847-0d15-0410-975c-d299462d15a1
2010-11-07Use librdf_model_find_statements instead of SPARQL for (most) simple ↵David Robillard4-51/+72
1-variable queries. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2667 a436a847-0d15-0410-975c-d299462d15a1
2010-10-28Move -ldl to from ccflags to ldflags.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2656 a436a847-0d15-0410-975c-d299462d15a1
2010-10-28Remove crusty debian packaging stuff that people only complained about anyway :)David Robillard7-191/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2652 a436a847-0d15-0410-975c-d299462d15a1
2010-10-28Use autowaf from an external repository (eliminating symlinks to project ↵David Robillard2-2/+2
parent directory). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2651 a436a847-0d15-0410-975c-d299462d15a1
2010-10-28Remove autowaf.py symlinks (which are apparently unneeded).David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2650 a436a847-0d15-0410-975c-d299462d15a1
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 ↵David Robillard9-9/+9
broke this). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2628 a436a847-0d15-0410-975c-d299462d15a1
2010-09-30Style.David Robillard3-22/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2621 a436a847-0d15-0410-975c-d299462d15a1
2010-09-30Fix include guard to match filename (and endif comment).David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2620 a436a847-0d15-0410-975c-d299462d15a1
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2614 a436a847-0d15-0410-975c-d299462d15a1
2010-09-22Remove debug printing.David Robillard1-4/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2607 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04My name is David. :)David Robillard44-71/+71
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2590 a436a847-0d15-0410-975c-d299462d15a1
2010-07-05Move common files (e.g. waf) to /common subdirectory to ease checking out ↵David Robillard3-3/+3
projects individually. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2583 a436a847-0d15-0410-975c-d299462d15a1
2010-06-04Add LV2CORE and REDLAND flags to unit test compilation.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2575 a436a847-0d15-0410-975c-d299462d15a1
2010-06-01Clean up configuration output.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2572 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Improve performance of creating an SLV2Value from a librdf_node.David Robillard1-22/+48
Avoid unnecessary calls to slvi2_value_set_numerics_from_string. Preserve actual machine value of int and float values when created with slv2_value_new_int and slv2_value_new_float (instead of converting to string and back). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2548 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Remove dead comment.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2547 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Fix wonky error messages.David Robillard2-3/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2546 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Chop dead code.David Robillard7-174/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2545 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Make default LV2_PATH a configure-time option (supporting ~ and glob expansion).David Robillard2-16/+42
Use LIBDIRNAME in default LV2_PATH if none is given (e.g. use lib64 instead of lib if --libdir=/usr/lib64). Fix ticket #465. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2544 a436a847-0d15-0410-975c-d299462d15a1
2010-03-11Add --names option to lv2_list to list all plugin names (instead of URIs).David Robillard1-9/+24
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2542 a436a847-0d15-0410-975c-d299462d15a1