Age | Commit message (Expand) | Author | Files | Lines |
2011-01-30 | Strip trailing whitespace. | David Robillard | 1 | -18/+18 |
2011-01-30 | Wrap match (stream) variable getting in macro. | David Robillard | 4 | -59/+38 |
2011-01-30 | Wrap stream iteration in macros. | David Robillard | 4 | -41/+48 |
2011-01-30 | Non-SPARQL version of slv2_port_get_scale_points. | David Robillard | 3 | -24/+27 |
2011-01-30 | Non-SPARQL version of slv2_port_get_range. | David Robillard | 3 | -46/+54 |
2011-01-30 | Non-SPARQL versions of slv2_port_get_value_by_qname, slv2_port_get_value_by_q... | David Robillard | 5 | -111/+152 |
2011-01-30 | Fix erroneous test case (first port does have one property in this case: lv2:... | David Robillard | 1 | -1/+1 |
2011-01-30 | Non-SPARQL versions of slv2_port_supports_event and slv2_port_has_property. | David Robillard | 3 | -28/+55 |
2011-01-30 | Non-SPARQL version of slv2_plugin_get_uis. | David Robillard | 1 | -26/+34 |
2011-01-30 | Remove (SPARQL-using) slv2_plugin_get_port_float_values (which was a query-sp... | David Robillard | 2 | -52/+13 |
2011-01-30 | Non-SPARQL versions of slv2_plugin_has_latency and slv2_plugin_get_latency_po... | David Robillard | 3 | -24/+55 |
2011-01-29 | Use consistent (and terser) for loop idiom for iterating over librdf streams. | David Robillard | 2 | -43/+26 |
2011-01-29 | Non-SPARQL versions of slv2_plugin_*_author functions. | David Robillard | 1 | -54/+52 |
2011-01-29 | Non-SPARQL version of slv2_plugin_get_value_by_qname_i18n. | David Robillard | 3 | -16/+46 |
2011-01-29 | Non-SPARQL version of slv2_plugin_get_value_by_qname. | David Robillard | 4 | -11/+53 |
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 |