summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.47.3.12.47.3.1Murray Cumming2015-11-282-2/+9
* Dispatcher: Actually delete thread_specific_instance_.Murray Cumming2015-11-281-1/+1
* Use thread_local instead of Glib::Threads::Private.Murray Cumming2015-11-282-12/+10
* 2.47.32.47.3Murray Cumming2015-11-282-1/+5
* Threads: Add @deprecated to more API.Murray Cumming2015-11-281-0/+9
* Threads::Private: Suggest use of thread_local.Murray Cumming2015-11-281-0/+2
* Use std::unique_lock::unlock() instead of release()Kjell Ahlstedt2015-11-282-22/+22
* Remove now-unnecessary includes of glibmm/threads.h.Murray Cumming2015-11-274-4/+0
* Dispatcher: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-271-3/+3
* Deprecated Glib::ThreadPool.Murray Cumming2015-11-263-0/+20
* Glib::Main: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-4/+4
* Gio::Application: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-5/+5
* ObjectBase: Change extra_object_base_data_mutex to a std::mutex.Murray Cumming2015-11-264-25/+22
* Glib::MainContext: Deprecate wait(cond, mutex).Murray Cumming2015-11-262-2/+5
* glibmm_mainloop test: Allocate a thread on the stack.Murray Cumming2015-11-261-5/+2
* examples/tests: Use simpler std::thread constructor.Murray Cumming2015-11-265-30/+9
* thread example: Use std::unique_ptr<> with std::thread.Murray Cumming2015-11-261-7/+5
* resolver example: Use std::mutex instead of G_LOCK_DEFINE_STATIC.Murray Cumming2015-11-261-7/+5
* tests/glibmm_mainloop: Use the std::thread API instead of Glib::Threads.Murray Cumming2015-11-261-8/+14
* Network examples: Use std::thread instead of Glib::Threads::Thread.Murray Cumming2015-11-263-7/+52
* examples: dispatcher: Use std::thread and friends.Murray Cumming2015-11-263-16/+38
* 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
* Threads: Deprecate in favour of the C++11/C++14 concurrency API.Murray Cumming2015-11-261-0/+25
* Tests: More nullptr instead of 0Kjell Ahlstedt2015-11-237-22/+29
* Gio: More nullptr instead of 0Kjell Ahlstedt2015-11-235-13/+9
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-2316-80/+60
* Regenerate *_docs.xml files.Murray Cumming2015-11-232-198/+1152
* Regenerate Glib defs.Murray Cumming2015-11-233-7/+57
* Regenerate GIO .defs.Murray Cumming2015-11-232-1/+101
* gmmproc: Use nullptr instead of 0,NULL,zero in some commentsKjell Ahlstedt2015-11-222-4/+4
* gmmproc: Fix a test in Output.pm::get_ctor_properties()Kjell Ahlstedt2015-11-221-2/+2
* 2.46.2Murray Cumming2015-11-202-1/+8
* Examples: Use nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-2029-271/+285
* Gio::DBus: Use nullptr instead of 0.Murray Cumming2015-11-207-83/+83
* Glib: More nullptr instead of 0.Murray Cumming2015-11-2026-87/+88
* More use of nullptr instead of 0.Murray Cumming2015-11-208-65/+65
* Yet more nullptr instead of 0.Murray Cumming2015-11-203-19/+19
* RefPtr: Use nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* More use of nullptr instead of 0.Murray Cumming2015-11-2010-23/+23
* Mention nullptr instead of NULL in documentation and some comments.Murray Cumming2015-11-209-40/+40
* More use of nullptr instead of 0 or NULL.Murray Cumming2015-11-206-47/+47
* gmmproc: Use nullptr instead of 0.Murray Cumming2015-11-205-18/+18
* Replace static_cast<char*>(0) with nullptr.Murray Cumming2015-11-193-17/+17
* Revert "Use -Wzero-as-null-pointer-constant with --enable-warnings=fatal"Murray Cumming2015-11-191-1/+1
* Use nullptr intead of 0 in some generated code.Murray Cumming2015-11-192-3/+3
* Use nullptr instead of 0.Murray Cumming2015-11-193-10/+10
* Use -Wzero-as-null-pointer-constant with --enable-warnings=fatalMurray Cumming2015-11-121-1/+1
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-11-081-1/+1