Age | Commit message (Expand) | Author | Files | Lines |
2012-05-12 | Add Semaphore::timed_wait(). | David Robillard | 4 | -3/+78 |
2012-05-12 | Fix Thread::get() when called before any Thread is created. | David Robillard | 2 | -2/+1 |
2012-05-11 | Improve some C++ style stuff. | David Robillard | 4 | -8/+11 |
2012-05-11 | Hide pthread stuff from public headers. | David Robillard | 3 | -44/+52 |
2012-05-10 | Fix compilation on Windows. Probably. | David Robillard | 1 | -1/+1 |
2012-05-10 | Fix compilation on Mac OS X. | David Robillard | 1 | -1/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 8 | -20/+25 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -2/+6 |
2012-04-28 | Use more portable semaphore implementation, works in win32 and uses modern OS... | David Robillard | 1 | -77/+172 |
2012-04-27 | Implement connecting via atom interface. | David Robillard | 5 | -2/+34 |
2012-04-18 | ChangeLog => NEWS. | David Robillard | 1 | -0/+0 |
2012-04-05 | Fix subpatch creation (fix #826). | David Robillard | 1 | -5/+4 |
2012-04-01 | Bump Raul version. | David Robillard | 1 | -1/+1 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-19 | Use dynamic type IDs for Atoms (for direct compatibility with LV2 atoms). | David Robillard | 6 | -381/+238 |
2012-03-12 | Disable OSC and HTTP for now. | David Robillard | 1 | -1/+1 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 5 | -49/+69 |
2012-02-02 | Update to r65/autowaf and waf-1.6.10. | David Robillard | 1 | -0/+0 |
2012-02-01 | Update to r64/autowaf. | David Robillard | 1 | -0/+0 |
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 |