Commit Graph

  • 18acff62d3 Merge branch 'develop' of git://github.com/RandomInEqualities/Catch into RandomInEqualities-develop Phil Nash 2015-07-06 06:13:56 +01:00
  • c1ca0fdabe dev build 3 v1.2.1-develop.3 Phil Nash 2015-07-03 18:30:25 +01:00
  • d6f1446e4e Fixed an issue on some compilers with implicit conversion from nullptr to Ptr - also cleaned up some warnings to do with CATCH_NULL Phil Nash 2015-07-03 18:27:36 +01:00
  • 62e517f833 Fixed backslash detection in filenames-as-tags Phil Nash 2015-07-03 18:07:13 +01:00
  • 6160a2b079 Fix for white background in windows powershell when using colour output. csa 2015-07-03 12:02:40 +02:00
  • 8f66e3495b dev build 2 v1.2.1-develop.2 Phil Nash 2015-07-02 23:03:13 +01:00
  • d87e551efa reseeds rng before each test case and provides access to seed through Catch::rngSeed() function Phil Nash 2015-07-02 23:02:35 +01:00
  • b971fe785b develop build 1 v1.2.1-develop.1 Phil Nash 2015-07-02 08:21:38 +01:00
  • 088c5bc53e --filenames-as-tags Phil Nash 2015-07-02 08:20:18 +01:00
  • 680b1a881b Squashed some warnings about local variables shadowing members - see #444 Phil Nash 2015-07-01 07:50:53 +01:00
  • 805de43a3d Use CATCH_NULL instead of NULL - expands to nullptr if CATCH_CONFIG_CPP11_NULLPTR is defined (see #444) Phil Nash 2015-07-01 07:33:27 +01:00
  • 3b18d9e962 build for v1.2.1 v1.2.1 Phil Nash 2015-06-30 18:26:09 +01:00
  • 6d5797231c Split imply from TrackedSection class to avoid use of incomplete type - see #450 Phil Nash 2015-06-30 18:25:49 +01:00
  • 804896cdfa Fixed approval tests script for new version number formatting Phil Nash 2015-06-30 18:24:59 +01:00
  • 7ab3b5aefb Added compiler feature suppression macros Phil Nash 2015-06-30 08:41:55 +01:00
  • 21f7ef6fdc Committed to semantic versioning v1.2.0 Phil Nash 2015-06-29 18:05:23 +01:00
  • f5fef1ebed Fixed readme to not refer to develop branch Phil Nash 2015-06-26 06:55:11 +01:00
  • 8cc1108f2b Use <= operator instead of ->* for decomposer Phil Nash 2015-06-26 06:35:33 +01:00
  • c51e86819d build 3 Phil Nash 2015-05-21 06:16:15 +01:00
  • fc63b020c5 suppressed some more warnings Phil Nash 2015-05-21 06:15:53 +01:00
  • 6ed74b5cab changed hex threshold on ints to 255 Phil Nash 2015-05-20 18:28:22 +01:00
  • bdbfe69e3c Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2015-05-20 18:13:15 +01:00
  • 605d870384 Updated toString docs with StringMaker Phil Nash 2015-05-20 18:12:40 +01:00
  • a55c1cfb97 Merge pull request #380 from socantre/master Phil Nash 2015-05-20 06:27:00 +01:00
  • 43470b2606 Removed CATCH_CONFIG_CPP11_NULLPTR for VS2015 Phil Nash 2015-05-19 22:37:23 +01:00
  • 318c936712 build 2 Phil Nash 2015-05-19 18:40:00 +01:00
  • e86daf8bdd Reorganised C+11 feature detection a bit and added CATCH_CONFIG_CPP11_NULLPTR for VS2015 Phil Nash 2015-05-19 18:37:58 +01:00
  • bfa3f863d6 Removed some more warnings Phil Nash 2015-05-19 18:23:52 +01:00
  • 2946c1988c Added comments on multi-file tests to tutorial Phil Nash 2015-05-18 18:40:58 +01:00
  • 797592009e Merge pull request #404 from adzenith/patch-1 Phil Nash 2015-05-18 18:18:33 +01:00
  • 702cbc191a Merge branch 'BMBurstein-develop' Phil Nash 2015-05-18 18:13:17 +01:00
  • 2fc9de9370 Updated approvals following merge of develop back to master Phil Nash 2015-05-18 18:11:58 +01:00
  • c708570d46 Merge branch 'develop' of git://github.com/BMBurstein/Catch into BMBurstein-develop Phil Nash 2015-05-18 08:38:50 +01:00
  • 465454fecc Fix REQUIRE_FALSE so that it aborts test case Baruch 2015-04-29 13:54:47 +03:00
  • 65953871fc Fix typo in tutorial.md Nikolaus Wittenstein 2015-04-20 19:49:40 -04:00
  • 35f4266d00 Merge branch 'develop' Phil Nash 2015-03-27 20:49:32 +00:00
  • 4af4405ce1 Fixed a missing ), as per PR #363 and PR #390 Phil Nash 2015-03-27 18:23:02 +00:00
  • 37e556186c v1.1 build 1 (master) Updated version for master and regenerated single include Phil Nash 2015-03-27 18:02:28 +00:00
  • a21fb80edb Ignore *.xccheckout Phil Nash 2015-03-27 17:55:13 +00:00
  • d9fbc62093 Merged from develop Phil Nash 2015-03-27 17:54:45 +00:00
  • dd460f0085 s/ran/run socantre 2015-03-07 16:09:36 -05:00
  • 0ae7578028 Restored tag parsing when checking for reserved tags - had been accidentally deleted in an earlier refactoring. A bit worrying that this didn't get spotted sooner! Phil Nash 2015-03-04 19:01:25 +00:00
  • 090c74c420 Use reinterpret_cast to eliminate some warnings #369 Phil Nash 2015-03-04 19:00:29 +00:00
  • 572911d880 Changed comment to work around header stitching bug Phil Nash 2015-03-04 18:33:31 +00:00
  • a806c3e700 Build 14 Phil Nash 2015-03-04 08:23:40 +00:00
  • 856468c8c4 Rebased to include new --force-colour tests Phil Nash 2015-03-04 08:22:32 +00:00
  • 036265947c Merge branch 'peterhuene-develop' into develop Phil Nash 2015-03-04 08:06:36 +00:00
  • 6d1da8e8d7 Merge branch 'develop' of git://github.com/peterhuene/Catch into peterhuene-develop Phil Nash 2015-03-04 08:06:04 +00:00
  • ce0b170dc2 Suppress warnings correctly for Intel compiler #376 Phil Nash 2015-03-04 07:54:35 +00:00
  • e04ba5c9f6 Removed over-eager assertion. Doesn't hold if reporting due to a segfault #377 Phil Nash 2015-03-04 07:47:43 +00:00
  • 5eb7748a55 Changed relative #includes and made SourceLineInfo sortable (added < op) Phil Nash 2015-03-04 07:08:53 +00:00
  • e5280b2c57 Add --force-colour option to force colour output. Peter Huene 2015-02-11 12:40:20 -08:00
  • 7f5615272b build 13 Phil Nash 2014-12-30 18:47:29 +00:00
  • 50183208a3 Added tests for toString<std::tuple<>> and rebased Phil Nash 2014-12-30 18:47:01 +00:00
  • e8a99231b6 Merge branch 'PureAbstract-tuple_to_string' into develop Phil Nash 2014-12-30 18:43:38 +00:00
  • 75a08bbc6c Merge branch 'tuple_to_string' of https://github.com/PureAbstract/Catch into PureAbstract-tuple_to_string Phil Nash 2014-12-30 18:42:17 +00:00
  • b9ec8a10ed Merge pull request #344 from therocode/patch-1 Phil Nash 2014-12-30 18:36:27 +00:00
  • 060b65bd81 Merge pull request #329 from AnthonySuper/betterdocs Phil Nash 2014-12-30 18:35:09 +00:00
  • d76e08113b build 12 Phil Nash 2014-12-30 18:26:07 +00:00
  • c6635a7b79 Added type attribute to xml reporter output Phil Nash 2014-12-30 18:25:27 +00:00
  • 6817bb099d Fixed up xml reporter and rebased Phil Nash 2014-12-30 18:24:31 +00:00
  • 3e0c501812 Fixed escaping of ' in TeamCity reporter Phil Nash 2014-12-29 20:04:54 +00:00
  • 1cbc4f2c9c Merge branch 'develop' of https://github.com/SeanCline/Catch into develop Phil Nash 2014-12-23 18:54:08 +00:00
  • 92f0836fd3 build 11 Phil Nash 2014-12-22 20:18:05 +00:00
  • 3c8c9b2933 rebased Phil Nash 2014-12-22 20:17:50 +00:00
  • fa751e6a37 FIxed a couple of test names Phil Nash 2014-12-22 20:17:26 +00:00
  • 7619920f86 Support for reporting skipped tests Phil Nash 2014-12-22 20:10:33 +00:00
  • 58dcb5ea92 Removed #includes for Catch headers Phil Nash 2014-12-22 19:45:16 +00:00
  • b771394e00 regenerated single include Phil Nash 2014-12-22 07:42:57 +00:00
  • a9f16b18f7 Fix memset build error Phil Nash 2014-12-22 07:42:25 +00:00
  • 576aff6085 build 10 Phil Nash 2014-12-21 00:21:23 +00:00
  • 3dc3763b07 Rebased Phil Nash 2014-12-21 00:20:09 +00:00
  • 3f9e3e21ea Some clean-up ready for first push to GitHub Phil Nash 2014-12-21 00:17:45 +00:00
  • 2771220a41 Cleaned up section headers Phil Nash 2014-12-20 01:02:17 +00:00
  • 8ec959e936 TeamCity reporter work Phil Nash 2014-12-20 00:46:02 +00:00
  • 5933d75cdc Fixed HasExpression check Phil Nash 2014-12-19 19:25:53 +00:00
  • 3724463be7 Fixed escape order and expression reporting Phil Nash 2014-12-19 19:24:41 +00:00
  • 7306eb3cfc TeamCity reporter Phil Nash 2014-12-19 19:05:24 +00:00
  • 458b3ae257 Fixed replace(inPlace) function Phil Nash 2014-12-19 18:16:19 +00:00
  • db0421e840 First commit of (in progress) TeamCity reporter Phil Nash 2014-12-19 17:52:33 +00:00
  • acf638f2bc Added docs for floating point comparisons Phil Nash 2014-12-17 18:45:50 +00:00
  • b454c43dea Extends configuration docs Phil Nash 2014-12-17 18:16:24 +00:00
  • 7abc9fa8b7 Added docs for --invisibles Phil Nash 2014-12-16 18:38:40 +00:00
  • f5c9859131 Try again to fix --order docs Phil Nash 2014-12-16 18:21:42 +00:00
  • c0c6e7a746 Fixed single_include link Phil Nash 2014-12-16 18:19:42 +00:00
  • 0b1fa6a080 fixed (hopefully) formatting of '--order' docs Phil Nash 2014-12-16 18:19:28 +00:00
  • 840b99af92 Added docs for --input-file (somehow missing from previous commit) Phil Nash 2014-12-16 18:13:29 +00:00
  • 5259b78fea Updated command line docs Phil Nash 2014-12-16 18:11:13 +00:00
  • 91c17f34eb build 9 Phil Nash 2014-12-15 07:26:31 +00:00
  • 7e1f21b334 tweaks to tutorial Phil Nash 2014-12-15 07:25:54 +00:00
  • 0dd214f6db tags with . prefix are all hidden Phil Nash 2014-12-15 07:25:34 +00:00
  • 6725e09003 any tag prefixed with . hides the test Phil Nash 2014-12-15 07:07:59 +00:00
  • 30888f59bf removed spurious } Phil Nash 2014-12-12 08:33:10 +00:00
  • 82754c1766 tweaked formatting Phil Nash 2014-12-12 08:29:21 +00:00
  • 694c4d7a59 Merge pull request #350 from jamiebullock/master Phil Nash 2014-12-12 08:19:06 +00:00
  • 13f98431ad build 8 Phil Nash 2014-12-12 08:11:18 +00:00
  • ff9e51df7f toString( int ) uses hex for large values Phil Nash 2014-12-12 08:10:45 +00:00
  • bd9fbe25f6 Fixed toString for Approx Phil Nash 2014-12-11 23:48:11 +00:00
  • a99e75b928 Made approvals more platform agnostic Phil Nash 2014-12-11 23:40:29 +00:00
  • c6d9bde04e fixed case of tostring.md link Phil Nash 2014-12-09 22:58:28 +00:00