doctest v2.1.0 Release Notes

Release Date: 2018-11-30 // over 5 years ago
  • Full Changelog

    Closed issues:

    • ✅ doctest::String ctor with non-zero terminated string #165
    • ✅ thread_local is not supported on iOS 9.0 #164
    • ✅ Compiler error on Android NDK r18 #163
    • ✅ [question] One setup for multiple tests #160
    • ✅ clang unwanted warning in user code #156
    • ✅ Unsigned integer overflow in fileOrderComparator #151
    • 🚦 ThreadSanitizer: signal-unsafe call inside of a signal #147
    • Feature request: check for exception string (like Catch's CHECK_THROWS_WITH) #97

    🔀 Merged pull requests:

    • 🛠 Fixed build error under Android NDK #162 (tals)
    • ➕ Added clang-7 to travis build #161 (AMS21)
    • ✂ Remove clang-tidy warnings for static fields created by doctest #159 (rantasub)
    • ✅ Make it possible to change the command line options prefix #158 (tbleher)