Commit Graph

  • 2e4b8ccea6 Merge c8b4c922a5 into 74eef52644 David Grayson 2015-07-24 21:03:47 +0000
  • eab345c786 Merge c8b4c922a5 into 1dd0d4c61a David Grayson 2015-07-24 21:00:50 +0000
  • c8b4c922a5 GCC 5.2 only has nullptr if running in C++11 mode (or greater). Every GCC since 4.7 has a __cplusplus macro we can check to see what version of the C++ standard is being used. David Grayson 2015-07-24 13:48:58 -0700
  • 74eef52644 dev build 10 v1.2.1-develop.10 Phil Nash 2015-07-24 08:13:52 +0100
  • e085d4811a Qualified path to xmlwriter to fix travis error Phil Nash 2015-07-24 08:13:07 +0100
  • 2f6371f2ec dev build 9 v1.2.1-develop.9 Phil Nash 2015-07-23 23:06:26 +0100
  • 70975517b3 rebased approvals for long long test Phil Nash 2015-07-23 23:05:52 +0100
  • 733ebb6024 Added CATCH_CONFIG_CPP11_LONG_LONG support Phil Nash 2015-07-23 19:03:33 +0100
  • d6e59cd56f Fixed Xml encoding - don't encode apostrophes - only encode quotes in attributes - encode control characters (as in PR #465) Phil Nash 2015-07-23 18:45:31 +0100
  • 6de135c63a Given, When, Then prefixes are now std::strings (and so can be prepended to std::strings themselves) see #455 Phil Nash 2015-07-22 18:07:28 +0100
  • a0f6c9965d Proposal for fixing #464 - invalid XML in output. Espen Albrektsen 2015-07-17 19:07:19 +0200
  • 5bbdc8fd38 Dev build 8 v1.2.1-develop.8 Phil Nash 2015-07-15 23:03:11 +0100
  • 72868920bb Exception message assertions now work with matchers Phil Nash 2015-07-15 23:02:25 +0100
  • 8342ae8dfb dev build 7 v1.2.1-develop.7 Phil Nash 2015-07-13 15:03:26 +0100
  • 2104ca2aa4 Exception message testing now supports wildcards - extracted WildcardPattern from TestSpec::NamePattern Phil Nash 2015-07-13 15:03:04 +0100
  • 93a842e2f0 dev build 6 v1.2.1-develop.6 Phil Nash 2015-07-13 06:36:07 +0100
  • 85de743d70 Added _THROWS_WITH macros - asserts on exception message Phil Nash 2015-07-13 06:34:41 +0100
  • 5d5ed5a283 Updated approvalTests script to allow for modified version strings Phil Nash 2015-07-10 08:08:37 +0100
  • 1dd0d4c61a Force cout/ cerr to be initialised before errors in test registry are printed - see #461 Phil Nash 2015-07-10 07:44:37 +0100
  • 57df3ba998 Force cout/ cerr to be initialised before errors in test registry are printed - see #461 Phil Nash 2015-07-10 07:44:37 +0100
  • e6b365dc8c dev build 5 v1.2.1-develop.5 Phil Nash 2015-07-07 08:25:15 +0100
  • 02e1966db3 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs Phil Nash 2015-07-06 18:46:50 +0100
  • 584032dfa4 dev build 4 - undisturbed background colour (windows), from PR #456 v1.2.1-develop.4 Phil Nash 2015-07-06 06:22:28 +0100
  • 18acff62d3 Merge branch 'develop' of git://github.com/RandomInEqualities/Catch into RandomInEqualities-develop Phil Nash 2015-07-06 06:13:56 +0100
  • 1a2d027346 Fixed code analysis warning C28251. Tommy Nguyen 2015-07-04 20:13:18 +0200
  • c1ca0fdabe dev build 3 v1.2.1-develop.3 Phil Nash 2015-07-03 18:30:25 +0100
  • 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 +0100
  • 62e517f833 Fixed backslash detection in filenames-as-tags Phil Nash 2015-07-03 18:07:13 +0100
  • 6160a2b079 Fix for white background in windows powershell when using colour output. csa 2015-07-03 12:02:40 +0200
  • 56a67045d7
    Add missing 'break' in switch statement. Landon Fuller 2015-07-02 16:29:26 -0600
  • 8f66e3495b dev build 2 v1.2.1-develop.2 Phil Nash 2015-07-02 23:03:13 +0100
  • d87e551efa reseeds rng before each test case and provides access to seed through Catch::rngSeed() function Phil Nash 2015-07-02 23:02:35 +0100
  • e2dd571606
    Use our own test runner to handle reporting of failures via XCTest. Landon Fuller 2015-07-02 13:03:35 -0600
  • b971fe785b develop build 1 v1.2.1-develop.1 Phil Nash 2015-07-02 08:21:38 +0100
  • 088c5bc53e --filenames-as-tags Phil Nash 2015-07-02 08:20:18 +0100
  • 25556790eb
    Stub out an XCTestRunner implementation. Landon Fuller 2015-07-01 18:10:27 -0600
  • 680b1a881b Squashed some warnings about local variables shadowing members - see #444 Phil Nash 2015-07-01 07:50:53 +0100
  • 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 +0100
  • 3b18d9e962 build for v1.2.1 v1.2.1 Phil Nash 2015-06-30 18:26:09 +0100
  • 6d5797231c Split imply from TrackedSection class to avoid use of incomplete type - see #450 Phil Nash 2015-06-30 18:25:49 +0100
  • 804896cdfa Fixed approval tests script for new version number formatting Phil Nash 2015-06-30 18:24:59 +0100
  • 7ab3b5aefb Added compiler feature suppression macros Phil Nash 2015-06-30 08:41:55 +0100
  • 21f7ef6fdc Committed to semantic versioning v1.2.0 Phil Nash 2015-06-29 18:05:23 +0100
  • f5fef1ebed Fixed readme to not refer to develop branch Phil Nash 2015-06-26 06:55:11 +0100
  • 8cc1108f2b Use <= operator instead of ->* for decomposer Phil Nash 2015-06-26 06:35:33 +0100
  • 0c6abf4cd0 Fixed typo in docs Sumith 2015-06-24 20:01:59 +0530
  • 8b6e6f6a96 Fixed shell color code of "Blue" Philipp Claßen 2015-06-17 01:17:33 +0200
  • 9ab4ba8252 Make backticks symmetric in markdown Kylo Ginsberg 2015-06-14 10:40:40 -0700
  • a51502c1c3 Improve error messages Timon 2015-06-10 10:05:22 +0200
  • fe963ebcd6 fixes spacing tutorial.md Trevor Hickey 2015-05-29 13:05:02 -0400
  • 9f49dc2b76 defines BDD acronym, and replaces TDD with BDD Trevor Hickey 2015-05-29 13:01:53 -0400
  • bbacd75d80 Merge d0f5996864 into c51e86819d jespert 2015-05-27 20:32:22 +0000
  • d0f5996864 Fixed "char * const" versus "const char *" confusions throught the code base. Javier Espert Real 2015-05-27 20:56:41 +0100
  • 7b033660d0 Merge 83e063488c into c51e86819d Václav Haisman 2015-05-24 11:35:03 +0000
  • 83e063488c
    Fix -Wshadow warnings with GCC. Vaclav Haisman 2015-05-24 13:32:20 +0200
  • 4e3e031ecd Merge 9b3189fce0 into c51e86819d Kenman 2015-05-21 16:45:13 +0000
  • c51e86819d build 3 Phil Nash 2015-05-21 06:16:15 +0100
  • fc63b020c5 suppressed some more warnings Phil Nash 2015-05-21 06:15:53 +0100
  • 4cdb44b34a Merge 783965991a into 4af4405ce1 Baruch 2015-05-20 20:01:59 +0000
  • 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