Commit Graph

  • 783965991a Report full path of test run Baruch Burstein 2015-05-20 22:59:33 +0300
  • 6ed74b5cab changed hex threshold on ints to 255 Phil Nash 2015-05-20 18:28:22 +0100
  • bdbfe69e3c Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2015-05-20 18:13:15 +0100
  • 605d870384 Updated toString docs with StringMaker Phil Nash 2015-05-20 18:12:40 +0100
  • 97cbd99ff5 Merge e9597561cb into a55c1cfb97 alex85k 2015-05-20 05:28:24 +0000
  • a55c1cfb97 Merge pull request #380 from socantre/master Phil Nash 2015-05-20 06:27:00 +0100
  • 43470b2606 Removed CATCH_CONFIG_CPP11_NULLPTR for VS2015 Phil Nash 2015-05-19 22:37:23 +0100
  • 318c936712 build 2 Phil Nash 2015-05-19 18:40:00 +0100
  • e86daf8bdd Reorganised C+11 feature detection a bit and added CATCH_CONFIG_CPP11_NULLPTR for VS2015 Phil Nash 2015-05-19 18:37:58 +0100
  • bfa3f863d6 Removed some more warnings Phil Nash 2015-05-19 18:23:52 +0100
  • 2946c1988c Added comments on multi-file tests to tutorial Phil Nash 2015-05-18 18:40:58 +0100
  • 563068a4ab Merge da280ae094 into 797592009e Mazyad Alabduljaleel 2015-05-18 17:19:51 +0000
  • 797592009e Merge pull request #404 from adzenith/patch-1 Phil Nash 2015-05-18 18:18:33 +0100
  • 702cbc191a Merge branch 'BMBurstein-develop' Phil Nash 2015-05-18 18:13:17 +0100
  • 2fc9de9370 Updated approvals following merge of develop back to master Phil Nash 2015-05-18 18:11:58 +0100
  • c708570d46 Merge branch 'develop' of git://github.com/BMBurstein/Catch into BMBurstein-develop Phil Nash 2015-05-18 08:38:50 +0100
  • 726ca7ff9a Added FAIL_AT, MARK_FAILED and MARK_FAILED_AT Bjorn Fahller 2015-05-16 15:40:56 +0200
  • 954ad4d7a7 Merge 465454fecc into 4af4405ce1 Baruch 2015-04-29 10:58:12 +0000
  • 465454fecc Fix REQUIRE_FALSE so that it aborts test case Baruch 2015-04-29 13:54:47 +0300
  • 65953871fc Fix typo in tutorial.md Nikolaus Wittenstein 2015-04-20 19:49:40 -0400
  • 3cb98ada0b Replace tabs with spaces in main include files stijn 2015-04-15 14:06:47 +0200
  • ca280cecfb Merge ec5ca60a60 into 35f4266d00 student-t 2015-04-13 01:10:47 +0000
  • ec5ca60a60 Added Google's support for floating comparison. Refer to http://stackoverflow.com/questions/17333/most-effective-way-for-float-and-double-comparison. student-t 2015-04-13 11:09:53 +1000
  • da280ae094 Add a section about multiple file tests. Mazyad Alabduljaleel 2015-04-12 09:52:20 +0400
  • 35f4266d00 Merge branch 'develop' Phil Nash 2015-03-27 20:49:32 +0000
  • 4af4405ce1 Fixed a missing ), as per PR #363 and PR #390 Phil Nash 2015-03-27 18:23:02 +0000
  • 37e556186c v1.1 build 1 (master) Updated version for master and regenerated single include Phil Nash 2015-03-27 18:02:28 +0000
  • a21fb80edb Ignore *.xccheckout Phil Nash 2015-03-27 17:55:13 +0000
  • d9fbc62093 Merged from develop Phil Nash 2015-03-27 17:54:45 +0000
  • 9b3189fce0 Resolved #359 kentsangkm 2015-03-26 19:50:54 +0800
  • 463981554d Revert "Resolved #359" kentsangkm 2015-03-26 19:38:07 +0800
  • 7a89c35921 Merge c1a98f4465 into b9ec8a10ed VZ 2015-03-25 16:48:49 +0000
  • c1a98f4465 Just balance the parentheses around the links. VZ 2015-03-25 17:47:48 +0100
  • c743ec7395 Merge c97927f242 into b9ec8a10ed KenMan 2015-03-21 08:52:06 +0000
  • c97927f242 Resolved #359 kentsangkm 2015-03-21 16:49:00 +0800
  • 6926b39c50 Add TEMPLATE_TEST_CASE_n macros to meet the requirements of type-parameterised tests via test case templates (#46, #357) gbsylveg 2015-03-18 11:18:11 +0000
  • 85f160075a Return non-const ref from Catch::Session::cli() jh3141 2015-03-13 21:04:47 +0000
  • dd460f0085 s/ran/run socantre 2015-03-07 16:09:36 -0500
  • 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 +0000
  • 090c74c420 Use reinterpret_cast to eliminate some warnings #369 Phil Nash 2015-03-04 19:00:29 +0000
  • 572911d880 Changed comment to work around header stitching bug Phil Nash 2015-03-04 18:33:31 +0000
  • a806c3e700 Build 14 Phil Nash 2015-03-04 08:23:40 +0000
  • 856468c8c4 Rebased to include new --force-colour tests Phil Nash 2015-03-04 08:22:32 +0000
  • 036265947c Merge branch 'peterhuene-develop' into develop Phil Nash 2015-03-04 08:06:36 +0000
  • 6d1da8e8d7 Merge branch 'develop' of git://github.com/peterhuene/Catch into peterhuene-develop Phil Nash 2015-03-04 08:06:04 +0000
  • ce0b170dc2 Suppress warnings correctly for Intel compiler #376 Phil Nash 2015-03-04 07:54:35 +0000
  • e04ba5c9f6 Removed over-eager assertion. Doesn't hold if reporting due to a segfault #377 Phil Nash 2015-03-04 07:47:43 +0000
  • 5eb7748a55 Changed relative #includes and made SourceLineInfo sortable (added < op) Phil Nash 2015-03-04 07:08:53 +0000
  • e5280b2c57 Add --force-colour option to force colour output. Peter Huene 2015-02-11 12:40:20 -0800
  • d27dba122b Include missing header. Roberth Kulbin 2015-01-20 20:28:25 +0000
  • fcb5f1239c Add a proper debugger check in Linux. Roberth Kulbin 2015-01-20 19:46:57 +0000
  • 7646cd488a Merge fef76b23e6 into b9ec8a10ed Václav Zeman 2015-01-17 12:38:13 +0000
  • fef76b23e6
    Fix -Wshadow warnings produced by GCC. Vaclav Zeman 2015-01-17 13:33:58 +0100
  • 7bc0d4f049 Linux debugger breakpoint support. Roberth Kulbin 2015-01-17 01:30:06 +0000
  • 45a522fd72 Fixed a breakage in a comment in the single header include. It seems his generation script is faulty. Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) 2015-01-12 19:13:15 +0000
  • 71043142bf Merge 39f31c4cef into b9ec8a10ed Václav Zeman 2015-01-12 12:33:25 +0000
  • 39f31c4cef Detect C++11 support for Visual Studio 2015. Vaclav Zeman 2015-01-12 13:29:43 +0100
  • b5067908cd Merge 00b152b26d into b9ec8a10ed rnburn 2015-01-05 00:27:56 +0000
  • 83000a3fb9 Merge ba937c9c74 into b9ec8a10ed Sadika Sumanapala 2015-01-04 10:32:18 +0000
  • ba937c9c74 Fix missing brackets in tutorial.md Sadika Sumanapala 2015-01-04 16:01:58 +0530
  • 5e44de3222 Merge 6a6b41411c into b9ec8a10ed Thomas Lamb 2015-01-03 20:37:54 +0000
  • 7383618fed Fix breakage in INTERNAL_CATCH_TRANSLATE_EXCEPTION Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) 2015-01-03 15:01:10 +0000
  • c88c246cda Merge branch 'develop' into use-counter-for-testcase Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) 2015-01-03 14:47:08 +0000
  • 0b61bdd891 Merge 4abb5a2af7 into b9ec8a10ed Arturo Isaí Castro Pérpuli 2015-01-02 09:07:26 +0000
  • 7f5615272b build 13 Phil Nash 2014-12-30 18:47:29 +0000
  • 50183208a3 Added tests for toString<std::tuple<>> and rebased Phil Nash 2014-12-30 18:47:01 +0000
  • e8a99231b6 Merge branch 'PureAbstract-tuple_to_string' into develop Phil Nash 2014-12-30 18:43:38 +0000
  • 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 +0000
  • b9ec8a10ed Merge pull request #344 from therocode/patch-1 Phil Nash 2014-12-30 18:36:27 +0000
  • 060b65bd81 Merge pull request #329 from AnthonySuper/betterdocs Phil Nash 2014-12-30 18:35:09 +0000
  • d76e08113b build 12 Phil Nash 2014-12-30 18:26:07 +0000
  • c6635a7b79 Added type attribute to xml reporter output Phil Nash 2014-12-30 18:25:27 +0000
  • 6817bb099d Fixed up xml reporter and rebased Phil Nash 2014-12-30 18:24:31 +0000
  • 3e0c501812 Fixed escaping of ' in TeamCity reporter Phil Nash 2014-12-29 20:04:54 +0000
  • 1cbc4f2c9c Merge branch 'develop' of https://github.com/SeanCline/Catch into develop Phil Nash 2014-12-23 18:54:08 +0000
  • 92f0836fd3 build 11 Phil Nash 2014-12-22 20:18:05 +0000
  • 3c8c9b2933 rebased Phil Nash 2014-12-22 20:17:50 +0000
  • fa751e6a37 FIxed a couple of test names Phil Nash 2014-12-22 20:17:26 +0000
  • 7619920f86 Support for reporting skipped tests Phil Nash 2014-12-22 20:10:33 +0000
  • 58dcb5ea92 Removed #includes for Catch headers Phil Nash 2014-12-22 19:45:16 +0000
  • b771394e00 regenerated single include Phil Nash 2014-12-22 07:42:57 +0000
  • a9f16b18f7 Fix memset build error Phil Nash 2014-12-22 07:42:25 +0000
  • 576aff6085 build 10 Phil Nash 2014-12-21 00:21:23 +0000
  • 3dc3763b07 Rebased Phil Nash 2014-12-21 00:20:09 +0000
  • 3f9e3e21ea Some clean-up ready for first push to GitHub Phil Nash 2014-12-21 00:17:45 +0000
  • 2771220a41 Cleaned up section headers Phil Nash 2014-12-20 01:02:17 +0000
  • 8ec959e936 TeamCity reporter work Phil Nash 2014-12-20 00:46:02 +0000
  • 5933d75cdc Fixed HasExpression check Phil Nash 2014-12-19 19:25:53 +0000
  • 3724463be7 Fixed escape order and expression reporting Phil Nash 2014-12-19 19:24:41 +0000
  • 7306eb3cfc TeamCity reporter Phil Nash 2014-12-19 19:05:24 +0000
  • 458b3ae257 Fixed replace(inPlace) function Phil Nash 2014-12-19 18:16:19 +0000
  • db0421e840 First commit of (in progress) TeamCity reporter Phil Nash 2014-12-19 17:52:33 +0000
  • acf638f2bc Added docs for floating point comparisons Phil Nash 2014-12-17 18:45:50 +0000
  • b454c43dea Extends configuration docs Phil Nash 2014-12-17 18:16:24 +0000
  • 7abc9fa8b7 Added docs for --invisibles Phil Nash 2014-12-16 18:38:40 +0000
  • f5c9859131 Try again to fix --order docs Phil Nash 2014-12-16 18:21:42 +0000
  • c0c6e7a746 Fixed single_include link Phil Nash 2014-12-16 18:19:42 +0000
  • 0b1fa6a080 fixed (hopefully) formatting of '--order' docs Phil Nash 2014-12-16 18:19:28 +0000
  • 840b99af92 Added docs for --input-file (somehow missing from previous commit) Phil Nash 2014-12-16 18:13:29 +0000
  • 5259b78fea Updated command line docs Phil Nash 2014-12-16 18:11:13 +0000