summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* C++11: Variant: Replace more throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-042-6/+6
* Revert "ustring: Add cbegin() and cend()."Murray Cumming2017-04-042-22/+0
* C++11: Variant: Replace throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-042-2/+2
* Glib::Variant—Improve documentation of get_maybe()Daniel Boles2017-02-131-4/+5
* Glib::Variant—Explain how to create “maybe” typesDaniel Boles2017-02-131-2/+5
* Glib::Variant—Cosmetically tweak braces & newlinesDaniel Boles2017-02-131-16/+4
* Glib::Variant: Fix a copy-pasted typo in func docsDaniel Boles2017-02-051-4/+4
* Glib::Dispatcher: Don't cast a HANDLE to an int on WindowsKjell Ahlstedt2016-12-121-5/+5
* PollFD: autodeduce type of fd fieldMarcin Kolny2016-12-122-12/+14
* ustring: Add cbegin() and cend().Murray Cumming2016-11-082-0/+22
* Regenerate *docs.xml files.Murray Cumming2016-09-101-73/+721
* Regenerate glib .defs.Murray Cumming2016-09-103-0/+165
* Glib::OptionGroup: Improve the documentation of add_entry()Kjell Ahlstedt2016-09-011-7/+15
* Glib::OptionContext: Wrap g_option_context_parse_strv()Kjell Ahlstedt2016-08-141-11/+33
* Add missing objects to glib/gio_extra_objects.defsKjell Ahlstedt2016-08-091-14/+20
* connection_add_exception_handler(): Use list<slot> instead of signal.Murray Cumming2016-07-051-6/+7
* Remove trailing whitespace.Murray Cumming2016-05-167-40/+40
* ustring: Add {} with a while().Murray Cumming2016-04-141-0/+3
* Use _DEPRECATE_IFDEF_START/END in .hg/ccg files.Murray Cumming2016-04-102-4/+4
* VariantBase: Add explicit operator bool().Murray Cumming2016-04-102-0/+19
* FileAtrributeInfoList, Checksum, Module: Make operator bool explicit.Murray Cumming2016-04-102-2/+2
* RefPtr: Make operator bool() explicit.Murray Cumming2016-04-101-5/+1
* Fix some Doxygen warningsKjell Ahlstedt2016-04-032-4/+4
* Glib::Property: allow to set property nick, blurb and flags.Marcin Kolny2016-04-0110-21/+413
* C++11: .hg\.ccg files: Replace more typedefs with using.Murray Cumming2016-03-313-5/+5
* C++11: gmmproc: Use using instead of typedef.Murray Cumming2016-03-312-3/+3
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-3133-289/+289
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-3116-57/+57
* Move thread_local check into a GLIBMM_CXX_* macro, like other checks.Murray Cumming2016-03-282-12/+12
* Build: Use Threads::Private hen thread_local keyword is not supported.Tom Schoonjans2016-03-282-0/+48
* Regenerate docs.xml files.Murray Cumming2016-03-281-4/+5
* Fix a tiny typo in a comment.Murray Cumming2016-03-081-1/+1
* Regenerate docs.xml files.Murray Cumming2016-02-291-8/+8
* Rearrange some multiline comments.Murray Cumming2016-02-273-8/+10
* Run clang-format on the .ccg files.Murray Cumming2016-02-2629-1741/+1866
* Run clang-format on the include-all headers.Murray Cumming2016-02-261-4/+6
* Re-run clang-format on some files.Murray Cumming2016-02-2612-27/+27
* Run clang-format on glib .cc files.Murray Cumming2016-02-2634-1591/+1833
* Run clang-format on glib .h files.Murray Cumming2016-02-2644-2261/+2316
* Run clang-format on the *_p.h files.Murray Cumming2016-02-262-7/+4
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-0511-19/+19
* Add some connect() overloads that move the sigc::slotKjell Ahlstedt2016-02-0110-60/+202
* Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declarationAurelien Jacobs2016-01-261-1/+1
* Glib::PropertyBase: Make custom properties more flexibleKjell Ahlstedt2016-01-252-72/+77
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-213-70/+126
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-213-19/+19
* Add Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-0/+9
* glibmmconfig.h.in: Fix Visual Studio 2013 buildsChun-wei Fan2016-01-201-1/+14
* utility: Correct the deprecation ifndef.Murray Cumming2016-01-181-5/+4
* Glib::ustring fix gcc 6 warning in public headerAurelien Jacobs2016-01-181-1/+2