summaryrefslogtreecommitdiff
path: root/doctest
Commit message (Expand)AuthorAge
* implemented templated test cases - relates #38 - for more information read th...onqtam2017-05-16
* making windows builds compile (linux still fail but its because of the output...onqtam2017-05-16
* - fixed bug that was introduced in commit 0b0b82f1728f65075724b41aca83c628349...onqtam2017-05-16
* fixed name of argument for sortingonqtam2017-05-16
* working on templated test cases - initial draft in the separate_headers examp...onqtam2017-05-16
* formatting - finally got a hold of clang-format for VS 2017 - see this SO thr...onqtam2017-05-16
* added _MESSAGE forms of normal asserts and exception-related asserts - relate...onqtam2017-05-16
* Added API for reporting failures - MESSAGE() / FAIL_CHECK() / FAIL() (like wa...onqtam2017-05-16
* changed a bit the message for the 3 different levels of failures - WARN/CHECK...onqtam2017-05-16
* using a static assert instead of deleting/hiding the forbidden overload for r...onqtam2017-05-16
* For INFO() the operator<< captures not by const - this will reject temporarie...onqtam2017-05-16
* now capturing C string literals with INFO() will treat them as strings - rela...onqtam2017-05-16
* fixing builds for MSVC versions older than 2015 (and silencing a conversion w...onqtam2017-05-16
* moving from references to pointers when using a forward-declared std::ostream...onqtam2017-05-16
* added INFO() and CAPTURE() logging macros - they can log variables and constr...onqtam2017-05-16
* - added simplified example of how captures workonqtam2017-05-16
* - added detection of rvalue reference support of compilersonqtam2017-05-16
* fix gcc 4.4 buildonqtam2017-05-16
* - updated feature detection a bitonqtam2017-05-16
* - tiny code rework - getting ready for lazy stringification + removing -Winli...onqtam2017-05-16
* fixing builds when exceptions are disabled but all asserts are used - relates...onqtam2017-05-16
* Added support for un-parenthesized expressions containing commas in asserts -...onqtam2017-05-16
* Add ability to filter subcases with filters - fixes #57onqtam2017-05-16
* builds with -fno-exceptions should pass now - relates #12onqtam2017-05-16
* - fixed builds with -fno-exceptions - relates #12onqtam2017-05-16
* - Added option to query if code is being ran inside of a test - doctest::isRu...onqtam2017-05-16
* - exported a forgotten symbol - relates #55onqtam2017-05-16
* fixing clang builds on CIonqtam2017-05-16
* changed a bit the text for exception reporting - relates #12onqtam2017-05-16
* implemented translation of exceptions in asserts - relates #12onqtam2017-05-16
* - initial version of exception translation - for when a test case throws - re...onqtam2017-05-16
* reused warning silencing code for making anonymous global static in dummy varsonqtam2017-05-16
* updated license yearonqtam2017-05-16
* shuffled code a bit - less stuff in the fwd partonqtam2017-05-16
* added --no-line-numbers=<bool> - Line numbers are replaced with ```0``` in th...onqtam2017-05-16
* fixed #41 - !!! BREAKING CHANGE !!! - Make TEST_SUITE work with bodies, add T...onqtam2017-05-16
* forgot to export a global function - because written inside of the class as a...onqtam2017-05-16
* tiny rework - making the export/import defines always usable - even when not ...onqtam2017-05-16
* fixed #55 - Ability for a binary (executable / shared object) to use the test...onqtam2017-05-16
* added the rest of the relational operators to Approx - fixes #52onqtam2017-05-16
* bumped versiononqtam2017-02-18
* added --force-colors option - so even when no tty is detected the output gets...onqtam2017-02-18
* fixed #49 - Issue with using lambdas in tests in gcconqtam2017-02-18
* finalized work on the no exceptions modeonqtam2017-02-18
* Added exception handlingElias Kosunen2016-12-21
* - updated docs a bitonqtam2016-11-15
* - added the ability to compile code with assertions that need exceptions even...onqtam2016-11-15
* introduced the DOCTEST_CONFIG_NO_EXCEPTIONS and DOCTEST_CONFIG_NO_TRY_CATCH_I...onqtam2016-11-08
* removed the version from the reference output - so releases that don't change...onqtam2016-11-08
* fixed #42 - no warnings with clang in c++11 modeonqtam2016-10-10