summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAge
* implemented templated test cases - relates #38 - for more information read th...onqtam2017-05-16
* this should fix the MSVC builds... forgot to delete the duplicate lineonqtam2017-05-16
* all builds should pass now!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
* changed a bit the message for the 3 different levels of failures - WARN/CHECK...onqtam2017-05-16
* builds with -fno-exceptions should pass now - relates #12onqtam2017-05-16
* fixing builds... default template arguments for function templates not suppor...onqtam2017-05-16
* fixing clang builds on CIonqtam2017-05-16
* fixing CI builds - no C++11...onqtam2017-05-16
* added exception translation to examples - relates #12onqtam2017-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
* 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
* fixing clang builds...onqtam2017-05-16
* fixing linux builds - linking to dlonqtam2017-05-16
* fixed #55 - Ability for a binary (executable / shared object) to use the test...onqtam2017-05-16
* - removed old hacks for gcc 4.4 under osxonqtam2017-05-16
* Add assertion macros regarding std::exception handling to examples/ directoryElias Kosunen2016-12-21
* fixed documentation for stringification - relates https://github.com/philsqua...onqtam2016-11-15
* 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
* updated docs and bumped version to 1.1.1onqtam2016-09-22
* bumped version to 1.1onqtam2016-09-21
* docs updated more - still WIP!onqtam2016-09-21
* removed c string comparison test because in debug the compiler (atleast MSVC)...onqtam2016-09-21
* switched from REQUIRE to CHECK macro in an example because gcc 4.4 build unde...onqtam2016-09-21
* breaking change - char pointers no longer compared as C strings by default - ...onqtam2016-09-21
* fixing clang builds - added new line at end of main.cpp for `removing_doctest...onqtam2016-09-21
* linux gcc header cost benchmarked!onqtam2016-09-21
* fixing CI builds... no more shadowingonqtam2016-09-21
* - added tests that assertion macros don't copy the types and that they evalua...onqtam2016-09-21
* Added example how to remove doctest options from the command line for the pro...onqtam2016-09-21
* - added an image instead of code for the main readmeonqtam2016-09-21
* - moved an inline remapping function to the implementation part of doctestonqtam2016-09-21
* added comments - related to #21onqtam2016-09-21
* added a utility cmake function that creates an executable for a static librar...onqtam2016-09-21
* fixing CI builds...onqtam2016-09-21
* added warning suppression around the expression decomposition template machin...onqtam2016-09-21
* - restrict expressions in assertion macros to binary comparisons at most with...onqtam2016-09-21
* this should really fix the CI builds - the initial problem of a warning sudde...onqtam2016-09-21
* hopefully fixing the travis builds...onqtam2016-09-21
* updating cmake on travis... Also bumping the minimal version of cmake require...onqtam2016-09-21
* fixing builds with CMake older than 3.4onqtam2016-09-21
* Using a CMake function called "doctest_force_link_static_lib_in_target" locat...onqtam2016-09-21
* moved code coverage sources outside of examplesonqtam2016-09-21