summaryrefslogtreecommitdiffstats
path: root/src/Thread.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Fully test Thread::set_scheduling().David Robillard1-2/+3
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 Robillard1-16/+15
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 Robillard1-1/+1
2011-05-18Strip double blank lines.David Robillard1-6/+0
2011-04-28Fix compilation on MinGW/Windows.David Robillard1-1/+0
2011-04-16Update copyright headersDavid Robillard1-1/+1
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 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