summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Glib, Gio: Regenerate docs.xml and .defs filesKjell Ahlstedt2019-03-185-178/+2045
* Revert "Gio: Remove NO_GTYPE from some _WRAP_ENUMs"Kjell Ahlstedt2019-01-081-1/+1
* Gio: Remove NO_GTYPE from some _WRAP_ENUMsKjell Ahlstedt2019-01-071-1/+1
* stringutils: Don't use @retval here eitherDaniel Boles2018-12-171-1/+1
* fileutils|IOChannel: Don’t use @retval on out argsDaniel Boles2018-12-162-8/+8
* build: Split out automake-specific items from filelist.am'sChun-wei Fan2018-10-293-2/+7
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-08-313-27/+28
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-173-9/+24
* Revert "Avoid compiler warnings from function pointer conversions"Kjell Ahlstedt2018-07-171-20/+3
* Avoid compiler warnings from function pointer conversionsKjell Ahlstedt2018-07-131-3/+20
* Glib::MainContext: g_main_context_wait() is deprecatedKjell Ahlstedt2018-07-052-12/+12
* 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