Age | Commit message (Expand) | Author | Files | Lines |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 2 | -2/+2 |
2012-01-16 | Update to r63/autowaf | David Robillard | 1 | -0/+0 |
2012-01-16 | Update to r62/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-14 | Load files passed on command line without -l option (fix #804). | David Robillard | 2 | -1/+2 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -8/+7 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -2/+2 |
2011-11-24 | Update waf. | David Robillard | 1 | -0/+0 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-18 | Clang warning fixes. | David Robillard | 3 | -5/+7 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 1 | -0/+0 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 1 | -0/+0 |
2011-10-09 | Fix RingBuffer error when reading split/wrapped messages. | David Robillard | 2 | -54/+120 |
2011-09-27 | Load tools before autowaf.configure so e.g. --debug works correctly. | David Robillard | 1 | -2/+2 |
2011-09-24 | Fix writing of invalid syntax | David Robillard | 1 | -2/+1 |
2011-09-17 | Add check for <atomic> header if C++0x is enabled. | David Robillard | 3 | -1/+4 |
2011-09-17 | Add missing include | David Robillard | 1 | -0/+1 |
2011-09-17 | C++0x AtomicInt and AtomicPtr implementation. | David Robillard | 2 | -0/+93 |
2011-09-17 | Upgrade to r52/autowaf | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-23 | Upgrade to waf 1.6.7 and autowaf r50 | David Robillard | 1 | -0/+0 |
2011-08-20 | Use pkg-config dependencies instead of manually inserting flags | David Robillard | 1 | -2/+3 |
2011-07-07 | Upgrade to waf 1.6.6 | David Robillard | 2 | -3/+4 |
2011-06-14 | Use uppercase for pkg-config variables, matching environment variables. | David Robillard | 1 | -4/+4 |
2011-05-25 | Fix building documentation as part of recursive build. | David Robillard | 2 | -3/+3 |
2011-05-20 | Add missing file | David Robillard | 1 | -0/+14 |
2011-05-20 | Remove RAUL_EXTRA_CXXFLAGS trick (breaks on recursive build). | David Robillard | 2 | -3/+1 |
2011-05-20 | Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa... | David Robillard | 15 | -77/+82 |
2011-05-19 | Update waf (don't crash on waf test when lcov is unavailable) | David Robillard | 1 | -0/+0 |
2011-05-18 | Move ListImpl.hpp into List.hpp. | David Robillard | 2 | -400/+280 |
2011-05-18 | Strip double blank lines. | David Robillard | 49 | -206/+0 |
2011-05-18 | Update version and ChangeLog. | David Robillard | 2 | -1/+11 |
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 | 2 | -1/+2 |
2011-04-28 | Improve RingBuffer implementation. | David Robillard | 5 | -307/+196 |
2011-04-28 | Fix compilation on MinGW/Windows. | David Robillard | 3 | -6/+6 |
2011-04-28 | Update for new Sord API. | David Robillard | 1 | -2/+2 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -117/+117 |
2011-04-22 | Upgrade to waf 1.6.4 and autowaf r43 | David Robillard | 1 | -0/+0 |
2011-04-22 | Upgrade to waf 1.6.4 | David Robillard | 1 | -0/+0 |
2011-04-16 | Update copyright headers | David Robillard | 47 | -50/+50 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 12 | -13/+13 |
2011-03-28 | Update waf (use standard LV2_PATH on Windows) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf (working windows version) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf to use gnu_dirs tool and use dir vars more sanely. | David Robillard | 1 | -0/+0 |
2011-03-15 | Add INSTALL and waf files. | David Robillard | 2 | -0/+35 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 3 | -5/+4 |
2011-03-15 | Fix errors caught by GCC 4.5.2. | David Robillard | 1 | -1/+1 |
2011-03-06 | Python 2/3: Use print('') instead of print() to print empty lines. | David Robillard | 1 | -1/+1 |