summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-30Build RAUL against JACK if possible.David Robillard1-1/+3
2008-09-30Install pkg-config files for libraries.David Robillard1-5/+14
2008-09-30Wafify ingen.David Robillard1-2/+2
2008-09-30Even more waf (only check for any given package once, even with recursive inv...David Robillard1-0/+45