Commit Graph

  • f9db24a824 Refactored console reporter include logic to match Xml Reporter’s Phil Nash 2017-03-03 14:19:41 +0000
  • 9bee606dd6 Tweaked Xml Reporter to follow same success/ info behaviour as Console reporter Phil Nash 2017-03-03 14:12:47 +0000
  • be4f6ab8e1 Change reporting of CAPTURE'd variables Martin Hořeňovský 2017-03-03 14:34:50 +0100
  • fd6c7aee6d Fixed compile benchmark script Martin Hořeňovský 2017-03-02 18:27:31 +0100
  • cd6de9cd34 Don't reconstruct expression on encountering fatal error Martin Hořeňovský 2017-03-02 18:18:28 +0100
  • 40f6a5b8a4 Added duration reporting to compact reporter Martin Hořeňovský 2017-03-02 16:16:17 +0100
  • 95b0eb2b6c TAP reporter now behaves as if -s was always set Martin Hořeňovský 2017-03-02 15:54:08 +0100
  • 0b28d3daf2 Merge branch 'tap-count-success' of https://github.com/gahr/Catch Martin Hořeňovský 2017-03-02 15:23:46 +0100
  • 8435dcbb61 Resized main logo again Phil Nash 2017-03-01 17:00:33 +0000
  • 99347df70e Updated artwork Phil Nash 2017-03-01 16:47:04 +0000
  • 658b5f63ef Updated release notes Phil Nash 2017-03-01 16:06:48 +0000
  • c6535a080e v1.8.1 release v1.8.1 Phil Nash 2017-03-01 16:04:44 +0000
  • 673ec550f5 Moved definition of _BSD_SOURCE earlier Phil Nash 2017-03-01 15:58:57 +0000
  • ff78e7c45a Fixed typo in test name Phil Nash 2017-03-01 15:58:34 +0000
  • da023b2f9a TAP Reporter: count success tests even if not printed Pietro Cerutti 2017-03-01 09:24:58 +0000
  • 470561cbbd Update release-notes.md Phil Nash 2017-03-01 08:24:16 +0000
  • 417202b743 Update release-notes.md Phil Nash 2017-03-01 08:22:38 +0000
  • 70baf8769e Added SET_UP and TEAR_DOWN macros. Marek Klus 2017-03-01 12:21:05 +1100
  • 41fdabb055 Merge remote-tracking branch 'upstream/master' Marek Klus 2017-03-01 12:20:38 +1100
  • 0952b76e16 v1.8.0 release v1.8.0 Phil Nash 2017-02-28 14:19:09 +0000
  • c3da6d6e41
    Add missing typename R. Martinho Fernandes 2017-02-27 18:32:42 +0100
  • 7d460d9f46
    Make INFO() use the same output customization as CHECK() R. Martinho Fernandes 2017-02-27 18:18:45 +0100
  • bbeb192ec9 Updated baselines Martin Hořeňovský 2017-02-27 16:27:43 +0100
  • e4f4335b07 Improved Approx documentation Martin Hořeňovský 2017-02-27 14:22:17 +0100
  • 8c07899715 Added tests for using margin with Approx. Martin Hořeňovský 2017-02-27 14:15:03 +0100
  • d5c623b3b6 Merge branch 'develop' of https://github.com/CNugteren/Catch Martin Hořeňovský 2017-02-27 13:12:13 +0100
  • 061a183036 Console reporter now uses fixed decimal formatting Martin Hořeňovský 2017-02-27 11:34:15 +0100
  • 70ac6dbb9f Minor output improvements in approvalTests.py Martin Hořeňovský 2017-02-24 15:56:26 +0100
  • 593161ddd8 Documented the new vector matchers Martin Hořeňovský 2017-02-24 15:42:11 +0100
  • 71e500f4b5 Updated reporter documentation Martin Hořeňovský 2017-02-24 14:01:33 +0100
  • a0280f7f65 Add test name & sections to compact report’s output ronen barzel 2017-02-23 10:01:33 +0000
  • ad942885ce Removed unused exception object from release notes script Phil Nash 2017-02-23 08:10:37 +0000
  • e058a37614 Removed stray code Phil Nash 2017-02-23 08:10:16 +0000
  • 72b72ca937 Fix C++11 dependency in TAP reporter Martin Hořeňovský 2017-02-22 17:04:36 +0100
  • a8a6b3159d Disabled C4312 in the evaluate layer Martin Hořeňovský 2017-02-22 14:14:59 +0100
  • 9e2616aeac Add missing assert.h include to reporter bases. Martin Hořeňovský 2017-02-22 13:31:51 +0100
  • c5ffd2e3f0 Fixed up Automake reporter Martin Hořeňovský 2017-02-22 13:29:17 +0100
  • 0f24a8c06f Added Automake and TAP reporters to SelfTest's main Martin Hořeňovský 2017-02-22 13:28:36 +0100
  • b0260c615d Fixed-up TAP reporter a bit. Martin Hořeňovský 2017-02-22 13:28:13 +0100
  • a63ce953a0 Add TAP reporter Colton Wolkins (Ogre) 2015-10-15 00:54:37 -0600
  • 76984ded94 Merge b3c9d58484 into b753f05d74 Colton Wolkins 2017-02-22 10:18:10 +0000
  • b753f05d74 Add reporter for Automake (#826) Justin Wilson 2017-02-22 04:17:25 -0600
  • 77a59f8954 Make the Automake reporter work adhere to Catch's standards Martin Hořeňovský 2017-02-22 10:51:57 +0100
  • 9bab7c8229 Changed console reporter test duration reporting format Martin Hořeňovský 2017-02-17 14:07:56 +0000
  • d8c4512b25 Removed tabs Phil Nash 2017-02-22 08:26:52 +0000
  • 2e08bfe9cc Single include generator now handles spaces between # and include Phil Nash 2017-02-22 08:05:31 +0000
  • d2a59ad37b Fixed test spec parser issue - multiple specs in a single string, with escapes in each were erroring out Phil Nash 2017-02-22 07:49:38 +0000
  • 10dfca34ac Added first vector matchers (Contains and Equals) Phil Nash 2017-02-21 16:05:04 +0000
  • 45d4096756 Generalised Matchers so objects and comparators can be different types Phil Nash 2017-02-21 15:52:03 +0000
  • 4e6938d78e Moved matchers tests into their own file Phil Nash 2017-02-21 14:19:09 +0000
  • e2e51279e1 Add “slim” reporter. ronen barzel 2017-02-21 13:07:40 +0000
  • 1ca8cefa9a Added #define needed for gettimeofday() to be declared on some versions of Cygwin Phil Nash 2017-02-21 11:32:32 +0000
  • ca66dd243c Added a couple more unimplemented assignment operators to silence VS2013 warnings philsquared 2017-02-21 09:10:44 +0000
  • 44632c3d71 Merge branch 'warning-c4512' of https://github.com/gchudnov/Catch into gchudnov-warning-c4512 philsquared 2017-02-21 08:47:34 +0000
  • aa28196e8b Ignore .vs folder philsquared 2017-02-21 08:52:08 +0000
  • ec910a8435 Add reporter for Automake Justin R. Wilson 2017-02-19 21:31:58 -0600
  • 5d8055319e Updated docs to reflect the change to leak checking Martin Hořeňovský 2017-02-18 17:24:31 +0100
  • b1835e1de9 Moved WIndows leak detector code out of main() philsquared 2017-02-17 23:43:31 +0000
  • 8cd413572a Merge branch 'dev-windows-leakdetection' Martin Hořeňovský 2017-02-17 14:25:08 +0100
  • 30e4dbef1c Report leaks to debugger in addition to stderr Martin Hořeňovský 2017-02-17 14:22:42 +0100
  • 90b3946e9c Add file/line to TestCase, Section and Failure elements in Xml Reporter Phil Nash 2017-02-17 10:26:17 +0000
  • 9202a77498 Documentation improvement Martin Hořeňovský 2017-02-16 11:11:52 +0100
  • d8230a8d4d Add opt-in leak detection under MSVC + Windows. Martin Hořeňovský 2017-02-16 11:09:09 +0100
  • d6a89d1084 Merge 30ae1944a1 into c6178601c5 mKlus 2017-02-16 09:39:56 +0000
  • c6178601c5 Cygwin compatibility fixes Martin Hořeňovský 2017-02-15 17:57:22 +0100
  • 2e0ae01b05 Improve -Wparentheses supression for gcc Martin Hořeňovský 2017-02-15 17:11:39 +0100
  • 1f71d1f760 Some minor clean-up to Python script Phil Nash 2017-02-15 11:54:47 +0000
  • fe690a68ef push/pop warnings when disabling parentheses warnings within assertion (gcc/ clang) Phil Nash 2017-02-15 09:38:38 +0000
  • c9a37c59c4 Added CATCH_CONFIG_FAST_COMPILE to documentation. Martin Hořeňovský 2017-02-15 10:42:11 +0100
  • 3cfef738e7 Merge branch 'dev-performance-round3' Martin Hořeňovský 2017-02-15 10:35:01 +0100
  • 5cb9e47034 Added SOCI to open-source users Phil Nash 2017-02-15 08:39:21 +0000
  • 044b616127 Added link to matchers docs from readme Phil Nash 2017-02-14 11:24:15 +0000
  • f88049169e Fix wrong short option for section Kevin Wojniak 2017-02-14 12:21:23 -0800
  • a2a0b6e341 Merge 86bf762e00 into d4ae1b18c0 GatoRat 2017-02-15 02:35:59 +0000
  • 5d289b6898 Fix wrong short option for section Kevin Wojniak 2017-02-14 12:21:23 -0800
  • 7b13a8f85a Move debug break out of tests, speeds up compilation time Martin Hořeňovský 2017-02-14 15:35:12 +0100
  • 6da5e0862a Benchmark script: allow passing flags to compiler Martin Hořeňovský 2017-02-14 15:34:17 +0100
  • 2049113935 Benchmark script: use median AND mean of compile time Martin Hořeňovský 2017-02-14 15:34:00 +0100
  • d4ae1b18c0 Matcher documentation Phil Nash 2017-02-14 09:15:21 +0000
  • 2081caa452 Import MatcherBase to Catch namespace Phil Nash 2017-02-14 09:15:08 +0000
  • a5a013811c Renamed toStringUncached -> describe Phil Nash 2017-02-14 09:04:26 +0000
  • 1400127d6f Extracted string matchers impl into cpp that is only compiled into main TU Phil Nash 2017-02-08 15:14:51 +0000
  • 7fed25ad1f New Matchers implementation - simpler - less templates and machinery - no cloning, copying or unnecessary heap allocations - better factored Phil Nash 2017-02-08 14:17:17 +0000
  • 5530303be7 Removed test for invoking String Matcher with NULL (this will no longer be supported) Phil Nash 2017-02-08 15:20:39 +0000
  • 29fa1edcc7 Added appveyor.yml for CI with VS {2013, 2015} for {Win32, x64} Martin Hořeňovský 2017-02-14 09:37:37 +0100
  • 26fdcd0d54 fix annoying assignment operator could not be generated warnings in msvc2013 Grigoriy Chudnov 2017-02-14 11:33:39 +0300
  • 1cb8bafb1f Added missing #include in test file Phil Nash 2017-02-13 17:43:43 +0000
  • d08cee288f v1.7.2 build v1.7.2 Phil Nash 2017-02-13 16:15:42 +0000
  • 873ef276b6 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. This fixes an issue where XML reports on stdout are broken by printf statements Phil Nash 2017-02-13 15:56:25 +0000
  • bc68b9f454 More include simplifications Martin Hořeňovský 2017-02-12 13:34:55 +0100
  • 67d513aa73 Removed single char contains() - had incorrect prototype anyway Phil Nash 2017-02-13 08:19:34 +0000
  • 9a3486a705 Replaced use of dynamic_cast with static_cast. It wasn't necessary anyway. This addresses #821 Phil Nash 2017-02-12 22:00:17 +0000
  • d890791800 Fixed editing mishap in documentation. Martin Hořeňovský 2017-02-12 15:48:32 +0100
  • 26f6012bb9 Expanded the practical example in slow-compiles documentation Martin Hořeňovský 2017-02-12 14:47:25 +0100
  • 50dee9ae57 Fixed typo in CLI error reporting Martin Hořeňovský 2017-02-12 13:50:15 +0100
  • b2a6fe971b Couple more includes cleaned out Martin Hořeňovský 2017-02-12 12:48:25 +0100
  • 0837132ce3 Make the benchmarking script Python 2 compatible Martin Hořeňovský 2017-02-12 12:25:43 +0100
  • 9012f95964 Moved some std includes out from catch_common.h Martin Hořeňovský 2017-02-12 12:17:07 +0100
  • 324260f253 Removed reference to DEBUG in command line docs Phil Nash 2017-02-11 23:39:27 +0000
  • d0620c3495 Added std:: qualification to some functions from C stdlib Martin Hořeňovský 2017-01-26 19:11:20 +0100