2015-07-24 Murray Cumming <
[email protected]>
2.45.41
2015-07-24 Murray Cumming <
[email protected]>
Revert "Glib::List_Iterator (and similar): Deprecate via ifdef."
This reverts commit 05610cec2ccbc54f20fcc3e995e41649f21c5714.
See the commit in the previous commit about gtkmm-2.24. This is a
temporary act of kindness to Inkscape.
2015-07-24 Murray Cumming <
[email protected]>
HelperList: Don't use ifndef GLIBMM_DISABLE_DEPRECATED around this.
To avoid breaking the gtkmm-2.24 build with --enable-warnings=fatal,
and the build of apps that do this too.
However, those apps (Inkscape) need to stop using that ancient
deprecated version of gtkmm.
Bug #752797
2015-07-23 Kjell Ahlstedt <
[email protected]>
test_scripts/testheaders.sh: Add -std=c++11 in the g++ commands
2015-07-23 Kjell Ahlstedt <
[email protected]>
gmmproc: Improve processing of documentation
* tools/pm/Output.pm:
* tools/pm/DocsParser.pm: When a C++ parameter name differs from the
corresponding C parameter name, change the name in the documentation.
The translation of argument names works for _WRAP_METHOD() and _WRAP_SIGNAL().
Bug #752469