Skip to content

FCL 0.7.0

Latest
Compare
Choose a tag to compare
@scpeters scpeters released this 10 Sep 03:47
· 7 commits to master since this release
df2702c

This release adds the following breaking changes as well as other features and bug fixes documented in the Changelog

  • Breaking changes

    • Macros FCL_SUPPRESS_MAYBE_UNINITIALIZED_BEGIN and FCL_SUPPRESS_MAYBE_UNINITIALIZED_END defined in fcl/common/warning.h have been removed:
      #489
    • Require CMake 3.10:
      #506
    • Check SSE support and enable SSE if support is found:
      #506
      #514