Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 05:34
2a54301

This much anticipated and long overdue release brings a number of enhancements and bug fixes, mainly:

  • Allowed auto-deducing signature in MOCK_METHOD_(NON_)CONST
  • Replaced Boost facilities with std:: equivalents where existing in C++14
  • Removed MOCK_*_TPL as they are no longer required, use the non _TPL variant even for templates
  • Added MOCK_PROTECT_SIGNATURE to pass function signatures with commas in the return type
  • Removed support for protecting function signatures via BOOST_IDENTITY_TYPE, use MOCK_PROTECT_SIGNATURE instead
  • Added support for unlimited number of arguments and sequences making MOCK_MAX_ARGS and MOCK_MAX_SEQUENCES superfluous

C++14 is now a requirement !

Full Changelog: v1.3.2...v2.0.0
Documentation: http://turtle.sf.net