All Versions
34
Latest Version
Avg Release Cycle
50 days
Latest Release
119 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.0
March 23, 2019Closed issues:
- ๐ฆ Compilation with emscripten fails by default because of signal handling #207
- โ Compilation fails with cl.exe /Zc:wchar_t- #206
- โ Parallel invocation of doctest's own testsuite via CTest fails #202
- โ Get the number of passed/failed tests in the code #200
- โ Tests alongside code with multiple executables #199
- โ Cppcheck 1.86 warnings #198
- โ Compiling as Dll maybe is wrong #196
- โ Forward-declaring identifiers in std:: is UB - consider including some of the cheaper C/C++ stdlib headers #194
- โ QtCreator + clang warning about operator << precedence #191
- โ run test fixture from cli #190
- โ Installing doctest using cmake and make fails on Ubuntu 16.04 (C++11 is not used) #189
- โ c++17 requirement for testing private members #188
- โ [feature request] implement a user-extendable reporter system #138
- โ Same test runs multiple times when written in a header and included with different unnormalized paths #45
๐ Merged pull requests:
- โ Fix unmatched bracket in DOCTEST_TEST_CASE_CLASS #204 (patstew)
- โ Template apply #203 (zhihaoy)
- โ No undefined behavior per C++ standard in detecting endianness. #195 (dimztimz)
- Fix propagating include directories of target doctest_with_main #193 (dimztimz)
- ๐ Move single header to a separate folder #187 (dimztimz)
- ๐ Fix Clang format to handle C++11 #186 (dimztimz)
- โ Rename doctest_impl.h to doctest.cpp for less confusion. #185 (dimztimz)
-
v2.2.3
February 10, 2019Closed issues:
-
v2.2.2
January 28, 2019Closed issues:
- โ Add way to override getCurrentTicks() implementation #178
- ๐ฆ Wrap <csignal> include with ifdef #177
- โ How to stop doctest hijack unhandled exceptions? #176
- ๐ Change the include path of the
doctest
CMake interface target so users need to specify the folder as well #175 - โฌ๏ธ Reduce scope of DebugOutputWindowReporter instance #174
- โ Can logging (INFO) be used in helper class outside of TEST_CASE? #169
๐ Merged pull requests:
-
v2.2.1
January 15, 2019Closed issues:
-
v2.2.0
December 05, 2018Closed issues:
-
v2.1.0
November 30, 2018Closed 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:
-
v2.0.0
August 23, 2018Closed issues:
- โ MSVC 2017 15.8.1, New Warnings as Errors #144
- ๐ Windows clang-cl Wdeprecated-declarations warnings #143
- โ Logo Proposal for Doctest #141
- โ PCH Support #140
- ๐ improve compile times even further #139
- ๐ !!! BREAKING CHANGE !!! - Move to C++11 for next version of the library #137
- โ getCurrentTicks producing warning on MinGW #133
- โ [enhancement] Add support for "stand-alone assertions". #114
๐ Merged pull requests:
-
v1.2.9
May 10, 2018Closed 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:
-
v1.2.8
March 10, 2018