Commit Graph

  • 358b7b29e1 Eliminate a warning in the latest clang with Xcode Phil Nash 2013-09-24 07:41:18 +0100
  • bce8206d51 Merge 7974e1cb55 into 1e2f1d1603 PureAbstract 2013-09-21 11:08:39 -0700
  • 7974e1cb55 updated single-include version Andy Sawyer 2013-09-21 19:08:23 +0100
  • d6f23a9a36 catch_tostring : moved defintion of rangeToString Andy Sawyer 2013-09-21 18:45:42 +0100
  • 4aa6473b3f Merge ba24e51306 into 1e2f1d1603 Kosta 2013-09-20 08:48:12 -0700
  • 0dbcf218c3 Add allocator support to StringMaker<vector> Andy Sawyer 2013-09-17 22:22:47 +0100
  • 29bc8117df Merge 2e3879f0e0 into 1e2f1d1603 Jérémy Lal 2013-09-14 12:01:28 -0700
  • 1e2f1d1603 Fixes toString forward reference issue: - as raised in https://github.com/philsquared/Catch/pull/195 Phil Nash 2013-09-14 19:58:45 +0100
  • 68906ef494 Merge b2aca61894 into f7378eebb6 Sebastian Mach 2013-09-09 06:17:43 -0700
  • b2aca61894 fix missing operator== by using a member predicate instead Sebastian Mach 2013-09-09 15:13:48 +0200
  • f7378eebb6 Fixed string indexing bug Phil Nash 2013-09-07 12:07:38 +0100
  • 2e3879f0e0 Define toString template before using toString calls Jérémy Lal 2013-09-07 00:44:58 +0200
  • 04a3364b5a Regen single header Phil Nash 2013-08-16 19:09:09 +0100
  • 638cf9feb4 Separated out catch_platform.h Phil Nash 2013-08-16 19:08:39 +0100
  • 46118714b1 Build 8 - includes command line tweaks and fixes for durations Phil Nash 2013-08-16 19:01:32 +0100
  • 1870ca8455 Some Clara/ command line clean-up and tweaks Phil Nash 2013-08-16 18:57:57 +0100
  • f41fad7e20 Don't report durations if not reporter anything else Phil Nash 2013-08-16 18:57:41 +0100
  • 357d654641 Added missing assert include Phil Nash 2013-08-16 08:01:16 +0100
  • 3faa412855 Removed basic reporter Phil Nash 2013-08-15 19:09:07 +0100
  • aa7123b696 Build 7 - New Junit reporter - New Timer class Phil Nash 2013-08-15 19:01:00 +0100
  • 11b5179ceb Redacted test durations from JUnit reporter output in approval test script Phil Nash 2013-08-15 18:50:40 +0100
  • d68510d6e3 Removed legacy JUnit reporter Phil Nash 2013-08-15 18:49:38 +0100
  • 2ddb9d3802 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it Phil Nash 2013-08-15 18:39:55 +0100
  • 3e42444996 Merge a3da853fdd into 801672b962 Matthias Geier 2013-08-08 04:33:36 -0700
  • a3da853fdd Avoid GCC warnings (-Wold-style-casts and -Wshadow) Matthias Geier 2013-07-12 14:41:41 +0200
  • 1f519dd856 Added LazyStat wrapper Phil Nash 2013-08-08 08:24:37 +0100
  • 29ccaa67ad Replaced currentSectionInfo and m_rootSection with m_sectionStack Phil Nash 2013-08-08 08:05:19 +0100
  • 6339254cb2 First cut of Timer class. - started integrating with reporters (now (optionally) supported in console reporter). - introduced Node<> template to help with cumulative reporting and used it instead of ThreadedSectionInfo. Phil Nash 2013-08-07 18:56:35 +0100
  • d8f93f7552 Update README.md Kosta 2013-08-06 11:16:19 +0200
  • af36d932cb Update README.md Kosta 2013-08-06 11:14:54 +0200
  • cd9a5939f4 fixed formatting of travis status icons Kosta 2013-08-05 14:52:05 +0200
  • 7fcde92561 added travis status to the readme Kosta 2013-08-05 14:50:14 +0200
  • ba24e51306 cmake: call SelfTest exe instead of approvalTests script Kosta 2013-08-05 13:44:37 +0200
  • c4863842c8 more approval tests script debugging Kosta 2013-08-05 13:29:42 +0200
  • 0c8ad55a5b more debugging Kosta 2013-08-05 13:25:39 +0200
  • f3119b0fcf more debugging Kosta 2013-08-05 13:22:23 +0200
  • a5c423183a debugging arguments passed to the approvalTests script Kosta 2013-08-05 13:16:34 +0200
  • 3f2e2bdb25 printing the executable into the console window Kosta 2013-08-05 13:10:24 +0200
  • 5553a538c5 tweak CMakeLists.txt Kosta 2013-08-05 12:57:29 +0200
  • f8d24b1d50 Calling SelfTest exe directly Kosta 2013-08-05 12:53:36 +0200
  • a74e68af3e Merge branch 'Kosta/travis_ci_integration' of https://github.com/AIM360/Catch into Kosta/travis_ci_integration Kosta 2013-08-05 12:48:49 +0200
  • ce441a9ba5 initial checkin of cmake and travis config files Kosta 2013-08-05 12:40:33 +0200
  • 5cb93fdb77 initial checkin of cmake and travis config files Kosta 2013-08-05 12:40:33 +0200
  • 649f8c24b1 Removed now redundant handling for missing assertions in test cases - handled as part of sections Phil Nash 2013-07-26 19:28:34 +0100
  • e8cf726a23 Refactored missing assertions handling Phil Nash 2013-07-26 19:26:08 +0100
  • b80280f428 Tidied up reporting of missing assertions in test cases - also removed basic reporter from approval test Phil Nash 2013-07-26 19:19:44 +0100
  • 801672b962 Fix MSVC warning Phil Nash 2013-07-25 08:18:09 +0100
  • 8a52a39fdc Build 6 - fixes infinite loop bug (#185 and #166) Phil Nash 2013-07-25 08:12:03 +0100
  • 28d3881ff9 Merged TestCaseTracker and SectionTracker and introduced TestCaseTracker::Guard Phil Nash 2013-07-25 08:07:55 +0100
  • ee647f5099 Removed displaced RunningTest class Phil Nash 2013-07-25 07:49:00 +0100
  • 9aff9aa328 Integrated new section tracker. - also pass extra section to reporter - one for each test case - ignore it in headers (this is so we know a test case has restarted) - significant effect on regression test due to change of ordering of sections - fixes infinite loop issue Phil Nash 2013-07-24 19:13:08 +0100
  • 6a484fdb02 Reworked SectionTracker and moved into own header Phil Nash 2013-07-23 18:48:36 +0100
  • a78a5d9aac Merge cdbcd6aa5e into 1d3dd71774 Kosta-Github 2013-07-23 08:11:55 -0700
  • cdbcd6aa5e added new timing related command line options Konstantin Baumann 2013-07-23 17:11:43 +0200
  • 4e7b104f36 added timing output to the console logger Konstantin Baumann 2013-07-23 14:19:50 +0200
  • f8f1d77e87 added a VS2012 project under the "projects" folder Konstantin Baumann 2013-07-23 14:14:08 +0200
  • d4fa900b84 JunitReporter reimplemented using the new IStreamingReporter interface Konstantin Baumann 2013-07-23 14:10:37 +0200
  • 372a6c6fed Small fixes and started new section tracking code Phil Nash 2013-07-23 08:15:34 +0100
  • b80c3b043a added timing support to jUnit XML reporter Kosta 2013-07-22 20:49:54 +0200
  • 0467239505 Use $(RM) instead of explicit rm invocation Mateusz Loskot 2013-07-15 14:40:52 +0100
  • 1514b244d2 Remove catch_self_test from PHONEY Mateusz Loskot 2013-07-15 14:38:58 +0100
  • f3d1f08c3b Removed all trailing whitespace - addresses #105 Phil Nash 2013-07-03 19:14:59 +0100
  • b51d3a470c Merge 22b5a157b0 into 1d3dd71774 Wichert Akkerman 2013-07-03 05:18:09 -0700
  • 503d5d0c8e Converted stray tabs to spaces Phil Nash 2013-07-03 08:25:11 +0100
  • dea43e0b76 Merge pull request #180 from benjamg/patch-1 Phil Nash 2013-07-03 00:15:44 -0700
  • f052b9ebc3 Merge 27a4d7a484 into 54e6f9d471 Ben Gray 2013-07-03 00:10:48 -0700
  • 54e6f9d471 Slightly tweaked docs on supplying your own main Phil Nash 2013-07-02 19:42:21 +0100
  • ad7445d33c build 5 - added throw() to streambuf destructor overrides (#182) Phil Nash 2013-07-02 08:49:29 +0100
  • 3907559896 build 4 Phil Nash 2013-07-01 19:02:29 +0100
  • 109f46a48b Fixed broken test Phil Nash 2013-07-01 19:00:55 +0100
  • 066a6388d6 Fix for #179 Phil Nash 2013-07-01 18:45:19 +0100
  • ba9b2b5a37 Use MFCs windows include if present Phil Nash 2013-07-01 18:44:40 +0100
  • 93252398a5 Merge 06f3b505ec into 1d3dd71774 refNum Software 2013-06-30 07:37:45 -0700
  • 06f3b505ec Fix crash on Mac OS X, accessing stdout during static initialisation. Dair Grant 2013-06-30 15:33:38 +0100
  • 27a4d7a484 Fix external site links Ben Gray 2013-06-30 13:20:43 +0100
  • 4b5e008b20 guard NOMINMAX definition (windows) Phil Nash 2013-06-29 20:31:17 +0100
  • cd688300b0 Build 2 Phil Nash 2013-06-29 12:11:32 +0100
  • eb81850381 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2013-06-29 12:08:00 +0100
  • 5d26ca1af7 Static assertion for && and || expressions Phil Nash 2013-06-29 12:07:33 +0100
  • a9b346b14d Removed line numbers from approval tests of xml too Phil Nash 2013-06-29 12:04:38 +0100
  • 40b8c7794c Removed line numbers from approval tests Phil Nash 2013-06-29 11:59:49 +0100
  • a77c882bbc Update Makefile for SelfTest Mateusz Loskot 2013-06-29 00:18:48 +0100
  • 5bb05400af Merge branch 'selftest' of github.com:wichert/Catch into wichert-selftest Mateusz Loskot 2013-06-29 00:08:09 +0100
  • f987da4411 Update whats-changed.md Phil Nash 2013-06-28 18:19:19 +0100
  • 54c8817e53 Update whats-changed.md Phil Nash 2013-06-28 18:19:06 +0100
  • 7bd033c829 Update whats-changed.md Phil Nash 2013-06-28 18:18:46 +0100
  • c22cfc4a95 Addd test-fixtures docs from wiki Phil Nash 2013-06-28 17:45:08 +0100
  • d60b248409 Updated docs with INFO/ CAPTURE changes Phil Nash 2013-06-28 17:15:45 +0100
  • b5fd5a6496 INFO and CAPTURE are now scoped - SCOPED_INFO and SCOPED_CAPTURE are now just aliases Phil Nash 2013-06-28 17:09:57 +0100
  • 881c61b67f Updated docs to reflect INFO change Phil Nash 2013-06-28 16:27:53 +0100
  • 0d357302a0 INFOs only reset at assertion if consumed Phil Nash 2013-06-28 16:25:49 +0100
  • 239fa28e46 Added run without -s to approvals Phil Nash 2013-06-28 16:23:14 +0100
  • 47751e4df3 Approved [.] change Phil Nash 2013-06-28 16:07:42 +0100
  • 9c39a5e8dd Support [.] as alias for [hide] Phil Nash 2013-06-28 16:05:13 +0100
  • 235204393a Big merge from Integration - now v1.0 build 1 Phil Nash 2013-06-28 14:11:28 +0100
  • 53f128fac5 Ignore DerivedData Phil Nash 2013-06-26 08:49:57 +0100
  • a76d93ad54 Removed filename from --reporter option (it's not implemented yet) Phil Nash 2013-06-26 08:42:05 +0100
  • ae1c1ac1a0 Added "what's changed" Phil Nash 2013-06-25 13:21:41 +0100
  • 5ddd6e31e4 Added #define NOMINMAX - thanks to @robson3 in #171 Phil Nash 2013-06-14 19:18:13 +0100
  • 1d3dd71774 Fixed returns in docs ref Phil Nash 2013-06-14 08:41:59 +0100