summaryrefslogtreecommitdiff
path: root/glib/glibmm/dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Glib::Dispatcher: Remove a g_warning()Kjell Ahlstedt2023-02-221-7/+0
* Glib::IOCondition: Add an IO_ prefix to the enumerator namesKjell Ahlstedt2017-09-051-4/+4
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-4/+4
* Glib::Dispatcher: Implement the pimpl idiomKjell Ahlstedt2016-12-151-61/+83
* Glib::Dispatcher: Don't cast a HANDLE to an int on WindowsKjell Ahlstedt2016-12-061-7/+5
* Remove deprecated Thread and Threads API.Murray Cumming2016-11-141-28/+0
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-141-2/+2
* Move thread_local check into a GLIBMM_CXX_* macro, like other checks.Murray Cumming2016-03-281-7/+7
* Build: Use Threads::Private hen thread_local keyword is not supported.Tom Schoonjans2016-03-281-0/+29
* Re-run clang-format on some files.Murray Cumming2016-02-261-2/+2
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-91/+96
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-1/+1
* Add some connect() overloads that move the sigc::slotKjell Ahlstedt2016-02-011-3/+6
* Dispatcher: #include <mutex> in Windows builds.T Sailor2015-12-011-0/+1
* Dispatcher: Actually delete thread_specific_instance_.Murray Cumming2015-11-281-1/+1
* Use thread_local instead of Glib::Threads::Private.Murray Cumming2015-11-281-7/+6
* Dispatcher: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-271-3/+3
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-3/+3
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-181-4/+4
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-1/+1
* Glib::Dispatcher: Don't send messages to a deleted Dispatcher.Kjell Ahlstedt2012-04-041-10/+77
* Glib::Threads::Private, Glib::Dispatcher: Delete Glib::DispatchNotifier.Kjell Ahlstedt2012-03-121-2/+2
* Dispatcher: Fix the build on win32.TS2012-01-301-3/+3
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-231-4/+3
* thread.h: Allow use of this without causing deprecation compiler warnings.Murray Cumming2011-10-261-1/+1
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-26/+0
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Early spring cleaning. Also add a paragraph about Dispatcher on win32 toDaniel Elstner2007-01-201-159/+160
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+21
* Inherit signal handler objects from sigc::trackable. This is necessaryMurray Cumming2005-04-271-1/+1
* Added new compiler tests. 1. To see whether it allows use of non extern CMurray Cumming2005-01-211-0/+12
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-12/+0
* I mean Tru64, not MipsProMurray Cumming2005-01-201-0/+12
* Don't export private API. Closes #163031.BenoƮt Dejean2005-01-061-4/+4
* :create_pipe): There is no point in calling g_file_error_from_errno() onDaniel Elstner2004-06-161-4/+3
* Complete overhaul of the Win32 implementation of Glib::Dispatcher. ThatDaniel Elstner2004-06-031-143/+101
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-6/+5
* Added #include <algorithm>, needed by MSVC++, as suggested by FrankMurray Cumming2003-07-271-0/+1
* small typo in G_OS_WIN32 condition.Cedric Gustin2003-05-091-2/+2
* 2003-04-23 Andrew MakeevMurray Cumming2003-04-241-15/+163
* Initial revisionMurray Cumming2003-01-071-0/+325