All Versions
48
Latest Version
Avg Release Cycle
112 days
Latest Release
57 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.0.1 Changes
October 24, 2018 -
v2.0.0 Changes
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 Changes
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 Changes
March 10, 2018 -
v1.2.7 Changes
February 06, 2018Closed issues:
- ✅ MSan has runtime error: unsigned integer overflow #116
- ✅ clang-tidy warning about cert-err58-cpp #115
- 🔗 Linking errors #113
- ✅ inlining function defs #111
- ✅ Nullptr issue. #110
- ✅ MemorySanitizer: use-of-uninitialized-value #109
- 🏗 Potential memory leak through scan-build #108
- ✅ Warnings raised to error with latest MSVC version #107
- 🆕 New solution for tests in static libraries ! (MSVC) #106
- ✅ Command line flags do not work after code formatter/beautifier #104
- ✅ Cppcheck 1.81 warnings #102
🔀 Merged pull requests:
-
v1.2.6 Changes
October 29, 2017 -
v1.2.5 Changes
October 06, 2017 -
v1.2.4 Changes
September 20, 2017 -
v1.2.3 Changes
September 11, 2017Closed issues:
-
v1.2.2 Changes
September 05, 2017Closed issues:
- ✅ [question] Differences between doctest and googletest (gtest) for uninitialised local variables in test cases #86
- !!! BREAKING CHANGE !!! - remove the custom implementation of std::is_constructible and optionally use the <type_traits> header because of infinite template recursion issues with GCC #85
- ✅ Static Analysis results of doctest #83
- !!! BREAKING CHANGE !!! - catch exceptions as const reference in <LEVEL>_THROWS_AS #81
- ✅ doctest implementation as static library #77
- ✅ Provide some easy way to compare structs containing float/doubles #73
🔀 Merged pull requests:
- ➕ Add support for templated scenarios #87 (Lectem)
- ✅ Prefer if(MSVC) in CMakeLists.txt. #84 (martinmoene)
- ✅ catch throw_as exception as const reference #82 (a4z)
- Added doctest_with_main static lib #78 (ymadzhunkov)