doctest v2.3.6 Release Notes

Release Date: 2019-12-16 // over 4 years ago
  • โœ… Full Changelog

    Closed issues:

    • ๐Ÿ”— Link problem w/ BUILD=Release if MESSAGE() with std::string/ostream-operator is used #316
    • โœ… the FAQ about difference to Catch2 is missing tags #315
    • ๐Ÿ include Windows.h in small caps to silence clang warnings #312
    • โœ… Mistake in generator with lgtm error #311
    • CMake: cannot install target doctest_with_main #310
    • [bug] INFO() and CAPTURE() cannot compile using MSVC when used with DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL #306
    • โœ… Skip subcase #304
    • โœ… Does some equivalent features from google test exist here? #300
    • โœ… How to use doctest in dll only(without main.cpp and .exe) #299
    • โœ… Warning: C26812: The enum type 'doctest::assertType::Enum' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). #298
    • test executable_dll_and_plugin fails on Linux, GCC 8.1.0, -fsanitize=address #201

    ๐Ÿ”€ Merged pull requests:

    • Fixed missing ostream include for MacOS when defining DOCTEST_CONFIG_โ€ฆ #314 (NKTomHaygarth)
    • ๐Ÿ include windows.h in cmall caps to silence clang nonportable warnings #313 (suoniq)
    • โž• Add .editorconfig file. #301 (DaanDeMeyer)
    • โž• Add Github Actions CI #285 (DaanDeMeyer)