summaryrefslogtreecommitdiffstats
path: root/raul
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-17Fix TimeStamp assignment.David Robillard1-2/+1
2010-12-17Fix TimeSlice::beats_to_ticks.David Robillard1-1/+1
2010-12-17Fix TimeStamp comparison.David Robillard1-7/+7
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an audit...David Robillard2-22/+19
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard12-15/+15
2010-09-04My name is David. :)David Robillard40-41/+41
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-7/+8
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-28/+49
2010-02-28Use appropriate allocation for RingBuffer and SRSWQueue (was backwards).David Robillard2-9/+12
2010-02-20Split stack stuff from Array.David Robillard2-13/+89
2010-02-17Use manual copy instead of memcpy for array (pseudo-)copy constructor to make...David Robillard1-8/+7
2010-02-09Spelling.David Robillard1-1/+1
2010-02-05Convert C-style casts to C++ style casts.David Robillard6-17/+16
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard1-0/+4
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard2-14/+71
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard5-75/+119
2010-02-02Remove CUC macro definition from Atom.hpp.David Robillard1-2/+0
2010-02-02Remove <sstream> and <iostream> includes, add <ostream> include.David Robillard1-2/+1
2010-02-02Make sizeof(Raul::Atom) the size of a pointer.David Robillard1-41/+55
2010-01-29Fix return of reference to a temporary.David Robillard1-2/+2
2010-01-28Add Path::base_no_scheme for serialising paths without the ugly path: scheme ...David Robillard1-0/+9
2010-01-28Prettier human-readable Atom and Atom::Type serialisation.David Robillard1-2/+2
2010-01-07Hide _static_run implementation.David Robillard1-8/+1
2010-01-06Fancy (optinally) coloured logging system.David Robillard7-11/+116
2010-01-05Add IntrusivePtr (trivial #define for boost::intrusive_ptr).David Robillard1-0/+26
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-0/+104
2009-12-09Raul 0.6.0.David Robillard1-1/+0