2015-07-20 Murray Cumming Add -Wformat-security to --enable-warnings=fatal. Because we use it in glibmm too. No code changes were necessary. 2015-07-20 Murray Cumming Fix the build with -Wshadow. And add this warning to --enable-warnings=fatal. 2015-07-20 Murray Cumming C++11: More use of auto. 2015-07-20 Murray Cumming C++11: Some use of range-based for loops. 2015-07-20 Murray Cumming C++11: Use auto. 2015-07-20 Murray Cumming C++11: NonCopyable: Use = delete instead of private. 2015-07-19 Murray Cumming C++11: Use nullptr instead of 0. 2015-07-19 Murray Cumming C++11: Replace throw() with noexcept. 2015-07-19 Murray Cumming C++11: Use the override keyword. 2015-07-19 Murray Cumming Docs: Correct odd use of "herited" word. 2015-07-19 Kjell Ahlstedt Require C++11 * configure.ac: Use MM_AX_CXX_COMPILE_STDCXX_11 from mm-common to check for compiler support for C++11 and use it (-std=c++11 for current versions of g++). Among other reasons, this is because libsigc++ and glibmm now require C++11, and gmmproc generates C++11 code.