Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | Remove RAUL_EXTRA_CXXFLAGS trick (breaks on recursive build). | David Robillard | 1 | -2/+0 |
2011-05-20 | Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa... | David Robillard | 1 | -5/+21 |
2011-05-18 | Update version and ChangeLog. | David Robillard | 1 | -1/+1 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -0/+1 |
2011-04-28 | Update for new serd/sord/suil pkg-config names and versions | David Robillard | 1 | -1/+2 |
2011-04-28 | Improve RingBuffer implementation. | David Robillard | 1 | -1/+0 |
2011-04-28 | Fix compilation on MinGW/Windows. | David Robillard | 1 | -0/+1 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -117/+117 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -3/+4 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -1/+1 |
2011-03-03 | Fix Python3 compatibility. | David Robillard | 1 | -1/+1 |
2011-01-26 | Support new autowaf testing API. | David Robillard | 1 | -0/+2 |
2011-01-19 | Support latest autowaf. | David Robillard | 1 | -1/+1 |
2011-01-12 | Raul 0.8.0. | David Robillard | 1 | -2/+3 |
2011-01-10 | Use standard waf framework stuff instead of manual flags. | David Robillard | 1 | -9/+12 |
2011-01-10 | Fix build on non-OSX. | David Robillard | 1 | -1/+1 |
2011-01-10 | Working semaphore implementation for OSX. | David Robillard | 1 | -3/+14 |
2011-01-08 | Drop glibmm dependency in build stuff (raul depends only on glib). | David Robillard | 1 | -8/+6 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -2/+2 |
2010-12-18 | Remove Raul::Stateful (which never really belonged in Raul anyway). | David Robillard | 1 | -2/+2 |
2010-12-18 | Add missing check for glibmm (fix ticket #617). | David Robillard | 1 | -2/+4 |
2010-12-17 | Use autowaf.run_ldconfig. | David Robillard | 1 | -4/+2 |
2010-12-16 | Fix use of conf.define and subsequent check in conf.env (no longer works with... | David Robillard | 1 | -2/+2 |
2010-12-16 | Remove documentation installation stuff (handled by autowaf.build_dox now). | David Robillard | 1 | -1/+0 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -23/+23 |
2010-09-04 | Update versions and ChangeLogs. | David Robillard | 1 | -1/+2 |
2010-06-01 | Clean up configuration output. | David Robillard | 1 | -1/+0 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 1 | -2/+3 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 1 | -2/+3 |
2010-02-20 | Split stack stuff from Array. | David Robillard | 1 | -2/+3 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 1 | -2/+3 |
2010-02-02 | Make sizeof(Raul::Atom) the size of a pointer. | David Robillard | 1 | -2/+3 |
2010-02-01 | Build unit tests against local library version/headers, even if installed. | David Robillard | 1 | -7/+8 |
2010-01-29 | Fix return of reference to a temporary. | David Robillard | 1 | -2/+3 |
2010-01-07 | Support `./waf test' from top level. | David Robillard | 1 | -1/+2 |
2010-01-07 | Move unit testing and coverage framework into autowaf. | David Robillard | 1 | -5/+44 |
2010-01-06 | Fancy (optinally) coloured logging system. | David Robillard | 1 | -0/+12 |
2009-12-30 | Print configuration header before running configure checks. | David Robillard | 1 | -0/+1 |
2009-12-19 | New ingen module (library, not e.g. LV2 plugin) design. | David Robillard | 1 | -0/+1 |
2009-12-09 | Raul 0.6.0. | David Robillard | 1 | -4/+12 |
2009-07-22 | Remove no longer necessary autowaf.check_tool. | David Robillard | 1 | -1/+1 |
2009-07-07 | Fix compilation issues. | David Robillard | 1 | -0/+6 |
2009-05-04 | Strip trailing whitespace from waf scripts. | David Robillard | 1 | -4/+4 |
2008-12-28 | Fail configure checks when package version is too old (fix ticket #299). | David Robillard | 1 | -2/+4 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -1/+2 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -11/+10 |
2008-11-24 | Use lists instead of ringbuffers for event queue - remove upper limit on even... | David Robillard | 1 | -1/+1 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -5/+4 |
2008-10-18 | Lower glib/glibmm dependency to 2.14. | David Robillard | 1 | -2/+2 |
2008-10-11 | Run ldconfig after install for individual projects, as well as top level. | David Robillard | 1 | -0/+3 |