summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-08Remove accidentally committed lv2_test from slv2 wscript.David Robillard1-1/+0
2009-11-07Delete plugins, move core package to lv2 directory and generate docs for it.David Robillard1-0/+1
2009-10-13Bash completion support for SLV2 utilities from Lars Luthman.David Robillard1-0/+8
2009-07-22Remove no longer necessary autowaf.check_tool.David Robillard1-1/+1
2009-07-07Fix compilation issues.David Robillard1-0/+1
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-2/+2
2009-06-16Remove lv2_simple_jack_host (was never useful anyway, just a crippled lv2_jac...David Robillard1-1/+0
2009-05-30Partial implementation of lv2 dynamic manifest extension (configure --dyn-man...David Robillard1-0/+4
2009-05-26Release SLV2 0.6.6.David Robillard1-1/+2
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-7/+7
2009-05-04Add man pages for included utilities.David Robillard1-0/+1
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-04-17Update doxygen stuff for new waf (and new doxygen).David Robillard1-0/+1
2009-03-30Fix memory leaks.David Robillard1-1/+1
2009-02-14Bump version.David Robillard1-1/+1
2009-02-14New generic query API.David Robillard1-1/+1
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-4/+1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-2/+1
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-3/+3
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-4/+5
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...David Robillard1-2/+3
2008-12-13Unit test code coverage report generation (via gcov/lcov).David Robillard1-3/+19
2008-12-10Add preliminary test suite from kfoltman.David Robillard1-0/+3