summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2012-05-13Lint.David Robillard1-0/+4
2012-05-12Fix compilation and gcov stuff.David Robillard1-38/+37
2012-05-12Don't use gcov unless available.David Robillard1-3/+15
2012-05-12Add Semaphore::timed_wait().David Robillard1-0/+1
2012-04-27Implement connecting via atom interface.David Robillard1-1/+1
2012-04-01Bump Raul version.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-2/+2
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-2/+2
2011-09-17Add check for <atomic> header if C++0x is enabled.David Robillard1-1/+1
2011-07-07Upgrade to waf 1.6.6David Robillard1-3/+4
2011-05-25Fix building documentation as part of recursive build.David Robillard1-3/+3
2011-05-20Remove RAUL_EXTRA_CXXFLAGS trick (breaks on recursive build).David Robillard1-2/+0
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa...David Robillard1-5/+21
2011-05-18Update version and ChangeLog.David Robillard1-1/+1
2011-05-16Align configuration output precisely per-projectDavid Robillard1-0/+1
2011-04-28Update for new serd/sord/suil pkg-config names and versionsDavid Robillard1-1/+2
2011-04-28Improve RingBuffer implementation.David Robillard1-1/+0
2011-04-28Fix compilation on MinGW/Windows.David Robillard1-0/+1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-117/+117
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