summaryrefslogtreecommitdiffstats
path: root/src/Thread.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-08Code clean-up (cpplint).David Robillard1-1/+3
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+0
2010-02-05Convert C-style casts to C++ style casts.David Robillard1-1/+1
2010-01-07Hide _static_run implementation.David Robillard1-0/+12
2010-01-06Fancy (optinally) coloured logging system.David Robillard1-10/+12
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-2/+2
2009-12-19Only print message if starting thread.David Robillard1-3/+1
2009-05-13Clean up Jack shutdown semantics.David Robillard1-3/+8
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-3/+3
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-05-01GCC 4.3 fixes.David Robillard1-0/+1
2008-03-14Exit clean on ctrl+c when running engine only.David Robillard1-1/+1
2007-12-12Fix initialisation order warnings.David Robillard1-4/+4
2007-12-07Fix termination of evolution and resumed Jack execution.David Robillard1-1/+4
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard1-1/+1
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-25Never launch the same thread twice, no matter what the stupid caller says.David Robillard1-17/+24
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-1/+1
2007-06-24Move exessive Thread code from header to source file.David Robillard1-0/+85
2007-02-07Updated FSF address, copyright dates where appropriate, etc.David Robillard1-1/+2
2007-01-22Created Raul namespace.David Robillard1-3/+8
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-0/+21