Commit Graph

  • b4625208d0 Test for FAIL that doesn’t take an argument Phil Nash 2013-12-14 14:30:58 +00:00
  • 274ed3ea76 Allow FAIL() to be empty Phil Nash 2013-12-12 23:02:31 +00:00
  • a6d74bd55a Build 17 Phil Nash 2013-12-11 08:28:15 +00:00
  • 0b63e0d868 Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER - as discussed in #229 Phil Nash 2013-12-11 08:26:56 +00:00
  • a1e87a4b7d trim test/ section names in xml reporter - BDD-style test names have leading spaces for alignment in the console reporter Phil Nash 2013-12-10 08:20:46 +00:00
  • ef95020239 Stop overloading virtualise defined at multiple levels Phil Nash 2013-12-07 09:08:01 +00:00
  • de49ec4d7c Fixed broken single header following script change - fixed the script (was missing #ifdefs) - also fixed single include (Xcode) test project - build 16 Phil Nash 2013-12-04 20:25:14 +00:00
  • 87b20e8dab SourceLineInfo takes char*s instead of std::strings Phil Nash 2013-12-04 08:12:30 +00:00
  • 47a5ad3038 Normalised “hidden” tags Phil Nash 2013-12-04 07:58:39 +00:00
  • 3524321295 Removed some cruft Phil Nash 2013-12-04 07:58:21 +00:00
  • 3649fdf285 Build 15 Phil Nash 2013-12-03 18:53:55 +00:00
  • c4a089c12b Refactored a lot of code from headers into impl headers only compiled into one TU - also added noimpl option to single header script - which only generates the non impl code Phil Nash 2013-12-03 18:52:41 +00:00
  • 8ba6555acd Merge pull request #224 from PetterS/cygwinfix Phil Nash 2013-11-26 15:33:37 -08:00
  • c032dfa41c Fix fileno not always present. fileno(stdout) = STDOUT_FILENO. Petter Strandmark 2013-11-26 19:37:37 +01:00
  • 5ecb72b9bb Build 14 Phil Nash 2013-11-26 20:57:45 +00:00
  • 782c2b5891 Added ability to load names of tests to run from a file Phil Nash 2013-11-26 20:57:34 +00:00
  • 993430a3c4 Merge pull request #222 from gnzlbg/cmake-docs Phil Nash 2013-11-21 11:09:31 -08:00
  • 69a921f2d6 Add documentation for the CMake build system gnzlbg 2013-11-21 14:05:04 +01:00
  • ba13f3f098 Restored second arg to a TEST_CASE for non variadic compilers Phil Nash 2013-11-21 08:08:05 +00:00
  • 063593828c Removed deleted file from CMake Phil Nash 2013-11-21 08:07:37 +00:00
  • ca7292e3a7 Removed redundant MetaTestRunner Phil Nash 2013-11-19 19:03:11 +00:00
  • 200197f0b2 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2013-11-19 07:22:24 +00:00
  • 337dc25ed7 Converted all test case names to "modern" style (freeform text + tags) Phil Nash 2013-11-19 07:21:03 +00:00
  • da0f4643f7 Merge pull request #217 from nanoant/patch/std-auto_ptr-deprecated Phil Nash 2013-11-18 00:21:11 -08:00
  • d1e5480d95 std::auto_ptr is deprecated in c++11/c++0x Adam Strzelecki 2013-11-15 17:21:22 +01:00
  • a9fd5b3f14 Removed cruft from VS projects Phil Nash 2013-11-14 23:35:56 +00:00
  • d3c8c9839f Merge pull request #214 from AIM360/weibelt/fix-eol Phil Nash 2013-11-14 15:28:58 -08:00
  • f15b74c0d2 Added some more docs Phil Nash 2013-11-14 19:08:19 +00:00
  • 8d44f2dbb2 build 13 Phil Nash 2013-11-13 08:10:45 +00:00
  • 4f57c8c589 Print warnings if no assertions and not running with -s Phil Nash 2013-11-13 08:07:38 +00:00
  • 2f086ae255 If no assertions print custom message Phil Nash 2013-11-12 19:06:08 +00:00
  • ecb9432763 Simplified and tidied test case and tag listing Phil Nash 2013-11-12 18:59:34 +00:00
  • 5320518dbc Build 12 Phil Nash 2013-11-09 07:47:09 +00:00
  • 11ba377134 Change one more in-page link to work with GitHub generated anchors Phil Nash 2013-11-09 07:43:20 +00:00
  • d17bb40030 Converted all html anchors in command line docs to match github generated anchors Phil Nash 2013-11-07 13:38:48 +00:00
  • 6916298c22 Attempt to match html anchors (which github strips out) with the ones github generates. Phil Nash 2013-11-07 13:30:39 +00:00
  • 2e4be2125b Fixed crlf issue Tobias Weibel 2013-11-07 13:05:29 +01:00
  • 0712bbb251 Merge pull request #207 from Fraser999/list_tests_issue Phil Nash 2013-11-07 03:11:19 -08:00
  • c2b0c6fb08 Added missing #include for <vector> Phil Nash 2013-11-07 10:35:59 +00:00
  • 0d4894e4bf Updated command line docs with -w and -d Phil Nash 2013-11-07 10:35:40 +00:00
  • 69a3f161f9 Added CTest targets to perform basic test of --list-tests and --list-tags options. Fraser Hutchison 2013-10-24 02:57:46 +01:00
  • 6253386458 Fixes overflow issue when listing tests. Fraser Hutchison 2013-10-24 02:53:13 +01:00
  • 93a945cee9 Fixed uninitialised members in Context object Phil Nash 2013-10-23 15:35:07 +01:00
  • 2b644b5128 Updated travis URL Phil Nash 2013-10-21 20:55:01 +01:00
  • a2bff4877e Merge branch 'master' of git://github.com/AIM360/Catch Phil Nash 2013-10-21 08:43:40 +01:00
  • cb7b4ecbdc Updated VS2010 project Phil Nash 2013-10-21 08:31:17 +01:00
  • d0e7b628b7 Fixed typo Phil Nash 2013-10-18 17:50:22 +01:00
  • faafa249ad Git Attributes, with control for line-endings Phil Nash 2013-10-18 07:53:05 +01:00
  • f4959e7699 First commit of docs for contributors Phil Nash 2013-10-18 07:52:38 +01:00
  • bdb718471f Fixed typo Phil Nash 2013-10-17 22:45:37 +01:00
  • 380f98ed1f Regenerated single include Phil Nash 2013-10-17 22:45:21 +01:00
  • 39ef46a02e Truncate excessively long messages rather than asserting Phil Nash 2013-10-17 18:02:38 +01:00
  • aafed303bb Added an extra tag test Phil Nash 2013-10-17 18:02:09 +01:00
  • 34266b6e0f more doc formatting fixes Phil Nash 2013-10-02 08:17:46 +01:00
  • 0b097c26b6 Fix wrapping width when listing tests - addresses #201 Phil Nash 2013-10-02 08:07:52 +01:00
  • b9c6d30631 minor doc tweaks Phil Nash 2013-10-02 07:58:15 +01:00
  • 716a3a0285 escaped square brackets Phil Nash 2013-10-02 07:55:01 +01:00
  • 76ef79a990 Expanded test-cases-and-exceptions docs and added to reference-index Phil Nash 2013-10-01 19:07:09 +01:00
  • 4ab680a4fb Expanded docs on tests cases and sections (still work-in-progress) - also touched up some outdated bits in the tutorial Phil Nash 2013-10-01 08:20:08 +01:00
  • a35ee200da Filter out version number from approval tests Phil Nash 2013-09-30 08:05:14 +01:00
  • 16c21ee265 No, really trim paths in approval tests down to just filenames Phil Nash 2013-09-30 08:01:10 +01:00
  • 1e74938538 Trim paths in approval tests down to filenames Phil Nash 2013-09-30 07:39:06 +01:00
  • 2f7a296897 Split approve file into multiple files Phil Nash 2013-09-27 19:01:14 +01:00
  • 345a4eab9b Removed outdated Xcode 3 project Phil Nash 2013-09-26 07:30:49 +01:00
  • b4af9b9620 Merge commit '22ded1f2bb3caf96d90c2f1981ede29d3aeb1c74' Phil Nash 2013-09-25 18:48:53 +01:00
  • 22ded1f2bb Merge pull request #198 from PureAbstract/vector_to_string Phil Nash 2013-09-25 10:43:31 -07:00
  • 41b27af45b Fix for comma separated tags on the command line - also added more test for tags Phil Nash 2013-09-25 18:40:07 +01:00
  • 649cd13c4d Upgraded project for latest Xcode Phil Nash 2013-09-24 07:42:08 +01:00
  • 358b7b29e1 Eliminate a warning in the latest clang with Xcode Phil Nash 2013-09-24 07:41:18 +01:00
  • 7974e1cb55 updated single-include version Andy Sawyer 2013-09-21 19:08:23 +01:00
  • d6f23a9a36 catch_tostring : moved defintion of rangeToString Andy Sawyer 2013-09-21 18:45:42 +01:00
  • 0dbcf218c3 Add allocator support to StringMaker<vector> Andy Sawyer 2013-09-17 22:22:47 +01:00
  • 1e2f1d1603 Fixes toString forward reference issue: - as raised in https://github.com/philsquared/Catch/pull/195 Phil Nash 2013-09-14 19:58:45 +01:00
  • f7378eebb6 Fixed string indexing bug Phil Nash 2013-09-07 12:07:38 +01:00
  • 04a3364b5a Regen single header Phil Nash 2013-08-16 19:09:09 +01:00
  • 638cf9feb4 Separated out catch_platform.h Phil Nash 2013-08-16 19:08:39 +01:00
  • 46118714b1 Build 8 - includes command line tweaks and fixes for durations Phil Nash 2013-08-16 19:01:32 +01:00
  • 1870ca8455 Some Clara/ command line clean-up and tweaks Phil Nash 2013-08-16 18:57:57 +01:00
  • f41fad7e20 Don't report durations if not reporter anything else Phil Nash 2013-08-16 18:57:41 +01:00
  • 357d654641 Added missing assert include Phil Nash 2013-08-16 08:01:16 +01:00
  • 3faa412855 Removed basic reporter Phil Nash 2013-08-15 19:09:07 +01:00
  • aa7123b696 Build 7 - New Junit reporter - New Timer class Phil Nash 2013-08-15 19:01:00 +01:00
  • 11b5179ceb Redacted test durations from JUnit reporter output in approval test script Phil Nash 2013-08-15 18:50:40 +01:00
  • d68510d6e3 Removed legacy JUnit reporter Phil Nash 2013-08-15 18:49:38 +01:00
  • 2ddb9d3802 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it Phil Nash 2013-08-15 18:39:55 +01:00
  • 1f519dd856 Added LazyStat wrapper Phil Nash 2013-08-08 08:24:37 +01:00
  • 29ccaa67ad Replaced currentSectionInfo and m_rootSection with m_sectionStack Phil Nash 2013-08-08 08:05:19 +01:00
  • 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 +01:00
  • d8f93f7552 Update README.md Kosta 2013-08-06 11:16:19 +02:00
  • af36d932cb Update README.md Kosta 2013-08-06 11:14:54 +02:00
  • cd9a5939f4 fixed formatting of travis status icons Kosta 2013-08-05 14:52:05 +02:00
  • 7fcde92561 added travis status to the readme Kosta 2013-08-05 14:50:14 +02:00
  • ba24e51306 cmake: call SelfTest exe instead of approvalTests script Kosta 2013-08-05 13:44:37 +02:00
  • c4863842c8 more approval tests script debugging Kosta 2013-08-05 13:29:42 +02:00
  • 0c8ad55a5b more debugging Kosta 2013-08-05 13:25:39 +02:00
  • f3119b0fcf more debugging Kosta 2013-08-05 13:22:23 +02:00
  • a5c423183a debugging arguments passed to the approvalTests script Kosta 2013-08-05 13:16:34 +02:00
  • 3f2e2bdb25 printing the executable into the console window Kosta 2013-08-05 13:10:24 +02:00
  • 5553a538c5 tweak CMakeLists.txt Kosta 2013-08-05 12:57:29 +02:00
  • f8d24b1d50 Calling SelfTest exe directly Kosta 2013-08-05 12:53:36 +02:00