summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-27Documentation updates.David Robillard3-11/+20
2009-11-26Fix compilation on GCC 4.4 (fix ticket #438).David Robillard2-2/+2
2009-11-16Fix types.David Robillard1-1/+1
2009-11-14Add NullDeleter convenience template.David Robillard1-0/+2
2009-10-29Use {} for empty while body.David Robillard1-1/+1
2009-08-10Add missing include.David Robillard1-0/+1
2009-07-22Remove no longer necessary autowaf.check_tool.David Robillard1-1/+1
2009-07-07Fix compilation issues.David Robillard3-0/+8
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+0
2009-06-03Update bindings.David Robillard1-1/+1
2009-05-28Implement PUT over OSC.David Robillard1-0/+5
2009-05-28Fix URIs.David Robillard1-1/+1
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard2-5/+5
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard2-6/+20
2009-05-13Clean up Jack shutdown semantics.David Robillard2-3/+9
2009-05-13Update copyright dates.David Robillard46-46/+46
2009-05-13Strip trailing whitespace.David Robillard54-439/+439
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard3-4/+6
2009-05-13Remove unused junk on ClientInterface.David Robillard1-3/+0
2009-05-13The great ID refactoring of 2009.David Robillard4-67/+184
2009-05-11Fix OSX compilation (ticket #326).David Robillard1-2/+2
2009-05-11Type preserving Redland URI <-> atom URI.David Robillard1-5/+9