summaryrefslogtreecommitdiff
path: root/examples/thread/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format on the examples.Murray Cumming2016-02-261-42/+35
* Threads example: Fix build on Visual StudioChun-wei Fan2016-01-201-0/+5
* examples/tests: Use simpler std::thread constructor.Murray Cumming2015-11-261-10/+4
* thread example: Use std::unique_ptr<> with std::thread.Murray Cumming2015-11-261-7/+5
* thread example: Use std::thread, etc, instead of deprecated Glib::Threads::*.Murray Cumming2015-11-261-16/+39
* C++11: examples: more use of auto.Murray Cumming2015-07-091-1/+1
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-271-3/+3
* C++11: Use auto in examples.Murray Cumming2013-06-261-3/+3
* Threads::Thread::create(): Update the documentation.Kjell Ahlstedt2013-02-201-1/+1
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-281-2/+2
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-231-8/+8
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-261-2/+2
* thread.h: Allow use of this without causing deprecation compiler warnings.Murray Cumming2011-10-261-1/+1
* Inherit signal handler objects from sigc::trackable. This is necessaryMurray Cumming2005-04-271-1/+1
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-131-3/+2
* Initial revisionMurray Cumming2003-01-071-0/+114