Age | Commit message (Expand) | Author | Files | Lines |
2012-07-17 | Allow Atom construction from NULL buffer, allocate but don't initialize. Thi... | David Robillard | 1 | -3/+7 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 1 | -11/+0 |
2012-05-24 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-05-14 | Fully test Thread::set_scheduling(). | David Robillard | 1 | -2/+4 |
2012-05-14 | Trim unnecessary includes. | David Robillard | 1 | -1/+0 |
2012-05-14 | Remove useless Thread::create(). | David Robillard | 2 | -9/+6 |
2012-05-14 | Clean up Thread interface. | David Robillard | 2 | -10/+16 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 2 | -10/+75 |
2012-05-13 | Gracefully handle self-assignment. | David Robillard | 2 | -0/+6 |
2012-05-13 | Update license to GPL3+. | David Robillard | 36 | -587/+547 |
2012-05-13 | Lint. | David Robillard | 4 | -7/+12 |
2012-05-12 | Fix Semaphore::timed_wait() on POSIX. | David Robillard | 1 | -3/+14 |
2012-05-12 | Add Semaphore::timed_wait(). | David Robillard | 1 | -2/+27 |
2012-05-11 | Improve some C++ style stuff. | David Robillard | 3 | -3/+10 |
2012-05-11 | Hide pthread stuff from public headers. | David Robillard | 2 | -22/+6 |
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 | 6 | -15/+20 |
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 | 2 | -0/+5 |
2012-04-05 | Fix subpatch creation (fix #826). | David Robillard | 1 | -5/+4 |
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 | 4 | -356/+209 |
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 | 4 | -43/+62 |
2012-01-14 | Load files passed on command line without -l option (fix #804). | David Robillard | 1 | -0/+1 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -8/+7 |
2011-10-18 | Clang warning fixes. | David Robillard | 3 | -5/+7 |
2011-10-09 | Fix RingBuffer error when reading split/wrapped messages. | David Robillard | 1 | -1/+1 |
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 | 2 | -0/+3 |
2011-09-17 | C++0x AtomicInt and AtomicPtr implementation. | David Robillard | 2 | -0/+93 |
2011-05-20 | Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa... | David Robillard | 13 | -71/+60 |
2011-05-18 | Move ListImpl.hpp into List.hpp. | David Robillard | 2 | -400/+280 |
2011-05-18 | Strip double blank lines. | David Robillard | 34 | -132/+0 |
2011-04-28 | Improve RingBuffer implementation. | David Robillard | 2 | -232/+143 |
2011-04-28 | Fix compilation on MinGW/Windows. | David Robillard | 1 | -5/+5 |
2011-04-28 | Update for new Sord API. | David Robillard | 1 | -2/+2 |
2011-04-16 | Update copyright headers | David Robillard | 39 | -42/+42 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 11 | -11/+11 |
2011-02-19 | Fix Path::relative_to_base. | David Robillard | 1 | -7/+5 |
2011-02-16 | Sord::Resource => Sord::URI. | David Robillard | 1 | -1/+1 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -39/+33 |
2011-02-15 | Remove fuzzy lack of distinction between URIs and CURIEs. | David Robillard | 1 | -1/+1 |
2011-01-10 | Touch up documentation (add everything to raul group). | David Robillard | 18 | -4/+28 |
2011-01-10 | Remove Raul::Command (mostly useless thin wrapper around a semaphore). | David Robillard | 2 | -64/+4 |
2011-01-10 | Working semaphore implementation for OSX. | David Robillard | 1 | -9/+58 |
2011-01-09 | Non-trivial thread/semaphore test. | David Robillard | 1 | -0/+2 |
2011-01-08 | Code clean-up (cpplint). | David Robillard | 20 | -43/+65 |