summaryrefslogtreecommitdiff
path: root/examples/thread/dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-281-1/+1
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-231-2/+2
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-261-1/+1
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-4/+0
* Early spring cleaning. Also add a paragraph about Dispatcher on win32 toDaniel Elstner2007-01-201-62/+91
* 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-271-1/+1
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-011-12/+0
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-211-1/+13
* 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-131-1/+1
* 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
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-7/+7
* minor example code cleanupMurray Cumming2003-10-181-4/+7
* fixed to cast out all gktmm code, now they only need glimm. AddedJ. Abelardo Gutierrez2003-10-171-76/+56
* Initial revisionMurray Cumming2003-01-071-0/+192