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 (Collapse)Author
2022-01-13Feature: Better NaN (#584)Stefan
* matcher-like nan check * Remove superfluous extern template declarations * Add explicit template parameters * Correct template instantiation * Fix test includes * class -> struct * Correctly instantiate * Oops * Try fix interface * Add MinGW exception * Add info regarding interface decl and def * Adjust docs * Remove accidental paste in comment * Remove redundant macro definition
2022-01-11Nan check (#582)Stefan
* CHECK_NAN (Resolves #105) * Fix helper macro * Include correct test header * Move definitions to cpp file * Extern declaration and exception fix * Fix more warnings * Warning suppression * Add NaN checking docs * Improved wording
2020-09-06summary: align even large values #402 (#403)Nick Black
2018-12-05fixes #166 and fixes #167 - TODO: update benchmarks pageonqtam
2018-08-23moved to nullptr, removed c++98-compat warning suppressions for clang (also ↵onqtam
long-long and 0 as null for gcc/clang)
2018-08-23hopefully fixing builds...onqtam
2018-08-23fixing builds... relates #114onqtam
2018-08-23polished the feature for allowing the use of asserts outside of a testing ↵onqtam
context (also example and docs) - relates #114