summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Fixes for new sord.David Robillard1-1/+1
2014-08-10Fix function references in doc comments.David Robillard1-1/+1
2014-08-08Lilv 0.20.0.David Robillard1-1/+1
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+4
2014-08-08Fix compilation with non-standard LV2 location.David Robillard1-0/+1
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-1/+1
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-1/+1
2014-04-26Ignore errors when attempting to delete test state directory.David Robillard1-1/+4
2014-01-12Don't load files multiple times if they are listed as rdfs:seeAlso for severa...David Robillard1-1/+1
2014-01-04Lilv 0.18.0David Robillard1-2/+2
2014-01-04Add lilv_port_get_node() for using world query functions with ports.David Robillard1-1/+1
2013-12-30Clean up after test suite so multiple runs are successful.David Robillard1-0/+2
2013-12-27Implement lv2:prototype.David Robillard1-1/+1
2013-12-25Fix running test suite from top level.David Robillard1-2/+3
2013-12-25Load waf modules before everything else so CFLAGS and friends are correct (oo...David Robillard1-2/+2
2013-12-25Don't attempt to build static lv2bench as static since it needs -ldl (#919).David Robillard1-1/+1
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...David Robillard1-2/+43
2013-03-19Add C++ wrappers to lilvmm.hpp (fix compilation with --python).David Robillard1-1/+1
2013-02-18Bump version (Lilv 0.16.0).David Robillard1-3/+3
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-1/+1
2012-11-23Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758).David Robillard1-1/+1
2012-11-23Correctly depend on serd at build time (fix compilation in odd cases)David Robillard1-5/+4
2012-09-12Clean up wscripts.David Robillard1-1/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-21/+14
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard1-1/+1
2012-08-23Lilv 0.14.4David Robillard1-1/+1
2012-08-23Do not require a C++ compiler to build.David Robillard1-3/+3
2012-08-11Add lv2bench utility.David Robillard1-15/+33
2012-08-09Fix Windows static build.David Robillard1-1/+2
2012-08-09Update zix. Fix --static-progs.David Robillard1-0/+1
2012-08-08Add --no-shared option to avoid building shared libraries.David Robillard1-14/+30
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard1-5/+1
2012-08-08Clean up wscript files.David Robillard1-40/+39
2012-08-03Use more portable defines instead of -D in CFLAGS.David Robillard1-7/+5
2012-08-02Clean up wscript files.David Robillard1-1/+0
2012-07-24Fix configuration output alignment.David Robillard1-1/+0
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard1-20/+2
2012-04-19Fix dynmanifest supportDavid Robillard1-1/+1
2012-04-19Update documentation stuff.David Robillard1-2/+2
2012-04-18Bump dependency versions.David Robillard1-3/+3
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-1/+1
2012-04-12Remove pointless lilv_world_find_statements() wrapper and use new sord_search().David Robillard1-1/+1
2012-04-06Fix compilation on Windows.David Robillard1-1/+2
2012-03-26lilv_plugin_get_port_by_parameter() => lilv_plugin_get_port_by_designation().David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-22/+10
2012-03-25Fix broken pkg-config dependencies.David Robillard1-10/+1
2012-03-20Add sratom pkg-config dependency.David Robillard1-0/+1
2012-03-20Bump sratom versionDavid Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-5/+6
2012-03-15Implement new LV2 discovery API.David Robillard1-0/+8