Skip to content

v35

Compare
Choose a tag to compare
@rollbear rollbear released this 24 Sep 14:24
  • Improvements to documentation. Thanks to:

    Robert Dailey [email protected]
    Yuri Timenkov [email protected]
    Viatorus [email protected]

  • Improved DocTest integration. Thanks to:

    Cristian Morales Vega [email protected]

  • CMakeLists.txt honours CMAKE_INSTALL_LIBDIR. Thanks to:

    Cristian Morales Vega [email protected]

  • Partially fixed issue 155, where an unfulfilled expectation, when
    built with the default throwing reporter, terminated without a
    message when compiled with gcc and optimization. With the partial
    fix the program still terminates, but with the correct violation
    message displayed.

  • Fixed issue 157 where it was impossible to place an expectation on a
    reference to a non-copyable type. This fix also resolved a number of
    problems with older compilers. See docs/Backward.md for details.

  • Fixed clang-tidy warning, misc-non-private-member-variables-in-classes
    that leaks into application code from the Trompeloeil header.