summaryrefslogtreecommitdiff
path: root/doctest/parts/doctest_impl.h
Commit message (Expand)AuthorAge
* fixing cland-tidy errorsonqtam2018-05-10
* fixed #123 - changed the output style in the console - gcc/clang output with ...onqtam2018-05-10
* a bit more cleanup of (hopefully) unnecessary pragmasonqtam2018-05-10
* trying to:onqtam2018-05-10
* hopefully fixing a static analysis warningonqtam2018-05-10
* actually re-enabled the printing in the output window of visual studio - I mi...onqtam2018-05-10
* some cleanup:onqtam2018-05-10
* fixed builds - temporarily disabled output from asserts in the output window ...onqtam2018-05-10
* initial version of moving to streams for the reporting - almost 200 lines sho...onqtam2018-05-10
* doctest builds with Visual Studio 2017 (15.7.0) - disabling a spectre related...onqtam2018-05-10
* small commentsonqtam2018-05-10
* fixed issue #129onqtam2018-05-10
* tiny cleanuponqtam2018-05-10
* Fix deprecated-declarations warning with GCC-8.0 (#131)AMS212018-05-10
* simplified the option parsing a bit - fixed #104onqtam2018-02-06
* warning-free with latest VS 2017 (also kind-of fixing #107)onqtam2018-02-06
* Update doctest_impl.h (#112)Vladimir Gamalyan2018-02-06
* updated travis build matrix with supported osx imagesonqtam2018-02-06
* fixed format specifier - relates #102onqtam2018-02-06
* fixing Visual Studio builds since /Wall is supported - relates #95onqtam2017-10-29
* fixed gcc builds - relates #98onqtam2017-10-29
* exception translators written in header files now register only one entry - f...onqtam2017-10-29
* Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are l...onqtam2017-10-29
* HUGE rework of macros for dealing with warnings and compiler versions - relat...onqtam2017-10-29
* Fix nullptr access (#94)Lectem2017-10-29
* [bugfix] silencing a clang warning only if it is supported by the compiler - ...onqtam2017-10-06
* formatted code with newer version of clang-formatonqtam2017-09-05
* static analysis fixes - closes #83onqtam2017-09-05
* silencing a warning in c++17 mode under MSVConqtam2017-09-05
* added overloads for toStream for primitive types - fixes #72 (there were alte...onqtam2017-05-24
* integrated OCLint static code analysis!onqtam2017-05-16
* benchmarks page done!onqtam2017-05-16
* fixing static analysis buildsonqtam2017-05-16
* fixed linux/clang buildsonqtam2017-05-16
* - added move semantics to the new String class - closes #69onqtam2017-05-16
* implementation of a string class with a small buffer optimization - relates #69onqtam2017-05-16
* avoiding some unnecessary allocations - relates #69onqtam2017-05-16
* got rid of local statics entirely from the hot path (except for when translat...onqtam2017-05-16
* - no longer accessing the current context through a getter with a static localonqtam2017-05-16
* - improved runtime performance around >>> 3 <<< times!!! when asserts don't f...onqtam2017-05-16
* gcc 4.5 build should pass now...onqtam2017-05-16
* actually fixing the builds - in the last commit I changed only the final gene...onqtam2017-05-16
* builds should pass now...onqtam2017-05-16
* added an overload for operator<< of the ContextBuilder that catches by const ...onqtam2017-05-16
* finished the may/should/expected fail decorators! relates #67onqtam2017-05-16
* - almost done with the should_fail/may_fail/expected_failures decoratorsonqtam2017-05-16
* added the actual helper classes (decorators) - the may/should/expected aren't...onqtam2017-05-16
* decorators now work with test suites as well - relates #67onqtam2017-05-16
* first steps towards decorators for test cases - relates #67onqtam2017-05-16
* fixed a bit the listing of test suites and fixed test which gave different re...onqtam2017-05-16