summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-178/+0
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard1-4/+16
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-83/+0
2012-08-16Remove old Maid.cpp.David Robillard1-69/+0
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-24/+2
2012-08-16Remove Raul::Slave class.David Robillard1-9/+2
2012-08-15Remove more dead code from Raul::Thread.David Robillard1-17/+3
2012-08-15Remove unused Raul::Thread::get().David Robillard1-13/+0
2012-08-14Remove glib dependency.David Robillard2-231/+0
2012-08-13Move SMF stuff from Raul to Machina.David Robillard2-546/+0
2012-08-13Fix warnings.David Robillard1-1/+1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-69/+16
2012-08-12Remove redundant Path::is_valid_name and Path::nameify.David Robillard1-19/+0
2012-08-12Stricter symbol construction and conversion.David Robillard1-7/+2
2012-05-14Fully test Thread::set_scheduling().David Robillard1-2/+3
2012-05-14Trim unnecessary includes.David Robillard1-0/+1
2012-05-14Clean up Thread interface.David Robillard1-18/+12
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-24/+8
2012-05-13Update license to GPL3+.David Robillard8-128/+120
2012-05-12Fix Thread::get() when called before any Thread is created.David Robillard1-0/+1
2012-05-11Improve some C++ style stuff.David Robillard1-5/+1
2012-05-11Hide pthread stuff from public headers.David Robillard1-22/+46
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard2-5/+5
2012-04-27Implement connecting via atom interface.David Robillard1-1/+24
2012-03-19Use dynamic type IDs for Atoms (for direct compatibility with LV2 atoms).David Robillard1-17/+19
2012-03-12Centralise atom creation in forge object.David Robillard1-6/+7
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Load files passed on command line without -l option (fix #804).David Robillard1-1/+1
2011-05-18Strip double blank lines.David Robillard8-53/+0
2011-04-28Fix compilation on MinGW/Windows.David Robillard1-1/+0
2011-04-16Update copyright headersDavid Robillard8-8/+8
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-1/+1
2011-01-09Non-trivial thread/semaphore test.David Robillard1-0/+6
2011-01-08Code clean-up (cpplint).David Robillard7-23/+43
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-5/+5
2010-09-04My name is David. :)David Robillard8-8/+8
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+0
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-17/+54
2010-02-05Convert C-style casts to C++ style casts.David Robillard4-5/+5
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard2-3/+3
2010-01-29Fix return of reference to a temporary.David Robillard1-4/+4
2010-01-07Fix Symbol::symbolify for strings containing slashes.David Robillard1-4/+1
2010-01-07Hide _static_run implementation.David Robillard1-0/+12
2010-01-06Fancy (optinally) coloured logging system.David Robillard4-23/+105
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard6-10/+175
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 Robillard2-2/+2
2009-12-08Remove LASH stuff from repository (wasn't built and doesn't really go in Raul...David Robillard3-333/+0
2009-11-26Fix compilation on GCC 4.4 (fix ticket #438).David Robillard1-1/+1