summaryrefslogtreecommitdiff
path: root/examples/thread
Commit message (Expand)AuthorAgeFilesLines
* examples/thread/dispatcher.cc: Make C++17 compliantChun-wei Fan2020-03-021-3/+5
* Remove deprecated Thread and Threads API.Murray Cumming2016-11-142-194/+0
* Examples: Avoid a warning about unused code.Murray Cumming2016-11-051-4/+0
* Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.Murray Cumming2016-03-312-5/+5
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Correct bad uses of sigc::bind<1>.Murray Cumming2016-03-082-2/+2
* Run clang-format on the examples.Murray Cumming2016-02-264-151/+146
* Threads example: Fix build on Visual StudioChun-wei Fan2016-01-201-0/+5
* example: Remove unnecessary virtual keywords on destructors.Murray Cumming2015-12-241-2/+2
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-12-051-3/+14
* Deprecated Glib::ThreadPool.Murray Cumming2015-11-261-0/+6
* 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
* examples: dispatcher: Use std::thread and friends.Murray Cumming2015-11-262-15/+37
* thread example: Use std::thread, etc, instead of deprecated Glib::Threads::*.Murray Cumming2015-11-261-16/+39
* threadpool example: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-3/+4
* Examples: Use nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-2/+2
* examples: Avoid more shadowed variables.Murray Cumming2015-07-151-3/+3
* C++11: examples: more use of auto.Murray Cumming2015-07-093-4/+4
* C++11: examples: Use nullptr.Murray Cumming2015-07-092-7/+7
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-273-7/+6
* C++11: Use auto in examples.Murray Cumming2013-06-263-6/+7
* Threads::Thread::create(): Update the documentation.Kjell Ahlstedt2013-02-201-1/+1
* Dispatcher examples: Use Glib::signal_idle().connect_once().Kjell Ahlstedt2012-03-222-20/+14
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-283-4/+4
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-234-19/+19
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-263-4/+4
* threadpool example: Use Mutex instead of StaticMutex.Murray Cumming2011-10-261-3/+1
* thread.h: Allow use of this without causing deprecation compiler warnings.Murray Cumming2011-10-262-2/+2
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-4/+0
* Convert examples/ sub-tree to non-recursive buildDaniel Elstner2009-08-091-19/+0
* Early spring cleaning. Also add a paragraph about Dispatcher on win32 toDaniel Elstner2007-01-201-62/+91
* Remove .cvsignore files.Daniel Elstner2007-01-201-6/+0
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-1/+1
* Inherit signal handler objects from sigc::trackable. This is necessaryMurray Cumming2005-04-272-2/+2
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-013-25/+0
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-213-3/+31
* Regenerated with h2defs.py Added optionentry.[hg|ccg],Murray Cumming2004-09-261-1/+1
* Fixed a race condition on win32 that involved the combined use of auto_ptrCedric Gustin2004-09-131-10/+21
* Explicitely join all threads. Hopefully that'll fix the crash on win32Daniel Elstner2004-06-141-2/+12
* Remove unused parameter names to fix building with -Werror.Daniel Elstner2004-06-132-2/+2
* Revert last commit because it's silly. To make the code trulyDaniel Elstner2004-05-201-27/+7
* Set a good example and be paranoid about possible memory leaks due toDaniel Elstner2004-05-201-7/+27
* Code cleanup. Most importantly, get rid of the locking around std::coutDaniel Elstner2004-05-201-50/+51
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-132-6/+4
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-103-16/+16
* minor example code cleanupMurray Cumming2003-10-182-8/+14
* fixed to cast out all gktmm code, now they only need glimm. AddedJ. Abelardo Gutierrez2003-10-172-163/+118
* Initial revisionMurray Cumming2003-01-076-0/+632