summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* C++11: .hg\.ccg files: Replace more typedefs with using.glibmm-2-48Murray Cumming2016-03-316-12/+12
* 2.48.12.48.1Murray Cumming2016-03-312-1/+9
* C++11: gmmproc: Use using instead of typedef.Murray Cumming2016-03-3112-41/+41
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-3142-309/+309
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-3141-122/+122
* NEWS: Actually mention 2.48.0Murray Cumming2016-03-311-0/+4
* Move thread_local check into a GLIBMM_CXX_* macro, like other checks.Murray Cumming2016-03-284-18/+34
* Build: Use Threads::Private hen thread_local keyword is not supported.Tom Schoonjans2016-03-283-0/+54
* 2.48.02.48.0Murray Cumming2016-03-281-2/+2
* Regenerate docs.xml files.Murray Cumming2016-03-282-5/+6
* Regenerate gio .defs.Murray Cumming2016-03-281-0/+3
* 2.47.922.47.92Murray Cumming2016-03-182-3/+24
* Require the latest libsigc++-2.0.Murray Cumming2016-03-111-1/+1
* Fix "make check" after sigc::mem_fun(pointer,func) was deprecatedKjell Ahlstedt2016-03-101-2/+2
* generate_extra_defs: Check for deprecated signals and propertiesKjell Ahlstedt2016-03-101-2/+6
* gmmproc: Check if signals and properties are deprecated appropriatelyKjell Ahlstedt2016-03-104-12/+68
* Use std::ref instead of sigc::ref.Murray Cumming2016-03-081-9/+9
* Fix a tiny typo in a comment.Murray Cumming2016-03-081-1/+1
* Correct bad uses of sigc::bind<1>.Murray Cumming2016-03-082-2/+2
* MSVC builds: Look for includes in include/gio-win32-2.0Chun-wei Fan2016-03-071-1/+1
* 2.47.62.47.6Murray Cumming2016-03-012-2/+56
* Regenerate docs.xml files.Murray Cumming2016-02-292-15/+1124
* Regenerate gio .defs.Murray Cumming2016-02-292-1/+305
* 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