summaryrefslogtreecommitdiffstats
path: root/raul
AgeCommit message (Expand)AuthorFilesLines
2013-01-14Safer construction of TimeStamp from double.David Robillard1-5/+7
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard6-167/+33
2013-01-11Bring Machina back into the fold (fix #844).David Robillard4-12/+26
2013-01-11Fix DoubleBuffer compilation.David Robillard1-31/+26
2013-01-11Initialise atomics.David Robillard2-2/+2
2013-01-11Use C++11 atomics.David Robillard6-203/+41
2012-11-22Tidy.David Robillard11-37/+53
2012-11-22Fix crash when calling Thread::set_scheduling on a Thread that does not exist.David Robillard1-4/+8
2012-11-21Move Exception inside Raul namespace.David Robillard2-2/+4
2012-11-21Remove remaining library code, Raul is now header only.David Robillard1-9/+40
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-195/+0
2012-11-17Fix symbolifying strings that start with numbers.David Robillard1-1/+6
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard1-1/+3
2012-08-31Skip actual data comparison when checking equality of atoms with different si...David Robillard1-1/+1
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard3-109/+28
2012-08-16Remove all 'using namespace Raul'.David Robillard1-1/+1
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-7/+1
2012-08-16Remove Raul::Slave class.David Robillard2-67/+15
2012-08-15Remove more dead code from Raul::Thread.David Robillard1-2/+0
2012-08-15Remove unused Raul::Thread::get().David Robillard1-9/+0
2012-08-15Add missing files.David Robillard2-0/+84
2012-08-15Remove unnecessary Jack thread bookkeeping stuff.David Robillard1-6/+7
2012-08-15Rewrite Raul::Maid and eliminate Raul:List.David Robillard3-469/+78
2012-08-14Remove Table classes.David Robillard4-578/+1
2012-08-14Remove unused ArrayStack.David Robillard1-73/+0
2012-08-14Move MIDISink to Machina.David Robillard1-39/+0
2012-08-14Remove MIDI definitions.David Robillard2-357/+0
2012-08-14Move Quantizer to Machina.David Robillard1-47/+0
2012-08-14Remove glib dependency.David Robillard5-230/+260
2012-08-14Add atomic comparison operators.David Robillard2-0/+10
2012-08-13Move SMF stuff from Raul to Machina.David Robillard2-152/+0
2012-08-13Drop glib for atomics and use gcc/clang builtins.David Robillard2-133/+46
2012-08-13Add Raul::barrier() and remove glib dependency from RingBuffer.David Robillard3-36/+85
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard3-75/+83
2012-08-12Remove redundant Path::is_valid_name and Path::nameify.David Robillard3-16/+23
2012-08-12Stricter symbol construction and conversion.David Robillard1-3/+8
2012-08-09Fix shadowing.David Robillard1-1/+1
2012-07-17Allow Atom construction from NULL buffer, allocate but don't initialize. Thi...David Robillard1-3/+7
2012-06-13Fix saving of control bindings.David Robillard1-11/+0
2012-05-24Delete trailing whitespace.David Robillard1-1/+1
2012-05-14Fully test Thread::set_scheduling().David Robillard1-2/+4
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
2012-05-14Remove useless Thread::create().David Robillard2-9/+6
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