summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.45.402.45.40Murray Cumming2015-07-222-2/+2
* 2.45.4Murray Cumming2015-07-222-2/+22
* Gio::Application: Add the shutdown signal.Murray Cumming2015-07-191-0/+4
* C++11: Replace throw() with noexcept.Murray Cumming2015-07-196-6/+6
* Glib::RefPtr: Move assignment operator: Unref the previous object.Murray Cumming2015-07-191-0/+9
* RefPtr: Add move constructor and move assignment operator.Murray Cumming2015-07-181-0/+23
* RefPtr<>: Don't mention RefPtr<T_CppObject> when just RefPtr is allowed.Murray Cumming2015-07-181-22/+22
* C++11: Use = delete instead of private to make classes noncopyable.Murray Cumming2015-07-1815-84/+89
* Glib::List_Iterator (and similar): Deprecate via ifdef.Murray Cumming2015-07-171-0/+4
* IOChannel: Documentation: Mark vfuncs as deprecated.Murray Cumming2015-07-171-9/+31
* C++11: Use of the override keyword.Murray Cumming2015-07-173-8/+8
* C++11: Use nullptr.Murray Cumming2015-07-1678-394/+394
* 2.45.312.45.31Murray Cumming2015-07-152-3/+3
* 2.45.31Murray Cumming2015-07-152-1/+22
* Regenerated glib _docs.xmlMurray Cumming2015-07-151-0/+117
* Regenerate glib_functions.defs.Murray Cumming2015-07-151-0/+45
* Regenerate gio _docs.xmlMurray Cumming2015-07-151-18/+1067
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-1524-75/+75
* C++11: More use of auto.Murray Cumming2015-07-158-44/+44
* C++11: More uses of range-based for.Murray Cumming2015-07-155-27/+19
* Examples: OptionGroup: Make the args public again to fix the build.Murray Cumming2015-07-151-0/+1
* examples: Avoid more shadowed variables.Murray Cumming2015-07-154-9/+9
* C++11: gmmproc: Use of auto in generated files.Murray Cumming2015-07-159-31/+31
* C++11: Some use of the auto keyword.Murray Cumming2015-07-1554-287/+287
* Avoid shadowed variables.Murray Cumming2015-07-1513-54/+51
* configure.ac: Use -Wsuggest-override and -Wshadow with --enable-warnings=fatal.Murray Cumming2015-07-151-1/+1
* C++11: Use the override keyword.Murray Cumming2015-07-153-11/+12
* configure.ac: Use MM_AX_CXX_COMPILE_STDCXX_11 from mm-common.Murray Cumming2015-07-142-169/+1
* C++11: examples: more use of auto.Murray Cumming2015-07-0913-54/+43
* C++11: examples: Use nullptr.Murray Cumming2015-07-095-13/+13
* C++11: examples: No need for > > now.Murray Cumming2015-07-092-2/+2
* C++11: Use range-based for loops.Murray Cumming2015-07-095-19/+18
* C++11: _CLASS_BOXEDTYPE: Generate move constructors and assignment operators.Murray Cumming2015-07-091-0/+17
* Require C++11.Murray Cumming2015-07-092-0/+170
* Glib::HelperList: fix iterator check in operator[]Maks Naumov2015-07-091-1/+1
* gmmproc: _WRAP_SIGNAL: Accept apostrophes in a preceding commentKjell Ahlstedt2015-07-021-0/+3
* 2.45.32.45.3Murray Cumming2015-06-302-2/+21
* SArray: Deprecate this and remove ifdef0-ed code.Murray Cumming2015-06-292-134/+7
* ArrayHandle: Add a comment about removing this one day.Murray Cumming2015-06-291-0/+4
* HelperList: Deprecate this.Murray Cumming2015-06-291-0/+9
* tools/m4/list.m4: GP_LIST: Remove this because nothing uses it.Murray Cumming2015-06-292-233/+0
* Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource.Murray Cumming2015-06-2113-1/+314
* Regenerate gio .defs.Murray Cumming2015-06-213-49/+535
* Regenerate glib docs.xml.Murray Cumming2015-06-211-330/+255
* Regenerate glib method .defs.Murray Cumming2015-06-211-0/+12
* Don't disable more deprecation warnings than necessaryKjell Ahlstedt2015-06-1710-50/+2
* gmmproc: _WRAP_METHOD: Use G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONSKjell Ahlstedt2015-06-171-22/+25
* Glib::Thread: Don't disable more deprecation warnings than necessaryKjell Ahlstedt2015-06-171-10/+2
* 2.45.22.45.2Murray Cumming2015-06-082-1/+55
* docextract_to_xml.py: Minor fix in internal dataKjell Ahlstedt2015-06-042-3/+12