summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-12-17Use autowaf.run_ldconfig.David Robillard1-4/+2
2010-12-16Fix use of conf.define and subsequent check in conf.env (no longer works with...David Robillard1-2/+2
2010-12-16Remove documentation installation stuff (handled by autowaf.build_dox now).David Robillard1-1/+0
2010-12-16Updates for waf 1.6.David Robillard1-23/+23
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an audit...David Robillard2-22/+19
2010-10-28Use autowaf from an external repository (eliminating symlinks to project pare...David Robillard2-2/+2
2010-10-28Remove autowaf.py symlinks (which are apparently unneeded).David Robillard1-1/+0
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard12-15/+15
2010-09-04My name is David. :)David Robillard52-56/+56
2010-09-04Update versions and ChangeLogs.David Robillard2-4/+24
2010-07-05Move common files (e.g. waf) to /common subdirectory to ease checking out pro...David Robillard3-3/+3
2010-06-01Clean up configuration output.David Robillard1-1/+0
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard3-11/+11
2010-03-05Fix compilation with --test.David Robillard1-4/+4
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard3-47/+106
2010-02-28Use appropriate allocation for RingBuffer and SRSWQueue (was backwards).David Robillard2-9/+12
2010-02-20Split stack stuff from Array.David Robillard3-15/+92
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 Robillard15-31/+33
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 Robillard8-80/+125
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 Robillard3-43/+80
2010-02-02Fix memory leaks in list_test.David Robillard1-4/+4
2010-02-01Build unit tests against local library version/headers, even if installed.David Robillard1-7/+8
2010-02-01Make time_test non-interactive for automated testing.David Robillard1-3/+1
2010-01-29Fix return of reference to a temporary.David Robillard3-8/+9
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-07Tidy test output.David Robillard2-12/+16
2010-01-07Support `./waf test' from top level.David Robillard1-1/+2
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard16-354/+325
2010-01-07Fix Symbol::symbolify for strings containing slashes.David Robillard1-4/+1
2010-01-07Hide _static_run implementation.David Robillard2-8/+13
2010-01-06Fancy (optinally) coloured logging system.David Robillard12-34/+233
2010-01-05Add IntrusivePtr (trivial #define for boost::intrusive_ptr).David Robillard1-0/+26
2009-12-30Print configuration header before running configure checks.David Robillard1-0/+1
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard9-11/+282
2009-12-19Remove unused file.David Robillard1-54/+0
2009-12-19Only print message if starting thread.David Robillard1-3/+1
2009-12-09Raul 0.6.0.David Robillard8-16/+70
2009-12-09Remove debian packaging stuff.David Robillard7-183/+0
2009-12-08Remove LASH stuff from repository (wasn't built and doesn't really go in Raul...David Robillard3-333/+0
2009-11-27Update doxygen files. David Robillard1-573/+787