summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-3/+4
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-1/+1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
2011-01-19Support latest autowaf.David Robillard1-1/+1
2011-01-12Raul 0.8.0.David Robillard1-2/+3
2011-01-10Use standard waf framework stuff instead of manual flags.David Robillard1-9/+12
2011-01-10Fix build on non-OSX.David Robillard1-1/+1
2011-01-10Working semaphore implementation for OSX.David Robillard1-3/+14
2011-01-08Drop glibmm dependency in build stuff (raul depends only on glib).David Robillard1-8/+6
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-2/+2
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard1-2/+2
2010-12-18Add missing check for glibmm (fix ticket #617).David Robillard1-2/+4
2010-12-17Use autowaf.run_ldconfig.David Robillard1-4/+2
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-2/+2
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-1/+0
2010-12-16Updates for waf 1.6.David Robillard1-23/+23
2010-09-04Update versions and ChangeLogs.David Robillard1-1/+2
2010-06-01Clean up configuration output.David Robillard1-1/+0
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+3
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-2/+3
2010-02-20Split stack stuff from Array.David Robillard1-2/+3
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-2/+3
2010-02-02Make sizeof(Raul::Atom) the size of a pointer.David Robillard1-2/+3
2010-02-01Build unit tests against local library version/headers, even if installed.David Robillard1-7/+8
2010-01-29Fix return of reference to a temporary.David Robillard1-2/+3
2010-01-07Support `./waf test' from top level.David Robillard1-1/+2
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard1-5/+44
2010-01-06Fancy (optinally) coloured logging system.David Robillard1-0/+12
2009-12-30Print configuration header before running configure checks.David Robillard1-0/+1
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-0/+1
2009-12-09Raul 0.6.0.David Robillard1-4/+12
2009-07-22Remove no longer necessary autowaf.check_tool.David Robillard1-1/+1
2009-07-07Fix compilation issues.David Robillard1-0/+6
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-4/+4
2008-12-28Fail configure checks when package version is too old (fix ticket #299).David Robillard1-2/+4
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-1/+2
2008-11-29Upgrade to waf 1.5.0.David Robillard1-11/+10
2008-11-24Use lists instead of ringbuffers for event queue - remove upper limit on even...David Robillard1-1/+1
2008-10-20Actually use installation location variables for everything.David Robillard1-5/+4
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-2/+2
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-0/+3
2008-10-11Check for compiler_cc in raul.David Robillard1-0/+1
2008-10-06Specify absolute include paths to fix waf dependency tracking.David Robillard1-1/+1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-8/+3
2008-10-02Remove JACK dependence from RAUL.David Robillard1-8/+2
2008-10-02Factor out header printing...David Robillard1-1/+1
2008-10-02Factor more things into autowaf.David Robillard1-1/+8
2008-10-01Library versioning.David Robillard1-1/+16