summaryrefslogtreecommitdiffstats
path: root/src/Thread.cpp
AgeCommit message (Expand)AuthorFilesLines
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