summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into glibmm-gir-gmmprocglibmm-gir-gmmprocMarcin Kolny2015-08-08293-19479/+23024
|\
| * Glib::RefPtr: minor release() improvements.Marcin Kolny2015-08-071-1/+6
| * Visual Studio Projects: Update to 2013Chun-wei Fan2015-08-0523-79/+91
| * RefPtr: move assignment operator: Use swap().Murray Cumming2015-08-011-9/+3
| * Remove unnecessary _IGNORE()Kjell Ahlstedt2015-07-305-18/+0
| * Regenerate gio_methods.defs, glib_functions.defs, gobject_functions.defsKjell Ahlstedt2015-07-303-316/+6
| * tools/gen_scripts: Don't read private.h filesKjell Ahlstedt2015-07-304-8/+16
| * Remove gio/src/gio_unix_functions.defsKjell Ahlstedt2015-07-303-727/+0
| * generate_wrap_init.pl: Allow to use nested namespaces for whole module.Marcin Kolny2015-07-301-1/+1
| * tests/glibmm_refptr: Add simpler tests for move constructor/operator=.Murray Cumming2015-07-281-1/+28
| * tests/glibmm_refptr: Slight improvement.Murray Cumming2015-07-281-1/+1
| * Glib::RefPtr: add missing constructor and assignment operatorMarcin Kolny2015-07-272-0/+63
| * Glib::RefPtr: add "release()" methodMarcin Kolny2015-07-271-0/+15
| * tests/glibmm_refptr: Correct the move constructor test.Murray Cumming2015-07-271-2/+2
| * Add tests/glibmm_refptr.Murray Cumming2015-07-272-0/+217
| * tls_client test: Use gnome.org instead of google.orgMurray Cumming2015-07-271-1/+1
| * Correct a comment.Murray Cumming2015-07-271-1/+0
| * Update glib_enums.defs.patch, add gio_enums.defs.patchKjell Ahlstedt2015-07-242-21/+20
| * Update scripts that generate .defs filesKjell Ahlstedt2015-07-244-18/+122
| * 2.45.412.45.41Murray Cumming2015-07-242-1/+10
| * Revert "Glib::List_Iterator (and similar): Deprecate via ifdef."Murray Cumming2015-07-241-4/+0
| * HelperList: Don't use ifndef GLIBMM_DISABLE_DEPRECATED around this.Murray Cumming2015-07-241-2/+6
| * test_scripts/testheaders.sh: Add -std=c++11 in the g++ commandsKjell Ahlstedt2015-07-231-2/+2
| * gmmproc: Improve processing of documentationKjell Ahlstedt2015-07-232-28/+127
| * 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