- 51dfa49 Alternative approach to Windows color initialization by Salvage · 2 years, 10 months ago fix-unusued-variable
- 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
- 56c9796 Fix build with GCC 11 (#505) by Jan Kundrát · 3 years ago
- 41e0f4a minor fixes in MPI docs (#499) by Philipp Bucher · 3 years ago
- bc49167 Fixed intel compiler parser bug. Should fix #502 (#523) by BerengerBerthoul · 3 years ago
- 2083101 build(meson): use override_dependency if supported (#538) by Andrea Pappacoda · 3 years ago
- 3b5a41d Fix google death test URL (#528) by Emre Cilesiz · 3 years ago
- d33d1e8 Replace gendered pronouns (#525) by Michael Letterle · 3 years ago
- a597d6f Fix build with -Wunused-but-set-variable (#543) by Jan Kundrát · 3 years ago
- e48f139 fix typo by Viktor Kirilov · 3 years, 7 months ago
- ca3a555 updated docs after merging #493 by Viktor Kirilov · 3 years, 7 months ago
- 829125a regenerated the single header by Viktor Kirilov · 3 years, 7 months ago
- 09a9408 Handle escaped commas in parsed arguments (#493) by friendlyanon · 3 years, 7 months ago
- f3177d0 Set variable to 0 if not set (#490) by Shiv Upadhyay · 3 years, 7 months ago
- 4d8716f changelog for 2.4.6 by onqtam · 3 years, 7 months ago 2.4.6
- 3ae3206 version 2.4.6 by Viktor Kirilov · 3 years, 7 months ago
- dc84e40 using DOCTEST_NOEXCEPT instead of noexcept by Viktor Kirilov · 3 years, 7 months ago
- 4e5a0b3 fixed MSVC 2015 build by Viktor Kirilov · 3 years, 8 months ago
- 07e0e49 fixed MSVC 2015 builds - they were broken since merging PR #480 by Viktor Kirilov · 3 years, 8 months ago
- 099d541 fixed #473 - SIGSTKSZ is no longer a constant in glibc 2.34+ so now the alternative stack memory is always dinamically allocated (even for older glibc versions where SIGSTKSZ is still a constant) by Viktor Kirilov · 3 years, 8 months ago
- 39323eb fixing the clang 3.5 build... by Viktor Kirilov · 3 years, 8 months ago
- 62855a1 moving the implementation of declval into the detail namespace inside doctest - this is a fixup after merging #468 by Viktor Kirilov · 3 years, 8 months ago
- e38428f fixing gcc 4.8 & 4.9 builds after merging #471 by Viktor Kirilov · 3 years, 8 months ago
- 7a01409 fixing clang 3.5 build after merging PR #468 by Viktor Kirilov · 3 years, 8 months ago
- 318e1df REQUIRE does not compile when operator== in different namespace #443 . (#468) by Navin P · 3 years, 8 months ago
- 3bfbed3 fixed #465 - doctest now compiles on WinRT by Viktor Kirilov · 3 years, 8 months ago
- ea810de Initialize TestSuite variables (#471) by Nathan Reed · 3 years, 8 months ago
- 5835197 Only use std::uncaught_exceptions on macos 10.12 or above (#478) by Sam Windell · 3 years, 8 months ago
- fc33d66 Improve speed with attached debugger (Windows) (#482) by Paul Groke · 3 years, 8 months ago
- 9be3b7c Convert to bool by casting, rather than double negation (#480) by sarah · 3 years, 8 months ago
- b0b87e0 moved a function out of an anonymous namespace and into doctest::detail - so that it can be forward delcared and the list of test cases can be obtained by users - related to #184 and #479 by Viktor Kirilov · 3 years, 8 months ago
- 680d044 Automatically add TEST_SUITE labels to discovered tests which map to the test suites of the test cases (#464) by Shiv Upadhyay · 3 years, 9 months ago
- 47e7117 fixed INFO() when used in the scope of an if() without a {} block (however this requires that the capturing lambda is also copied by value inside of ContextScope, but that shouldn't be a problem) - fixed #469 by Viktor Kirilov · 3 years, 9 months ago
- 7ca4452 removed broken badge by Viktor Kirilov · 3 years, 9 months ago
- f0ab4e7 version 2.4.5 by Viktor Kirilov · 3 years, 9 months ago 2.4.5
- ba32eb4 fixing clang builds by Viktor Kirilov · 3 years, 9 months ago
- b42592e officially supporting 'none' as sorting of test cases by Viktor Kirilov · 3 years, 9 months ago
- 8492a62 updated license years - happy 2021 by Viktor Kirilov · 3 years, 9 months ago