RMF 1.4 release
- RMF now requires a C++11 compiler and SWIG 3 (or later) to build. Most recent compilers should support C++11, such as gcc, clang or MS Visual Studio 2012 or later. Various macro and header workarounds for pre-C++11 environments are thus no longer needed and are deprecated:
RMF_FINAL
,RMF_OVERRIDE
, andRMF_FOREACH
. - Build fixes for latest log4cxx, in C++17 mode, or with newer versions of gcc.