Skip to content

RMF 1.4 release

Compare
Choose a tag to compare
@benmwebb benmwebb released this 11 Mar 02:07
· 98 commits to develop since this release
1.4
  • 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, and RMF_FOREACH.
  • Build fixes for latest log4cxx, in C++17 mode, or with newer versions of gcc.