summaryrefslogtreecommitdiff
path: root/examples/thread/dispatcher2.cc
Commit message (Expand)AuthorAgeFilesLines
* Glib::Dispatcher: Add const versions of emit() and operator()()Kjell Ahlstedt2023-02-221-1/+1
* 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-311-2/+2
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Run clang-format on the examples.Murray Cumming2016-02-261-51/+49
* examples: dispatcher: Use std::thread and friends.Murray Cumming2015-11-261-13/+29
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-2/+2
* C++11: examples: Use nullptr.Murray Cumming2015-07-091-5/+5
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-271-3/+2
* C++11: Use auto in examples.Murray Cumming2013-06-261-2/+3
* Dispatcher examples: Use Glib::signal_idle().connect_once().Kjell Ahlstedt2012-03-221-14/+12
* 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-6/+6
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-261-1/+1
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-011-8/+0
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-211-0/+9
* Remove unused parameter names to fix building with -Werror.Daniel Elstner2004-06-131-1/+1
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-131-3/+2
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-8/+8
* 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-87/+62
* Initial revisionMurray Cumming2003-01-071-0/+254