- 8ee3545 removed most references to onqtam and replaced with doctest - the github org 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
- a384864 version 2.4.7 released by onqtam · 2 years, 11 months ago 2.4.7
- a9c7291 updated release process 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
- 02af672 Fixes Issues #476 and #495 by onqtam · 2 years, 11 months ago
- 2744a17 specifying working directory for execute_process (#518) by Philipp Bucher · 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
- f3177d0 Set variable to 0 if not set (#490) by Shiv Upadhyay · 3 years, 7 months ago
- 3ae3206 version 2.4.6 by Viktor Kirilov · 3 years, 7 months ago
- e38428f fixing gcc 4.8 & 4.9 builds after merging #471 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
- f0ab4e7 version 2.4.5 by Viktor Kirilov · 3 years, 9 months ago 2.4.5
- d9980fb version 2.4.4 by Viktor Kirilov · 3 years, 10 months ago
- 352589e version 2.4.3 by Viktor Kirilov · 3 years, 11 months ago 2.4.3
- 2a069c4 version 2.4.2 by onqtam · 3 years, 11 months ago
- 7019f5a fixed crash reporting on windows - mainly around std::terminate, uncaught exceptions and exceptions thrown from destructors from worker threads by Viktor Kirilov · 3 years, 11 months ago
- 5e1f3e3 version 2.4.1 by onqtam · 4 years ago
- 428b697 feat(cmake): Add JUNIT_OUTPUT_DIR option to doctest_discover_tests (#417) by Dennis · 4 years, 2 months ago
- 7053110 version 2.4.0 by onqtam · 4 years, 4 months ago
- 1fb630b a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! by onqtam · 4 years, 5 months ago
- d5aa2bf version 2.3.8 by onqtam · 4 years, 6 months ago 2.3.8
- 6f97909 vecrion 2.3.7 by onqtam · 4 years, 8 months ago
- f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
- cdb3c40 version 2.3.6 by onqtam · 4 years, 11 months ago
- f972602 WIP: Add Github Actions CI (#285) by Daan De Meyer · 5 years ago
- 7ac22cc removing -Winline - something I should have done 3 years ago (or should have never introduced) - this has caused me to waste many hours fixing unimportant CI build failures and serves absolutely no purpose. by onqtam · 5 years ago
- 77af200 version 2.3.5 by onqtam · 5 years ago
- dca8b66 fixed #282 by onqtam · 5 years ago
- 33cc7f9 Fix typos and misspellings found by codespell. (#292) by warmsocks · 5 years ago
- 3c6834b Add support for compiling with clang-cl. (#286) by Daan De Meyer · 5 years ago
- 5014634 version 2.3.4 by onqtam · 5 years ago
- b2cf8e8 updated docs by onqtam · 5 years ago
- 8f510f9 #266 #243 #231 by Viktor Kirilov · 5 years ago
- 10101a1 fixed #266 fixed #243 relates #231 by Viktor Kirilov · 5 years ago
- 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
- a52e94b version 2.3.3 by onqtam · 5 years ago
- 26d7344 fixed #126 by onqtam · 5 years ago
- 35b339f Add doctest_discover_tests() (#236) by Cristian Morales Vega · 5 years ago
- 505b05c version 2.3.2 by onqtam · 5 years ago
- 43271a6 regenerating the meson build file when the version changes - relates #232 by onqtam · 5 years ago
- 7435f4a fixed #230 by onqtam · 5 years ago
- c30dcc2 hopefully the last... by onqtam · 6 years ago
- 3433fba ... by onqtam · 6 years ago
- b4b95d2 making the warning gods happy again... by onqtam · 6 years ago
- e4d0448 why was I even trying to not set unrecognized options.... so much pain with 0 gain by onqtam · 6 years ago
- a726e9e a bit of playing around with warnings by onqtam · 6 years ago
- a3ae958 version 2.3.1 - mainly a fix for #210 - nothing in the doctest header has changed. Also renamed a bit the recently merged examples using doctest as installed by onqtam · 6 years ago
- c1f3e01 removing cruft + other insignificant things by onqtam · 6 years ago
- ff5022c changelog for 2.3.0 by onqtam · 6 years ago 2.3.0
- 92dce5b version 2.3.0 by onqtam · 6 years ago
- 7868611 the options for the run are included in the xml by onqtam · 6 years ago
- 53d8fa0 the xml reporter now includes queries by onqtam · 6 years ago
- 8d5eafa fixing coverage by onqtam · 6 years ago
- d25f18e show git diff when output is different - instead of the entire 2 files by onqtam · 6 years ago
- 2377a0c xml switch flipped for the tests! by onqtam · 6 years ago
- 0875406 clang 8 by onqtam · 6 years ago
- 09e6d3e fixes around crashing and proper reporting of stats by onqtam · 6 years ago
- 366c368 doctest tests can now be ran in parallel through ctest! fixed #202 by onqtam · 6 years ago
- b656d60 added a subcase test by onqtam · 6 years ago
- d347546 queries now also go through the reporter interface! by onqtam · 6 years ago
- a5eeba4 more docs by onqtam · 6 years ago
- a1a38de some work on the docs/examples by onqtam · 6 years ago
- 585bb71 more work on the xml reporter + other cleanup. Also implemented output to file by onqtam · 6 years ago
- 15ce266 some more work by onqtam · 6 years ago
- c6cc9ff extended the cmake testing infrastructure to invoke the xml reporter as well - for N tests now we will have 2xN tests - N with the console reporter and the same N with the xml reporter (currently commented out) by onqtam · 6 years ago
- 82d7139 build & bug fixes + more work on the xml reporter by onqtam · 6 years ago
- 61e89a0 fixing CI builds by onqtam · 6 years ago
- 759b98a fixes of output by onqtam · 6 years ago
- 8dbd21b first hacky version of an xml reporter! the XmlWriter class has been taken directly from Catch2 - even the formatting/naming has been kept the same. Thanks to Phil for allowing that. This way hopefully bug fixes will be more trivial to port from Catch2 to doctest - that is an issue since I'm not much of an xml guy and would gladly borrow some utf-8 hardened code with x10 the users of doctest. by onqtam · 6 years ago
- b802a58 some refactoring by onqtam · 6 years ago
- acbcd12 higher test coverage by onqtam · 6 years ago
- 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
- 2870d77 renamed the file - correct english matters! by onqtam · 6 years ago
- d52859a updated links to Catch2 (even though they weren't "broken") by onqtam · 6 years ago
- df8b6d4 added badge for https://lgtm.com and cleaned up warnings by onqtam · 6 years ago
- 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
- 447b155 Rename doctest_impl.h to doctest.cpp for less confusion. (#185) by Dimitrij Mijoski · 6 years ago
- 935e52c version 2.2.3 by onqtam · 6 years ago
- bace896 reverted back to the old style because even if the headers are sent to wandbox (the online compiler) with the right directory structure - the online service wouldn't allow me to use paths for including headers... relates #175 by onqtam · 6 years ago
- c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
- f5bec8d version 2.2.2 by onqtam · 6 years ago
- 8e98986 version 2.2.1 by onqtam · 6 years ago
- 72ca33b version 2.2 by onqtam · 6 years ago
- 24e4879 updated docs by onqtam · 6 years ago
- 349a7f0 moved the benchmarking scripts to the new assert types by onqtam · 6 years ago
- c494843 fixes #166 and fixes #167 - TODO: update benchmarks page by onqtam · 6 years ago
- 2d97b85 version 2.1 by onqtam · 6 years ago
- 8cf9041 users can now pass both just the exception type and a const(+ref) version of it to the <LEVEL>_THROWS_AS macros and it means the same - const and & are always removed (if present) and then added by onqtam · 6 years ago
- 9639cee version 2.0.1 by onqtam · 6 years ago
- dc01198 fixed issue #149 by onqtam · 6 years ago
- af39bae Correct format string for unsigned char (#154) by Thomas Bleher · 6 years ago
- cb6a29f minor stuff by onqtam · 6 years ago
- f8d5719 version 2.0.0 by onqtam · 6 years ago
- 8954085 using the .svg files for the logo/icon (and also moved and renamed them) - relates #141 and #145 by onqtam · 6 years ago
- 80718be small docs update by onqtam · 6 years ago