summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* manual refactor target: Error if clang-format is not available.Murray Cumming2016-02-272-1/+6
* Rearrange some multiline comments.Murray Cumming2016-02-274-9/+12
* Run clang-format on the .ccg files.Murray Cumming2016-02-26116-5113/+4451
* Run clang-format on the include-all headers.Murray Cumming2016-02-262-12/+14
* Re-run clang-format on some files.Murray Cumming2016-02-2615-38/+39
* clang-format: unset AlignTrailingComments.Murray Cumming2016-02-261-0/+1
* 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 gio .cc files.Murray Cumming2016-02-264-66/+84
* Run clang-format on gio .h files.Murray Cumming2016-02-265-22/+16
* clang-format: Disable SortIncludes.Murray Cumming2016-02-261-0/+1
* Run clang-format on gendef.ccMurray Cumming2016-02-261-35/+45
* Run clang-format on tools/Murray Cumming2016-02-264-214/+166
* Run clang-format on tests.Murray Cumming2016-02-2631-833/+810
* Run clang-format on the examples.Murray Cumming2016-02-2621-1305/+1276
* Run clang-format on the *_p.h files.Murray Cumming2016-02-262-7/+4
* Makefile.am: Added a manual reformat target, to use clang-format.Murray Cumming2016-02-262-0/+6
* Added a format file for clang-format.Murray Cumming2016-02-261-0/+12
* gmmproc: Fix errthrow in _WRAP_VFUNCKjell Ahlstedt2016-02-251-17/+25
* Gio::SocketConnectable: Add to_string()Kjell Ahlstedt2016-02-181-3/+2
* Gio::Icon: Add serialize(), deserialize() and documentation of create()Kjell Ahlstedt2016-02-181-5/+25
* gmmproc: _MEMBER_GET: Remove extra spaces, indenting and trailing.Murray Cumming2016-02-111-24/+24
* Gio::FileInfo::list_attributes(): Make name_space optional.Murray Cumming2016-02-101-1/+1
* Use MM_AX_CXX_COMPILE_STDCXX() instead of MM_AX_CXX_COMPILE_STDCXX_11().Murray Cumming2016-02-061-2/+2
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-0514-28/+28
* C++11: Use initializer list instead of push_back() for initial single item.Murray Cumming2016-02-052-13/+6
* DBus::Connection: Pass an empty bus name as nullptrKjell Ahlstedt2016-02-042-20/+15
* gmmproc: Add NULL option to _WRAP_METHODKjell Ahlstedt2016-02-042-6/+22
* 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-217-86/+141
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-219-111/+97
* Add Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-0/+9
* Threads example: Fix build on Visual StudioChun-wei Fan2016-01-201-0/+5
* 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
* fix the buildMurray Cumming2016-01-185-7/+7
* Regenerate .docs.xml files.Murray Cumming2016-01-182-10/+57
* Regenerate .defs files.Murray Cumming2016-01-181-0/+6
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-1813-84/+112
* Glib::ustring: Add move operatorsKjell Ahlstedt2016-01-142-6/+49
* h2def.py: Accept parameter names beginning with constKjell Ahlstedt2016-01-111-1/+1
* Put deprecation ifdefs around GLIBMM_INITIALIZE_STRUCT.Murray Cumming2016-01-071-2/+7
* C++11: Replace virtual keyword with override keyword on destructors.Murray Cumming2015-12-246-8/+8
* example: Remove unnecessary virtual keywords on destructors.Murray Cumming2015-12-242-3/+3
* C++11: gmmproc: GObject/GInterface: Use override on destructor.Murray Cumming2015-12-242-2/+2
* 2.47.42.47.4Murray Cumming2015-12-182-2/+20
* Glib::ustring: Don't allow comparison to 0Kjell Ahlstedt2015-12-111-0/+18