Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-22REQUIRE does not compile when operator== in different namespace #443 . (#468)Navin P
2021-02-02version 2.4.52.4.5Viktor Kirilov
2021-02-02fixing clang buildsViktor Kirilov
2021-02-02officially supporting 'none' as sorting of test casesViktor Kirilov
2021-02-02Fix compilation on case-sensitive filesystems (#463)Jan Niklas Hasse
2021-02-02added the no_output decorator and also fixed a bug with the recently introduc...Viktor Kirilov
2020-12-25fixed build finally - turns out cl.exe behaves differently on GitHub Actions ...Viktor Kirilov
2020-12-25probably fixed the build entirely?Viktor Kirilov
2020-12-25fixing MSVC buildViktor Kirilov
2020-12-25fixing clang buildViktor Kirilov
2020-12-25version 2.4.4Viktor Kirilov
2020-12-25added the example code from issue #436Viktor Kirilov
2020-12-16version 2.4.32.4.3Viktor Kirilov
2020-12-15version 2.4.2onqtam
2020-12-15fixed builds on the CI by simplifying the examples by avoiding the problemati...Viktor Kirilov
2020-12-15switched from using the << operator to the comma operator for all logging - t...Viktor Kirilov
2020-12-15log contexts for failures in JUnit reporter (#442)runave
2020-11-04fixed build - forgot to update output from the version test2.4.1Viktor Kirilov
2020-11-04Enum support (fix for Issue #121) (#429)jkriegshauser
2020-11-04small fixes after merging #418 - also relates #413Viktor Kirilov
2020-10-29Initial MPI unit tests implementation (#418)BerengerBerthoul
2020-09-06summary: align even large values #402 (#403)Nick Black
2020-06-27version 2.4.0onqtam
2020-06-27a functional version of a JUnit reporter! closes #376 and closes #318 - thank...onqtam
2020-05-17version 2.3.82.3.8onqtam
2020-05-17fixed #215 fixed #125 relates #364 - printing the deepest subcase stack reach...onqtam
2020-02-24fixed build......... subcases.cpp(142): warning C5032: detected #pragma warni...onqtam
2020-02-24fixed windows build...onqtam
2020-02-24vecrion 2.3.7onqtam
2020-02-24subcases can have generated names and even be in loops! relates #328onqtam
2020-02-24Fix GitHub CI and add GitHub build badges (#336) - closes #334Clare Macrae
2019-12-17version 2.3.6onqtam
2019-12-17fixed #320onqtam
2019-12-17include windows.h in cmall caps to silence clang nonportable warnings (#313) ...suoniq
2019-12-17fixed #306onqtam
2019-09-22version 2.3.5onqtam
2019-09-22reporting the current subcase if an exception is thrown - fixed #136onqtam
2019-09-22fixed #282onqtam
2019-09-22implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WIT...onqtam
2019-09-22Fix typos and misspellings found by codespell. (#292)warmsocks
2019-09-22Add -order-by=name to filter_2 test. (#288)Daan De Meyer
2019-09-22Add support for compiling with clang-cl. (#286)Daan De Meyer
2019-09-22fixed #278 - added test_case_reenter() to the IReporter interface so users ca...Viktor Kirilov
2019-08-12version 2.3.4onqtam
2019-08-11fixed #257 - listeners can be registered with REGISTER_LISTENER and all regis...Viktor Kirilov
2019-08-11Fixes to the documentation + forcing C++11 for AppleClang - to rework later.Claus Klein
2019-08-11Fix #253 (#254)Daan De Meyer
2019-07-06fixes unrelated to code (added funding badge, fixed some comments)Viktor Kirilov
2019-06-02version 2.3.3onqtam
2019-06-02fixed #238 - moved from an anonymous lambda to a call to a helper where the p...onqtam