doctest v1.2.9 Release Notes

Release Date: 2018-05-10 // almost 6 years ago
  • โœ… Full Changelog

    Closed issues:

    • โœ… GCC 8.0 std::uncaught_exception() is deprecated #130
    • ๐Ÿง Signal stack size too small on Linux #129
    • ๐Ÿ‘Œ Support Intel Compiler #128
    • โœ… Please add support for MSVC 2005 #127
    • ๐Ÿ— scan-build report "Dereference of null pointer" for function wildcmp #124
    • โœ… !!! BREAKING CHANGE (console output only) !!! - Emulate the error/warning format emitted by native compiler gcc/clang/msvc when printing test failures in the log #123
    • ๐Ÿ— ARM builds: FTBFS on armhf - error: cast from 'const char*' to 'const #118

    ๐Ÿ”€ Merged pull requests:

    • โœ… Exclude Intel from GCC compiler check #132 (smcallis)
    • ๐Ÿ›  Fix deprecated-declarations warning with GCC-8.0 #131 (AMS21)