summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2010-06-04Add LV2CORE and REDLAND flags to unit test compilation.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2575 a436a847-0d15-0410-975c-d299462d15a1
2010-06-01Clean up configuration output.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2572 a436a847-0d15-0410-975c-d299462d15a1
2010-03-12Make default LV2_PATH a configure-time option (supporting ~ and glob expansion).David Robillard1-1/+14
Use LIBDIRNAME in default LV2_PATH if none is given (e.g. use lib64 instead of lib if --libdir=/usr/lib64). Fix ticket #465. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2544 a436a847-0d15-0410-975c-d299462d15a1
2010-03-05Hide symbols by default and explicitly export API (clean ABI).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2530 a436a847-0d15-0410-975c-d299462d15a1
2010-03-05Parse all files with correct base URI.David Robillard1-2/+3
Support relative URIs returned from lv2_descriptor. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2529 a436a847-0d15-0410-975c-d299462d15a1
2010-02-01Build unit tests against local library version/headers, even if installed.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2401 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Support `./waf test' from top level.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2369 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard1-5/+20
Make raul tests return 0 on success, 1 on failure. Test coverage for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2368 a436a847-0d15-0410-975c-d299462d15a1
2009-12-30Print configuration header before running configure checks.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2320 a436a847-0d15-0410-975c-d299462d15a1
2009-12-05Don't check for lv2core version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2293 a436a847-0d15-0410-975c-d299462d15a1
2009-11-18Link against -ldl (ticket #440).David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2272 a436a847-0d15-0410-975c-d299462d15a1
2009-11-08Remove accidentally committed lv2_test from slv2 wscript.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2222 a436a847-0d15-0410-975c-d299462d15a1
2009-11-07Delete plugins, move core package to lv2 directory and generate docs for it.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2213 a436a847-0d15-0410-975c-d299462d15a1
2009-10-13Bash completion support for SLV2 utilities from Lars Luthman.David Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2191 a436a847-0d15-0410-975c-d299462d15a1
2009-07-22Remove no longer necessary autowaf.check_tool.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2171 a436a847-0d15-0410-975c-d299462d15a1
2009-07-07Fix compilation issues.David Robillard1-0/+1
Display dyn manifest configuration status in summary. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2160 a436a847-0d15-0410-975c-d299462d15a1
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2155 a436a847-0d15-0410-975c-d299462d15a1
2009-06-16Remove lv2_simple_jack_host (was never useful anyway, just a crippled ↵David Robillard1-1/+0
lv2_jack_host). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2115 a436a847-0d15-0410-975c-d299462d15a1
2009-05-30Partial implementation of lv2 dynamic manifest extension (configure ↵David Robillard1-0/+4
--dyn-manifest). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2057 a436a847-0d15-0410-975c-d299462d15a1
2009-05-26Release SLV2 0.6.6.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2009 a436a847-0d15-0410-975c-d299462d15a1
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-7/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1962 a436a847-0d15-0410-975c-d299462d15a1
2009-05-04Add man pages for included utilities.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1961 a436a847-0d15-0410-975c-d299462d15a1
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
Split low-level LV2 event buffer into separate class from EventBuffer (for reuse). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1958 a436a847-0d15-0410-975c-d299462d15a1
2009-04-17Update doxygen stuff for new waf (and new doxygen).David Robillard1-0/+1
Bump version to 0.6.4. Update ChangeLog. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1954 a436a847-0d15-0410-975c-d299462d15a1
2009-03-30Fix memory leaks.David Robillard1-1/+1
Document ownership semantics of query value accessors. Fix test ccflags for new waf. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1951 a436a847-0d15-0410-975c-d299462d15a1
2009-02-14Bump version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1933 a436a847-0d15-0410-975c-d299462d15a1
2009-02-14New generic query API.David Robillard1-1/+1
List presets in lv2_inspect. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1932 a436a847-0d15-0410-975c-d299462d15a1
2009-02-12Merge various collections into single files, reduce rampant code duplication.David Robillard1-4/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1925 a436a847-0d15-0410-975c-d299462d15a1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-2/+1
Fix memory leak in slv2_plugin_get_port_float_values. Fix memory leak in slv2_plugin_get_supported_features. Fix memory leak in slv2_port_has_property. Fix several memory leaks in slv2_test program. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1921 a436a847-0d15-0410-975c-d299462d15a1
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1914 a436a847-0d15-0410-975c-d299462d15a1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1887 a436a847-0d15-0410-975c-d299462d15a1
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-4/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1869 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, ↵David Robillard1-2/+3
slv2_value_new_string. Fix slv2_value_get_turtle_token for floats. Nearly complete test coverage for value stuff: 73.5% coverage git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1858 a436a847-0d15-0410-975c-d299462d15a1
2008-12-13Unit test code coverage report generation (via gcov/lcov).David Robillard1-3/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1852 a436a847-0d15-0410-975c-d299462d15a1
2008-12-10Add preliminary test suite from kfoltman.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1849 a436a847-0d15-0410-975c-d299462d15a1
2008-12-01Add working --no-jack configure option.David Robillard1-5/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1836 a436a847-0d15-0410-975c-d299462d15a1
2008-11-30Add --no-jack option.David Robillard1-2/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1833 a436a847-0d15-0410-975c-d299462d15a1
2008-11-29Upgrade to waf 1.5.0.David Robillard1-16/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1823 a436a847-0d15-0410-975c-d299462d15a1
2008-11-27Fix feature detection.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1799 a436a847-0d15-0410-975c-d299462d15a1
2008-11-08Support i18n literals via LANG environment variable.David Robillard1-1/+2
Apply patch from larsl (ticket #186). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1705 a436a847-0d15-0410-975c-d299462d15a1
2008-10-20Actually use installation location variables for everything.David Robillard1-2/+4
Add ./waf configure --build which builds a (soon-to-be) relocatable independent bundle with all data/progs/libs in it (OSX bundle directory structure, should be possible to make a 'real' OSX bundle out of this...). Fix include paths to use "" and definitely build against local versions of libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1689 a436a847-0d15-0410-975c-d299462d15a1
2008-10-19Install HTML and man page documentation according to configuration options.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1686 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-2/+2
Fix optional parameters all over the palce because waf is retarded and sets failed check variables to ##some#stupid#name#like#this instead of false. Portability fixes (Ingen (except GUI) and all dependencies builds on OSX). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1681 a436a847-0d15-0410-975c-d299462d15a1
2008-10-18Don't attempt to build Jack clients if Jack isn't found.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1678 a436a847-0d15-0410-975c-d299462d15a1
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1647 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-2/+1
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-10/+5
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Lower redland dependency for slv2 standalone build.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1592 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build SLV2 documentation.David Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1591 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build against local libraries with uselib_local instead of CFLAGS kludges.David Robillard1-1/+1
Fix parallel building (because waf knows about lib dependencies now). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1587 a436a847-0d15-0410-975c-d299462d15a1