summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-03-10Hide as many collection details as possible while keeping generic iterator / ...David Robillard1-1/+1
2011-03-09New collections and iterator API.David Robillard1-1/+0
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-2/+1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard1-3/+8
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-13/+3
2011-02-17Enable dyn-manifest by default.David Robillard1-4/+4
2011-02-17Jack session support for lv2_jack_host.David Robillard1-2/+19
2011-02-17Fix UI support.David Robillard1-2/+2
2011-02-17Make ui.h C++ compatible.David Robillard1-1/+4
2011-02-12Tidy.David Robillard1-34/+41
2011-02-12Add --no-swig configuration option.David Robillard1-10/+9
2011-02-12Install python bindings.David Robillard1-1/+5
2011-02-12Add C++ and Python bindings.David Robillard1-1/+25
2011-02-12Install Bash completion script by default.David Robillard1-2/+3
2011-02-12Move lv2_jack_host to utils directory.David Robillard1-10/+8
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-2/+8
2011-02-12Improve default LV2_PATH code.David Robillard1-11/+24
2011-02-12Use new-style LV2 includes.David Robillard1-0/+4
2011-02-11Fix dynamic manifest support.David Robillard1-1/+2
2011-02-10Make directory separator (e.g. '/') and path separator (e.g. ':') compile-tim...David Robillard1-0/+8
2011-02-04Replace use of raptor (for raptor_sequence) with glib.David Robillard1-4/+5
2011-02-04Tidy.David Robillard1-3/+6
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-7/+10
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-2/+2
2011-01-30Add blank node type for value, to allow the user to 'join' statementDavid Robillard1-3/+2
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 Robillard1-16/+21
2010-10-28Move -ldl to from ccflags to ldflags.David Robillard1-1/+2
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-12Make default LV2_PATH a configure-time option (supporting ~ and glob expansion).David Robillard1-1/+14
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard1-1/+1
2010-03-05Parse all files with correct base URI.David Robillard1-2/+3
2010-02-01Build unit tests against local library version/headers, even if installed.David Robillard1-1/+1
2010-01-07Support `./waf test' from top level.David Robillard1-1/+1
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard1-5/+20
2009-12-30Print configuration header before running configure checks.David Robillard1-1/+1
2009-12-05Don't check for lv2core version.David Robillard1-1/+1
2009-11-18Link against -ldl (ticket #440).David Robillard1-0/+1