summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* ustring: Fix wchar conversion on macOS with libc++Clemens Lang2018-04-261-3/+3
* Glib::RefPtr: Add get()Kjell Ahlstedt2018-03-211-2/+14
* Glib::Module: Remove obsolete _IGNORE() directivesKjell Ahlstedt2018-03-201-2/+1
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2018-03-206-577/+1862
* Glib::TimeoutSource: Use monotonic time consistentlyKjell Ahlstedt2018-01-252-20/+8
* Variant: Slightly elaborate Variant<Variant> docsDaniel Boles2018-01-151-1/+8
* Glib::Threads::Private: Fix gobj()Kjell Ahlstedt2017-12-201-1/+1
* Glib::VariantBase::cast_dynamic(): Remove noexcept(false)Kjell Ahlstedt2017-11-202-11/+7
* Variant: Fix typo: unclosed monospace tagDaniel Boles2017-10-231-1/+1
* Glib::KeyFile, OptionContext, Regex: Add exception specs to errthrowKjell Ahlstedt2017-09-293-22/+33
* tests/glibmm_variant: Use C++14 features conditionallyKjell Ahlstedt2017-09-191-2/+2
* Glib::Variant: Avoid warnings from clang++Kjell Ahlstedt2017-09-192-3/+2
* Glib::Variant<std::tuple>: Don't use std::index_sequence from C++14Kjell Ahlstedt2017-09-181-4/+69
* Glib::Variant: Improved support for D-Bus object paths and signaturesKjell Ahlstedt2017-09-087-8/+388
* Glib::Variant: Add template specialization for std::tupleAlexander Rössler2017-09-081-0/+186
* Regenerate glib_signals.defs and gio_signals.defsKjell Ahlstedt2017-09-081-0/+3
* Glib, Gio: docs_override.xml: Add substitute_enumerator_name elementsKjell Ahlstedt2017-09-071-0/+10
* Glib::VariantIter: Fix typos in copyright noticeKjell Ahlstedt2017-09-011-2/+2
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-30143-384/+153
* Gio: Exclude DesktopAppInfo from wrap_init.cc on MacOSKjell Ahlstedt2017-08-151-0/+3
* miscutils: Update docs of get_*_name() from GLibDaniel Boles2017-07-301-5/+22
* RefPtr: Clarify comment about undefined behaviourDaniel Boles2017-05-311-1/+1
* Variant: Use own get_n_children() instead of C APIDaniel Boles2017-05-292-13/+7
* gio/src/filelist.am: Really use desktopappinfo.hg to fix the build.Murray Cumming2017-05-081-1/+1
* Glib::VariantType: Deprecate first() and next(). Add get_item_types()Kjell Ahlstedt2017-05-052-3/+33
* Glib::Object: Suppress deprecation warning for g_object_newv()Kjell Ahlstedt2017-04-291-1/+6
* C++11: Variant: Replace more throw(std::bad_cast) with noexcept(false).Murray Cumming2017-04-042-6/+6
* 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