summaryrefslogtreecommitdiffstats
path: root/raul
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Clean up Thread interface.David Robillard2-10/+16
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard2-10/+75
2012-05-13Gracefully handle self-assignment.David Robillard2-0/+6
2012-05-13Update license to GPL3+.David Robillard36-587/+547
2012-05-13Lint.David Robillard4-7/+12
2012-05-12Fix Semaphore::timed_wait() on POSIX.David Robillard1-3/+14
2012-05-12Add Semaphore::timed_wait().David Robillard1-2/+27
2012-05-11Improve some C++ style stuff.David Robillard3-3/+10
2012-05-11Hide pthread stuff from public headers.David Robillard2-22/+6
2012-05-10Fix compilation on Windows. Probably.David Robillard1-1/+1
2012-05-10Fix compilation on Mac OS X.David Robillard1-1/+1
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard6-15/+20
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-2/+6
2012-04-28Use more portable semaphore implementation, works in win32 and uses modern OS...David Robillard1-77/+172
2012-04-27Implement connecting via atom interface.David Robillard2-0/+5
2012-04-05Fix subpatch creation (fix #826).David Robillard1-5/+4
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-19Use dynamic type IDs for Atoms (for direct compatibility with LV2 atoms).David Robillard4-356/+209
2012-03-12Disable OSC and HTTP for now.David Robillard1-1/+1
2012-03-12Centralise atom creation in forge object.David Robillard4-43/+62
2012-01-14Load files passed on command line without -l option (fix #804).David Robillard1-0/+1
2011-12-19Remove locale smashing kludges and use new serd functions for converting nodesDavid Robillard1-8/+7
2011-10-18Clang warning fixes.David Robillard3-5/+7
2011-10-09Fix RingBuffer error when reading split/wrapped messages.David Robillard1-1/+1
2011-09-24Fix writing of invalid syntaxDavid Robillard1-2/+1
2011-09-17Add check for <atomic> header if C++0x is enabled.David Robillard2-0/+3
2011-09-17C++0x AtomicInt and AtomicPtr implementation.David Robillard2-0/+93
2011-05-20Make boost dependency optional. Note Raul compiled with --cpp0x is NOT compa...David Robillard13-71/+60
2011-05-18Move ListImpl.hpp into List.hpp.David Robillard2-400/+280
2011-05-18Strip double blank lines.David Robillard34-132/+0
2011-04-28Improve RingBuffer implementation.David Robillard2-232/+143
2011-04-28Fix compilation on MinGW/Windows.David Robillard1-5/+5
2011-04-28Update for new Sord API.David Robillard1-2/+2
2011-04-16Update copyright headersDavid Robillard39-42/+42
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard11-11/+11
2011-02-19Fix Path::relative_to_base.David Robillard1-7/+5
2011-02-16Sord::Resource => Sord::URI.David Robillard1-1/+1
2011-02-16Drop redlandmm for sordmm.David Robillard1-39/+33
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-1/+1
2011-01-10Touch up documentation (add everything to raul group).David Robillard18-4/+28
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard2-64/+4
2011-01-10Working semaphore implementation for OSX.David Robillard1-9/+58
2011-01-09Non-trivial thread/semaphore test.David Robillard1-0/+2
2011-01-08Code clean-up (cpplint).David Robillard20-43/+65
2011-01-08Allocate enough space in atom for string terminator.David Robillard1-4/+5
2010-12-25More const is always a good thing.David Robillard1-2/+2
2010-12-25Don't use size_t for RingBuffer (wouldn't work for sizes past 32 bits anyway).David Robillard1-37/+41
2010-12-25Remove useless templatification of RingBuffer.David Robillard2-34/+27
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard2-47/+6
2010-12-17More const-correct TimeSlice.David Robillard1-4/+4