summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AsyncResult: Bin obsolete docs re: initing GThreadglibmm-2-54Daniel Boles2018-05-201-3/+0
* member.m4: Add _MEMBER_SET_STR, setter for stringsPavlo Solntsev2018-03-021-0/+21
* Gio::DataInputStream: Disable deprecation warnings from glibKjell Ahlstedt2018-02-152-3/+6
* Glib::TimeoutSource: Use monotonic time consistentlyKjell Ahlstedt2018-01-252-20/+8
* Gio::TlsClientConnection: Disable deprecation warnings from glibKjell Ahlstedt2018-01-181-0/+7
* 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
* gmmproc, _WRAP_METHOD_DOCS_ONLY: Optionally suppress @return sectionKjell Ahlstedt2017-10-133-12/+18
* Gio::Action: Add exception specs to errthrowKjell Ahlstedt2017-09-291-1/+1
* Glib::KeyFile, OptionContext, Regex: Add exception specs to errthrowKjell Ahlstedt2017-09-293-22/+33
* gmmproc: _WRAP_METHOD: Accept optional list of exceptions in errthrowKjell Ahlstedt2017-09-293-9/+34
* Gio::DataInputStream: Fix the documentation of read_line_utf8()Kjell Ahlstedt2017-09-241-19/+42
* gmmproc: Suppress the @return section if return type is voidKjell Ahlstedt2017-09-241-6/+10
* tests: Avoid unused function warnings from G_DECLARE_INTERFACE()Murray Cumming2017-09-201-0/+7
* tests/glibmm_variant: Use C++14 features conditionallyKjell Ahlstedt2017-09-192-2/+12
* Glib::Variant: Avoid warnings from clang++Kjell Ahlstedt2017-09-192-3/+2
* 2.54.12.54.1Kjell Ahlstedt2017-09-182-1/+16
* Glib::Variant<std::tuple>: Don't use std::index_sequence from C++14Kjell Ahlstedt2017-09-181-4/+69
* gmmproc: Convert all property documentation to C++Kjell Ahlstedt2017-09-173-12/+15
* Gio::Application docs: Add a note to property_resource_base_path()Kjell Ahlstedt2017-09-131-0/+7
* 2.54.02.54.0Murray Cumming2017-09-132-1/+33
* Gio::ActionGroup, Settings: Add detail_name to some _WRAP_SIGNAL()sKjell Ahlstedt2017-09-132-5/+6
* Regenerate gio_signals.defs and gio_signals.defs.patchKjell Ahlstedt2017-09-132-86/+120
* generate_extra_defs.cc: Write signal flags to .defs filesKjell Ahlstedt2017-09-131-18/+30
* gmmproc: Write signal flags to generated documentationKjell Ahlstedt2017-09-134-10/+54
* gmmproc: Warn for unmatched deprecations in signals and propertiesKjell Ahlstedt2017-09-121-9/+5
* Glib::Variant: Improved support for D-Bus object paths and signaturesKjell Ahlstedt2017-09-088-11/+440
* tests/glibmm_variant: Add test of Variant<std::tuple>Kjell Ahlstedt2017-09-081-1/+65
* Glib::Variant: Add template specialization for std::tupleAlexander Rössler2017-09-081-0/+186
* Regenerate glib_signals.defs and gio_signals.defsKjell Ahlstedt2017-09-083-27/+212
* generate_extra_defs.cc: Write default values of properties to .defs filesKjell Ahlstedt2017-09-081-0/+51
* gmmproc: Write default values of properties to generated documentationKjell Ahlstedt2017-09-083-5/+47
* gmmproc: Accept curly braces in default values in _WRAP macrosKjell Ahlstedt2017-09-072-92/+72
* gmmproc: Remove obsolete TODO commentsKjell Ahlstedt2017-09-072-3/+2
* gmmproc: Fix _WRAP_ENUM for enumerators with apostrophesKjell Ahlstedt2017-09-072-16/+31
* Glib, Gio: docs_override.xml: Add substitute_enumerator_name elementsKjell Ahlstedt2017-09-072-0/+25
* gmmproc: Add new elements types for the docs_override.xml filesKjell Ahlstedt2017-09-071-7/+86
* 2.52.12.52.1Murray Cumming2017-09-042-1/+15
* Glib::VariantIter: Fix typos in copyright noticeKjell Ahlstedt2017-09-011-2/+2
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-30445-1249/+460
* gio/src/filelist.am: Really include all .hg files in giomm_files_hgKjell Ahlstedt2017-08-301-1/+1
* Gio: Exclude DesktopAppInfo from wrap_init.cc on MacOSKjell Ahlstedt2017-08-154-7/+20
* gio/src/filelist.am: Always include all .hg files in giomm_files_hgKjell Ahlstedt2017-08-151-1/+4
* miscutils: Update docs of get_*_name() from GLibDaniel Boles2017-07-301-5/+22
* Gio::TlsDatabase: Fix memory leak in a vfuncKjell Ahlstedt2017-06-271-0/+2
* 2.52.02.52.0Murray Cumming2017-06-232-1/+16
* RefPtr: Clarify comment about undefined behaviourDaniel Boles2017-05-311-1/+1
* ActionMap: Revert accidental changes to Slot declsDaniel Boles2017-05-311-2/+2