summaryrefslogtreecommitdiff
path: root/scripts/playground
Commit message (Expand)AuthorAge
* polished the feature for allowing the use of asserts outside of a testing con...onqtam2018-08-23
* disabling output comparison for the playground projectonqtam2018-08-23
* - added the ability to call asserts outside of a testing context without reco...onqtam2018-08-23
* fixed #123 - changed the output style in the console - gcc/clang output with ...onqtam2018-05-10
* Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are l...onqtam2017-10-29
* fixing cmake - builds should pass now - all cmake projects can be used by the...onqtam2017-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
* added an overload for operator<< of the ContextBuilder that catches by const ...onqtam2017-05-16
* finished decorators - coverage should be maxed! - relates #67onqtam2017-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
* all builds should pass now (+ totally maxed coverage)onqtam2017-05-16
* added cppcheck to travis builds - relates #66onqtam2017-05-16
* Printing the test suite name on test case failure - fixes #65onqtam2017-05-16
* - templated test cases example is doneonqtam2017-05-16
* added playground project and made (again) the common.cmake behave when includ...onqtam2017-05-16