summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-11Don't pretend state, atom, and urid are optional.David Robillard1-5/+12
2012-03-08Add base_uri parameter to lilv_state_to_string().David Robillard1-1/+1
2012-03-06Use raw type/size/value instead of LilvNode for port values.David Robillard1-1/+1
2012-03-05Add missing pkg-config dependencies.David Robillard1-1/+1
2012-03-03Remove pointless wrapper around Sord API.David Robillard1-1/+1
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-2/+3
2012-02-26Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improv...David Robillard1-1/+1
2012-02-08Ensure correct dependencies are in pkg-config file (always urid, state only i...David Robillard1-1/+5
2012-02-01Use COMMONPROGRAMFILES instead of PROGRAMFILES for LV2 directory.David Robillard1-1/+1
2012-02-01Link test plugin with gcov.David Robillard1-0/+1
2012-02-01Windows compatibility fixes.David Robillard1-19/+35
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-16/+0
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-17Remove use of wordexp.David Robillard1-6/+0
2012-01-17Support compilation as C++ under MSVC++,David Robillard1-7/+18
2012-01-14Lint.David Robillard1-1/+1