- 84c509b Remove accidental paste in comment by Salvage · 2 years, 10 months ago feature-better-nan
- fa5a915 Adjust docs by Stefan · 2 years, 10 months ago
- e431b9e Add info regarding interface decl and def by Salvage · 2 years, 10 months ago
- 4417d52 Add MinGW exception by Salvage · 2 years, 10 months ago
- 32a8ef4 Try fix interface by Salvage · 2 years, 10 months ago
- 3d6ae55 Oops by Salvage · 2 years, 10 months ago
- f47568a Correctly instantiate by Salvage · 2 years, 10 months ago
- e834d91 class -> struct by Salvage · 2 years, 10 months ago
- 2fc3d4e Fix test includes by Salvage · 2 years, 10 months ago
- 1d7d1b1 Correct template instantiation by Salvage · 2 years, 10 months ago
- 4ddb793 Add explicit template parameters by Salvage · 2 years, 10 months ago
- 2b2690a Remove superfluous extern template declarations by Salvage · 2 years, 10 months ago
- 245d4b2 matcher-like nan check by Salvage · 2 years, 10 months ago
- 66226dd Value returning assertions docs by Stefan · 2 years, 10 months ago
- e798deb Fix the hotfix: by Salvage · 2 years, 10 months ago
- 860904d Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE by Salvage · 2 years, 10 months ago
- aa120f0 #if !defined -> #ifndef by Salvage · 2 years, 10 months ago
- 2ef137d Ignore non-relevant paths for CI by Stefan · 2 years, 10 months ago
- e3e2127 Update conan recipe locations by Stefan · 2 years, 10 months ago
- 8acee4f Nan check (#582) by Stefan · 2 years, 10 months ago
- 23d3e5d Remove redundant PR CI run by Stefan · 2 years, 10 months ago
- 7b98851 version 2.4.8 by onqtam · 2 years, 10 months ago v2.4.8
- ea0c442 no longer looking for maintainers - @Saalvage has stepped up for the foreseeable future by onqtam · 2 years, 10 months ago
- 443c707 cleanup of travis & appveyor mentions from repo by onqtam · 2 years, 10 months ago
- ae27c0f removed unused variable by onqtam · 2 years, 10 months ago
- ff693f7 Continuous Integration Refactor (#580) by Stefan · 2 years, 10 months ago
- d62b8b2 semicolon enforcement now uses C++11 static_assert instead of a typedef (#578) by Stefan · 2 years, 10 months ago
- c6db85a added a new config DOCTEST_CONFIG_EVALUATE_ASSERTS_EVEN_WHEN_DISABLED because commit 06af20b9bbbceea87e2769bfcd9077051d1ce167 could have caused unintended changes for people using asserts in their production code together with CONFIG_DISABLE - suddenly whatever was in the asserts would have started being evaluated as a breaking change by onqtam · 2 years, 10 months ago
- 3dfb90d fixes after commit 06af20b9bbbceea87e2769bfcd9077051d1ce167 by onqtam · 2 years, 10 months ago
- 95a7853 Fix unused variable 2 (#576) by Stefan · 2 years, 10 months ago
- 06af20b comparison assertions now properly evaluate the expressions & return the result even when using DOCTEST_CONFIG_DISABLE - related to #426 and #496 by onqtam · 2 years, 10 months ago
- 22b312b more tabs to spaces converted by onqtam · 2 years, 10 months ago
- 803cbd1 tabs to spaces by onqtam · 2 years, 10 months ago
- 8989a65 Fix the thread-local string-stream by re-implementing it as a stack so that nested toString calls don't reuse the same one (#569) by Stefan · 2 years, 10 months ago
- 86d0e2e Alternative approach to Windows color initialization (#575) by Stefan · 2 years, 10 months ago
- 84d5efd fixed #570 , also trimmed roadmap by onqtam · 2 years, 10 months ago
- e84f16e Assertions returning booleans (#574) by Stefan · 2 years, 10 months ago
- fce9597 Add Universal Windows Platform support (#558) by Ilya Isaev · 2 years, 11 months ago
- 47fe022 small readme cleanup by onqtam · 2 years, 11 months ago
- 8ee3545 removed most references to onqtam and replaced with doctest - the github org by onqtam · 2 years, 11 months ago
- 367098b fixes after commit 02af672f0d3093157daecb55ce4e109ffaf2bc53 - as suggested by @rmisev here: https://github.com/doctest/doctest/issues/568#issuecomment-993612346 - closes #568 by onqtam · 2 years, 11 months ago
- eb5fd04 re-added appveyor build badges to readme - turns out doctest wasn't tested with MSVC 2015 in github actions... by onqtam · 2 years, 11 months ago
- 29240b0 removed old stuff which is irrelevant by now - captures now use lambdas instead of this smartassery by onqtam · 2 years, 11 months ago
- 466dcfb Clean up warning suppression a bit; Fixes #565 (#566) by Stefan · 2 years, 11 months ago
- b59552d for clang with libc++ always using std headers instead of forward declaring anything from std - hopefully fixing #126 and #356 at last by onqtam · 2 years, 11 months ago
- a384864 version 2.4.7 released by onqtam · 2 years, 11 months ago 2.4.7
- ad21bfc updated html docs (not sure if anyone uses them...) by onqtam · 2 years, 11 months ago
- a9c7291 updated release process by onqtam · 2 years, 11 months ago
- d86839c updated changelog after moving the repository by onqtam · 2 years, 11 months ago
- 602d665 small cleanup by onqtam · 2 years, 11 months ago
- a2062b7 update readme by onqtam · 2 years, 11 months ago
- 6762447 added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 by onqtam · 2 years, 11 months ago
- 6431c67 fix typo - related to 1fab21d77f48904014de35be58bb2ec6ab83f828 by onqtam · 2 years, 11 months ago
- 5e1bce9 Make String::operator+ non-member (#564) by Stefan · 2 years, 11 months ago
- d4a9163 added the no-version into the no-intro option by onqtam · 2 years, 11 months ago
- b0d41c9 implemented the no-intro option by popular demand - closing #181 #245 #342 by onqtam · 2 years, 11 months ago
- 22d5291 added the skipped attribute of test cases in the xml report - related to #320 by onqtam · 2 years, 11 months ago
- c86bae2 final touches on the readme by onqtam · 2 years, 11 months ago
- 4c447f8 some docs changes by onqtam · 2 years, 11 months ago
- 797e1e6 update readme by onqtam · 2 years, 11 months ago
- 82bbc24 readme cleanup by onqtam · 2 years, 11 months ago
- 5fe4ff9 some cleanup of notes by onqtam · 2 years, 11 months ago
- 8fb3fa1 removed wandbox scripts & link & replaced it with godbolt by onqtam · 2 years, 11 months ago
- ff1dfc3 removing artifacts after commit 20dbad670e1a6ebf52d3aa12d55c7784070a115d by onqtam · 2 years, 11 months ago
- 8f63ba4 Add -minimal flag (#562) by Stefan · 2 years, 11 months ago
- 02af672 Fixes Issues #476 and #495 by onqtam · 2 years, 11 months ago
- f0229ac removed unnecessary mutexes and clarified the use of subcases & threads in the docs - related to #486 by onqtam · 2 years, 11 months ago
- 146b63d Revert "temp way to resolve issues with NVCC & recursive substitutions of function template signatures - related to #522" by onqtam · 2 years, 11 months ago
- b0183da temp way to resolve issues with NVCC & recursive substitutions of function template signatures - related to #522 by onqtam · 2 years, 11 months ago
- 9a042a2 added cdecl to two function pointers under windows - fixed #500 by onqtam · 2 years, 11 months ago
- 4848028 added examples after merging the new quiet flag - PR #561 by onqtam · 2 years, 11 months ago
- 41dde10 Quiet flag (#561) by Stefan · 2 years, 11 months ago
- 9c56555 adding support for MSVC2015 out of the box - reimplemented PR #553 by onqtam · 2 years, 11 months ago
- f57ca29 fixup after merging #557 by onqtam · 2 years, 11 months ago
- 2dac720 Fix redefinition error while using double time DOCTEST_ANONYMOUS(DOCTEST_CAPTURE_) (#557) by Ilya Isaev · 2 years, 11 months ago
- af3cffa removed unnecessary code after merging #556 by onqtam · 2 years, 11 months ago
- 2097543 removing the gcc windows builds because they fail too much by onqtam · 3 years ago
- 969bd7f Fix error: missing initializer for member doctest::detail::TestSuite (#556) by Ilya Isaev · 2 years, 11 months ago
- e4c49f4 fixed #362 by onqtam · 3 years ago
- 965fe52 fixed #485 by onqtam · 3 years ago
- 42c589d added a small note in relation to #513 by onqtam · 3 years ago
- 720be21 fixed #539 - introduced DOCTEST_CONSTEXPR by onqtam · 3 years ago
- 7fcb9ae removed unused function - related to #550 by onqtam · 3 years ago
- 752ef83 removed dead link - related to #532 by onqtam · 3 years ago
- 99e04d2 added FAQ entry about using multiple source files - fixes #526 by onqtam · 3 years ago
- df320ac suppressed 1 warning by onqtam · 3 years ago
- e51b0ea removed dead link by onqtam · 3 years ago
- 5fc870c Spelling (#546) by Josh Soref · 3 years ago
- 3f811c6 Fix GitHub CI for Xcode 11.3 (#548) by Josh Soref · 3 years ago
- 2744a17 specifying working directory for execute_process (#518) by Philipp Bucher · 3 years ago
- 788d726 fix msvc build by onqtam · 3 years ago
- 05f3e3a fix... by onqtam · 3 years ago
- c26a484 removed code as suggested here: https://github.com/onqtam/doctest/pull/527#issuecomment-930592678 by onqtam · 3 years ago
- 60de223 Fixing issue with doctestAddTests.cmake (#527) by Jackson · 3 years ago
- d93fcfb no more reserved identifiers by onqtam · 3 years ago
- 6fb09d0 Fix reserved identifiers (#510) by ts826848 · 3 years ago
- 5bac4e2 regenerated doctest header by onqtam · 3 years ago
- 6de6ac1 Fix the logic that depends on optional copy elision optimization (#516) by Ivan Kochin · 3 years ago
- cf94eba Add a minimal bazel config (#497) by Trevor Elliott · 3 years ago
- 226dcf3 Fix 'ignoring return value' warning with gcc 9.3 - the same as #512 by onqtam · 3 years ago