summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2012-05-13Lint.David Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4388 a436a847-0d15-0410-975c-d299462d15a1
2012-05-12Fix compilation and gcov stuff.David Robillard1-38/+37
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4381 a436a847-0d15-0410-975c-d299462d15a1
2012-05-12Don't use gcov unless available.David Robillard1-3/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4380 a436a847-0d15-0410-975c-d299462d15a1
2012-05-12Add Semaphore::timed_wait().David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4379 a436a847-0d15-0410-975c-d299462d15a1
2012-04-27Implement connecting via atom interface.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4285 a436a847-0d15-0410-975c-d299462d15a1
2012-04-01Bump Raul version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4138 a436a847-0d15-0410-975c-d299462d15a1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3963 a436a847-0d15-0410-975c-d299462d15a1
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3647 a436a847-0d15-0410-975c-d299462d15a1
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3497 a436a847-0d15-0410-975c-d299462d15a1
2011-09-17Add check for <atomic> header if C++0x is enabled.David Robillard1-1/+1
Fix compilation with --c++0x --test. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3470 a436a847-0d15-0410-975c-d299462d15a1
2011-07-07Upgrade to waf 1.6.6David Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3418 a436a847-0d15-0410-975c-d299462d15a1
2011-05-25Fix building documentation as part of recursive build.David Robillard1-3/+3
Fix python 3 compatibility. Fix header checks to be mandatory where necessary. Update autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3333 a436a847-0d15-0410-975c-d299462d15a1
2011-05-20Remove RAUL_EXTRA_CXXFLAGS trick (breaks on recursive build).David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3290 a436a847-0d15-0410-975c-d299462d15a1
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT ↵David Robillard1-5/+21
compatible with Raul compiled without it. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3289 a436a847-0d15-0410-975c-d299462d15a1
2011-05-18Update version and ChangeLog.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3278 a436a847-0d15-0410-975c-d299462d15a1
2011-05-16Align configuration output precisely per-projectDavid Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3271 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Update for new serd/sord/suil pkg-config names and versionsDavid Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3215 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Improve RingBuffer implementation.David Robillard1-1/+0
Previous implementation was broken when written to full capacity, and this version is significantly faster as well. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3213 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Fix compilation on MinGW/Windows.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3206 a436a847-0d15-0410-975c-d299462d15a1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-117/+117
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3195 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-3/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3095 a436a847-0d15-0410-975c-d299462d15a1
2011-03-06Python 2/3: Use print('') instead of print() to print empty lines.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3042 a436a847-0d15-0410-975c-d299462d15a1
2011-03-03Fix Python3 compatibility.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3036 a436a847-0d15-0410-975c-d299462d15a1
2011-01-26Support new autowaf testing API.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2839 a436a847-0d15-0410-975c-d299462d15a1
2011-01-19Support latest autowaf.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2837 a436a847-0d15-0410-975c-d299462d15a1
2011-01-12Raul 0.8.0.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2831 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Use standard waf framework stuff instead of manual flags.David Robillard1-9/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2815 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Fix build on non-OSX.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2810 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Working semaphore implementation for OSX.David Robillard1-3/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2809 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Drop glibmm dependency in build stuff (raul depends only on glib).David Robillard1-8/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2801 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2794 a436a847-0d15-0410-975c-d299462d15a1
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2766 a436a847-0d15-0410-975c-d299462d15a1
2010-12-18Add missing check for glibmm (fix ticket #617).David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2761 a436a847-0d15-0410-975c-d299462d15a1
2010-12-17Use autowaf.run_ldconfig.David Robillard1-4/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2728 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works ↵David Robillard1-2/+2
with waf 1.6) (fix ticket #610). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2724 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2722 a436a847-0d15-0410-975c-d299462d15a1
2010-12-16Updates for waf 1.6.David Robillard1-23/+23
Note: this revision breaks documentation installation. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2719 a436a847-0d15-0410-975c-d299462d15a1
2010-09-04Update versions and ChangeLogs.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2589 a436a847-0d15-0410-975c-d299462d15a1
2010-06-01Clean up configuration output.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2572 a436a847-0d15-0410-975c-d299462d15a1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+3
This allows you to create an Ingen patch in Ingen running as a Jack client, save it, then load that patch as an LV2 plugin in any LV2 compliant host. Eliminate (hopefully) all static data in the engine (for multiple instantiations in a single process). More API/ABI stable interface for Ingen::Shared::World. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2533 a436a847-0d15-0410-975c-d299462d15a1
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from ↵David Robillard1-2/+3
public API. Add ability to modify root path from application code (before any paths are created). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2514 a436a847-0d15-0410-975c-d299462d15a1
2010-02-20Split stack stuff from Array.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2467 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-2/+3
This avoids a ton of string comparison overhead in Ingen when setting various properties (e.g. "ingen:value" was compared several times every time a port value was changed, now this is just a single pointer comparison and the full round trip of a value change does no string comparison at all, but is still property based and RDFey). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2408 a436a847-0d15-0410-975c-d299462d15a1
2010-02-02Make sizeof(Raul::Atom) the size of a pointer.David Robillard1-2/+3
Accomplished by wrapping up blob stuff in a separately allocated object so all Atoms don't pay the size penalty. Bump version to 0.6.2 and ABI version to 5,0,0. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2403 a436a847-0d15-0410-975c-d299462d15a1
2010-02-01Build unit tests against local library version/headers, even if installed.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2401 a436a847-0d15-0410-975c-d299462d15a1
2010-01-29Fix return of reference to a temporary.David Robillard1-2/+3
Bump version to 0.6.1 (library interface version 4,0,0). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2394 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Support `./waf test' from top level.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2369 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard1-5/+44
Make raul tests return 0 on success, 1 on failure. Test coverage for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2368 a436a847-0d15-0410-975c-d299462d15a1
2010-01-06Fancy (optinally) coloured logging system.David Robillard1-0/+12
Do all logging output via Raul logging streams. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2348 a436a847-0d15-0410-975c-d299462d15a1
2009-12-30Print configuration header before running configure checks.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2320 a436a847-0d15-0410-975c-d299462d15a1