summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ustring: Replace 8×format() with 1 variadic templatewip/dboles/ustringDaniel Boles2017-09-011-153/+23
* ustring: Replace 9×compose() with 1 variadic templateDaniel Boles2017-09-011-184/+9
* ustring: Use std::initializer_list instead of pointer + sizeDaniel Boles2017-09-012-29/+19
* ustring: #include <cstddef> unconditionallyDaniel Boles2017-09-011-3/+1
* ustring: Remove unused template argumentsDaniel Boles2017-09-011-2/+0
* Glib::VariantIter: Fix typos in copyright noticeKjell Ahlstedt2017-09-011-2/+2
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-30424-1189/+439
* 2.55.12.55.1Murray Cumming2017-08-251-0/+54
* Change the ABI to glibmm-2.54Murray Cumming2017-08-254-12/+12
* Build: Tiny wihtespace fix to really generate posix-only files.Murray Cumming2017-08-251-1/+1
* Glib::Variant: Improved support for D-Bus object paths and signaturesKjell Ahlstedt2017-08-168-11/+440
* 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
* Object: build fixMarcin Kolny2017-08-011-2/+2
* gmmproc: Accept curly braces in default values in _WRAP macrosKjell Ahlstedt2017-08-012-92/+72
* miscutils: Update docs of get_*_name() from GLibDaniel Boles2017-07-301-5/+22
* Gio: Derive all interfaces directly from Glib::InterfaceKjell Ahlstedt2017-07-258-30/+26
* gmmproc: Don't accept unpaired double quotesKjell Ahlstedt2017-07-251-29/+24
* gmmproc: Remove obsolete TODO commentsKjell Ahlstedt2017-07-252-3/+2
* Gio::Seekable: More implementations, fix base class of DataOutputStreamKjell Ahlstedt2017-07-043-12/+15
* tests: Activate the glibmm_object testKjell Ahlstedt2017-07-032-3/+6
* tests/Makefile.am: Remove the last remnants of glibmm_weakrefKjell Ahlstedt2017-07-031-2/+0
* Gio::TlsDatabase: Fix create_certificate_handle_vfunc()Kjell Ahlstedt2017-06-261-0/+5
* convert_glib.m4: Remove _CONVERSIONs that can cause memory leaksKjell Ahlstedt2017-06-261-2/+0
* Gio::Pollable[Input|Output]Stream: More implementationsKjell Ahlstedt2017-06-234-8/+20
* Add the Gio::FileDescriptorBased interfaceKjell Ahlstedt2017-06-235-0/+79
* Glib::VariantIter: Let the constructor take a VariantContainerBase&Kjell Ahlstedt2017-06-202-4/+3
* Glib::Regex: Fix a member nameKjell Ahlstedt2017-06-202-16/+15
* Gio::PollableInputStream, PollableOutputStream: Fix a commentKjell Ahlstedt2017-06-182-10/+10
* Gio::CharsetConverter: Implement the Gio::Initable interfaceKjell Ahlstedt2017-06-182-4/+9
* Gio::Application: Remove local class ExtraApplicationDataKjell Ahlstedt2017-06-162-94/+71
* Gio::Application::OptionType: Make it an enum classKjell Ahlstedt2017-06-151-17/+19
* Glib::Value_Flags<>: static_cast to correct typeKjell Ahlstedt2017-06-151-1/+1
* Use _WRAP_ENUM for Gio::DBus::Message::ByteOrderKjell Ahlstedt2017-06-132-10/+3
* Regenerate gio_enums.defsKjell Ahlstedt2017-06-131-1/+9
* gmmproc: Fix _WRAP_ENUM for enumerators with apostrophesKjell Ahlstedt2017-06-132-16/+31
* Glib::OptionEntry: Use _WRAP_ENUM for Glib::OptionEntry::FlagsKjell Ahlstedt2017-06-127-35/+34
* Glib::NodeTree: Use _WRAP_ENUM for Glib::NodeTree::TraverseTypeKjell Ahlstedt2017-06-122-16/+14
* Fix documentation of enum Glib::IOConditionKjell Ahlstedt2017-06-121-3/+4
* Remove redundant documentation of enum Glib::FileError::CodeKjell Ahlstedt2017-06-121-139/+72
* gmmproc, _WRAP_ENUM: Add optional CONV_TO_INT parameterKjell Ahlstedt2017-06-113-60/+82
* Variant: Use own get_n_children() instead of C APIDaniel Boles2017-05-292-13/+7
* 2.53.22.53.2Murray Cumming2017-05-262-2/+36
* Variant: Avoid unused declaration warnings.Murray Cumming2017-05-261-2/+2
* tests: Avoid an unused function warnings from G_DECLARE_INTERFACE().Murray Cumming2017-05-261-0/+7
* Gio::UnixSocketAddress::create(): Remove a default valueKjell Ahlstedt2017-05-181-2/+1
* Gio::DBus::Proxy: Wrap call() and call_sync() methods. Bug 781818Vyacheslav Yurkov2017-05-123-189/+117
* ConstructParams: Do not increment allocation size twiceDaniel Elstner2017-05-091-2/+3
* Glib, Gio: Update documentation of in-class enumsKjell Ahlstedt2017-05-082-16/+55
* convert_base.m4: More use of static_cast<>.Murray Cumming2017-05-071-6/+6