summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Upgrade to waf 1.7.11.David Robillard1-0/+0
2013-06-09Fix documentation (#916).David Robillard1-2/+1
2013-06-08Better test coverage.David Robillard5-17/+187
2013-03-17Update to r93/autowaf.David Robillard1-0/+0
2013-02-23Move Socket class to Raul.David Robillard3-0/+367
2013-02-23Use c++11 method deletion for Noncopyable.David Robillard1-2/+2
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard4-31/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard4-356/+0
2013-02-23Add missing test file.David Robillard1-0/+49
2013-02-23Remove unused fields.David Robillard1-4/+2
2013-02-04Replace Raul::thread with std::thread.David Robillard4-194/+52
2013-02-03Check for c++0x compiler flag before adding to environment.David Robillard1-0/+3
2013-02-02Upgrade to waf 1.7.9David Robillard1-0/+0
2013-02-02More generic Atom class.David Robillard1-13/+16
2013-01-20Use -std=c++0x instead of -std=c++11 for older compilers.David Robillard1-1/+1
2013-01-14Safer construction of TimeStamp from double.David Robillard1-5/+7
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard8-208/+35
2013-01-11Bring Machina back into the fold (fix #844).David Robillard4-12/+26
2013-01-11Fix DoubleBuffer compilation.David Robillard2-32/+27
2013-01-11Initialise atomics.David Robillard2-2/+2
2013-01-11Use C++11 atomics.David Robillard10-286/+48
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-0/+0
2012-11-22Tidy.David Robillard12-38/+54
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 Robillard4-48/+49
2012-11-21Move Configuration from Raul to Ingen.David Robillard3-374/+0
2012-11-17Fix symbolifying strings that start with numbers.David Robillard2-1/+7
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard2-5/+19
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC with...David Robillard1-0/+0
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
2012-09-12Clean up wscripts.David Robillard1-21/+9
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-0/+0
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard1-1/+1
2012-08-31Skip actual data comparison when checking equality of atoms with different si...David Robillard1-1/+1
2012-08-17Update test suite to compile and pass again.David Robillard7-30/+16
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard5-193/+28
2012-08-16Remove all 'using namespace Raul'.David Robillard1-1/+1
2012-08-16Remove old Maid.cpp.David Robillard1-69/+0
2012-08-16Remove verbose logging stuff from Thread.David Robillard2-31/+3
2012-08-16Remove Raul::Slave class.David Robillard3-76/+17
2012-08-15Remove more dead code from Raul::Thread.David Robillard2-19/+3
2012-08-15Remove unused Raul::Thread::get().David Robillard2-22/+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 Robillard5-627/+78