doctest v2.4.1 Release Notes
Release Date: 2020-11-04 // 4 months ago-
Closed issues:
- ๐ Avoid old C-style casts #424
- โ Segfault in unwind #422
- โ Inspect exception with gdb #421
- โ use-of-uninitialized-value #414
- ๐ Support unit tests with MPI #413
- ๐ง Break into debugger support is missing for Linux #411
- โ What if built doctest as static library instead of header-only #408
- โ [Question] How to get test case name #407
- โ create extensions header for optional features requiring more std includes or newer C++ features #405
- โ tests/asserts summary lines are misaligned when counts exceed 999999 #402
- โ Call to 'ne' is ambiguous -- with solution #395
- โ Intermittent Segfaults #391
- โ Junit classname #390
- โ Add default printers for enums #121
๐ Merged pull requests:
- โ Enum support (fix for Issue #121) #429 (jkriegshauser)
- ๐ Support Clang 3.4 #428 (AlexanderLanin)
- ๐ Silence remarks on old C-style casts #425 (UnePierre)
- ๐ Initial MPI unit tests implementation #418 (BerengerBerthoul)
- Add JUNIT_OUTPUT_DIR option to doctest_discover_tests #417 (Tradias)
- โ Add option to build with std headers. #416 (avostrik)
- ๐ง Port Catch2 break into debugger for Linux. closes #411 #412 (mikezackles)
- โ summary: align even large values #402 #403 (dankamongmen)
- โ Add breakpoint inline assembly for the Apple Silicon macOS. #400 (bruvzg)
- ๐ fix google's death test URI in roadmap #393 (ashutosh108)
Previous changes from v2.4.0
-
Closed issues:
- โ Count points based on the number of passed/failed cases? #386
- โ How to understand "#data_array" in std::string? #383
- โ crash: doctest with custom allocator #382
- ๐ Feature Request: format PRIVATE/PUBLIC/INTERFACE entries with constant indentation #378
- โ JUnit Reporter for Doctest #376
- โ Avoiding Feature Bloat #374
- โ StringMaker<wchar_t> fail to compile with C++20 enabled (GCC) #357
- doctest_discover_tests and FetchContent_Declare #351
- โ Junit reporter #318
๐ Merged pull requests:
- โ Add a note that doctest can be installed through Homebrew #388 (cameronwhite)
- provide alternative implementation of has_insertion_operator for C++20 #387 (lukaszgemborowski)
- ๐ Fix issue template to mention doctest #380 (nyanpasu64)