Commit Graph

  • 590061d37f 1 stray tab character Cyberboss 2016-06-14 10:45:01 -0400
  • 75be50ced4 Fixed the Wreoder bug Cyberboss 2016-06-14 10:12:57 -0400
  • 52e415805f Fixed a dangling else issue Cyberboss 2016-06-13 10:27:52 -0400
  • 88f7513007 Merge branch 'master' of https://github.com/philsquared/Catch Cyberboss 2016-06-13 10:17:02 -0400
  • dfca8bcf57 --list-test-sources documentation Cyberboss 2016-06-13 10:15:32 -0400
  • b2c9a681bb Added --list-tests-and-sources Cyberboss 2016-06-13 10:08:25 -0400
  • c8eb28622c Merge 5300004f50 into 35f510545d Ludger Sprenker 2016-06-12 16:34:35 +0000
  • 1dd63a15ef Update catch_common.h Sergej Zuyev 2016-06-12 17:34:56 +0200
  • 237d275fda Update catch_common.h Sergej Zuyev 2016-06-12 17:21:10 +0200
  • 2a7d33a38c First cut of new, non-owning, StringRef class, with no dependencies in header Phil Nash 2016-06-10 19:37:27 +0100
  • 3be950958c Suppress more warnings in test code Phil Nash 2016-06-10 19:33:23 +0100
  • 3984473e26 Remove unused constructor in test code to eliminate warning Phil Nash 2016-06-10 19:33:07 +0100
  • 36cd85acbe Suppress warnings about double promotions Phil Nash 2016-06-10 19:32:33 +0100
  • 35f510545d v1.5.6 v1.5.6 Phil Nash 2016-06-09 19:21:09 +0100
  • 742457cbcf Use Clara v0.0.2.4 (updated) - fix for string lengths Phil Nash 2016-06-09 19:19:55 +0100
  • 1aa6c91e64 Fixed RNG issue with pre C++14 compilers Phil Nash 2016-06-09 19:07:05 +0100
  • 9023ec72f0 Merge 1d1b240306 into ac220289a6 akale2408 2016-06-09 15:55:56 +0000
  • 1d1b240306 generated single_include using scripts/generateSingleHeader.py Atul Kale 2016-06-09 10:55:48 -0500
  • c1f94441d6 Fix indentation warnings from gcc 6.1.0 Atul Kale 2016-06-09 08:40:23 -0500
  • ac220289a6 v1.5.5: Deal with auto_ptr and random_shuffle hard deprecations in C++14 v1.5.5 Phil Nash 2016-06-09 08:19:23 +0100
  • be3570ef22 Use std::shuffle instead of (deprecated) std::random_shuffle if C++14 detected Phil Nash 2016-06-09 08:15:57 +0100
  • a74d760d74 Switched remaining std::auto_ptrs to use CATCH_AUTO_PTR Phil Nash 2016-06-08 19:14:54 +0100
  • afc0b31b10 Regenerated single-header Phil Nash 2016-06-07 22:59:54 +0100
  • 95efc50731 dev build 3 Phil Nash 2016-06-07 07:42:59 +0100
  • f19b2dc661 Rebased approvals following several merges from master Phil Nash 2016-06-07 07:42:10 +0100
  • 07f04fc95d "test" expression using !! instead of static_cast to bool. This addresses #657 while (hopefully) maintaining fix for #574 Phil Nash 2016-05-12 19:17:55 +0100
  • b4f4cf370d Using Clara 0.0.2.4 - fixes issue with spaces in quoted arguments Phil Nash 2016-05-07 23:12:46 +0100
  • f61d30d620 Pins LLVM 3.8 (stable) instead of tracking the nightly repository Daniel J. Hofmann 2016-05-07 18:54:46 +0200
  • 5c99c53a34 Removed use of dynamic_cast from test_case_tracker. (Thanks to #631 and #648) Phil Nash 2016-04-28 08:10:10 +0100
  • 5d84c964c9 Removed use of dynamic_cast for MultipleReporters (Thanks to #630, #636 and #648) Phil Nash 2016-04-28 07:54:57 +0100
  • a96974e65f Updated embedded Clara to 0.0.2.3 - has all new, more robust, token parsing. - eliminates issue with unreachable code - allows use of forward slashes to introduce short args on Windows Phil Nash 2016-04-23 13:21:29 +0100
  • 7ea59102f1 Update tutorial.md Rafael Eyng 2016-04-04 23:04:45 -0300
  • c4c8843cae [#608] Don't use exit() on duplicate test descriptions Robert Dailey 2016-04-01 11:54:23 -0500
  • 675bc5450e Added missing CATCH_OVERRIDE to CumulativeReporterBase::assertionEnded(). This fixes a warning when building in Xcode 7.2+ with default warning settings. Ian Copland 2016-03-29 17:03:09 +0100
  • c65b00f73e Fixed !shouldfail Phil Nash 2016-03-14 19:13:34 +0000
  • 65b768aad7 Fix CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS: GCC needs to be capitalized. David Grayson 2016-03-04 19:24:07 -0800
  • 45bf93aa8b Suppress parentheses warnings on clang and gcc - should address #593, #528, #521, #496 (and possibly others) Phil Nash 2016-02-29 08:01:06 +0000
  • 109758131a Removed deprecated --force-colour option Phil Nash 2016-06-07 07:16:35 +0100
  • 8a102bd13c Added --use-colour option to give finer control over colourisation. --force-colour is still present but deprecated (will remove soon) Phil Nash 2016-02-24 18:51:01 +0000
  • a4a2c15e0c removes link to missing readme file Trevor Hickey 2016-02-26 10:29:23 -0500
  • 3f226c1999 Support explicit operator bool Sean Middleditch 2016-02-25 00:34:09 -0800
  • e134da2e10 Use Clara v0.0.1.1 Phil Nash 2016-02-10 19:21:09 +0000
  • 7f9fbd58c8 Fix as suggested in #574 Cast expression to bool to prevent custom && from defeating short-circuiting Phil Nash 2016-02-10 05:49:56 +0000
  • 5c60a06ffe Removed reference to pre 1.0 release from README Phil Nash 2016-01-22 07:57:45 +0000
  • 51cc268609 Fix EndsWith Matcher (and refactored EndsWith and StartsWith in terms of endsWith and startsWith) (see Issue #573) Phil Nash 2016-01-22 07:50:59 +0000
  • d1b394d957 Fixed CATCH_REGISTER_TEST_CASE too Phil Nash 2016-01-22 07:50:10 +0000
  • 642598b11e Fixed REGISTER_TEST_CASE for VS2013 (hopefully) - see #549 Phil Nash 2016-01-05 08:19:16 +0000
  • 7e86613377 Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) Phil Nash 2015-12-28 15:06:04 +0000
  • b54813e84e First cut of ThreadContext (not plumbed in anywhere yet) Phil Nash 2015-12-07 18:47:59 +0000
  • 3d6bef2a82 Keep Xcode 7.1 happy Phil Nash 2015-11-24 18:16:21 +0000
  • c2b8919b4d Removed LegacyReporter support Phil Nash 2015-11-23 18:52:57 +0000
  • 79e4327329 Fixed a couple of warning regressions Phil Nash 2015-11-23 18:45:40 +0000
  • ebb4677089 Funnel most calls to getCurrentRunContext() through C_A_T_C_H_Context() Phil Nash 2015-11-23 18:43:16 +0000
  • 56eea9de22 Fixed indentation Peter Nemere 2016-06-06 14:41:20 +1000
  • ede3dd13fa Modified team city reporter to report testIgnored if it was skipped, eg due to the [mayfail] tag Peter Nemere 2016-06-06 14:32:07 +1000
  • d0bd13dc17 --list-test-names-and-sources Fixed tabs/spaces Cyberboss 2016-06-05 15:56:50 -0400
  • 8fd23466ba --list-test-names-and-sources documentation Cyberboss 2016-06-05 15:45:44 -0400
  • 406e568d80 --list-test-names-and-sources functionality Cyberboss 2016-06-05 15:41:19 -0400
  • bc4bba8d63 1.5.4 Andrea Colaci 2016-05-17 12:59:49 +0100
  • bbfb64dfe6 Fix string iteration accesses null terminator. cppcheck complains. Alternatively, if this is intentional, a comment would be appreciated, such as: // intentional access of terminating-'\0' Ross Bencina 2016-05-16 19:02:09 +1000
  • 085e13849a Merge 73869e9143 into f666f5f0ae Nigel Stewart 2016-05-13 23:56:25 +0000
  • f666f5f0ae v1.5.4 v1.5.4 Phil Nash 2016-05-12 19:18:04 +0100
  • 7940d58a2f "test" expression using !! instead of static_cast to bool. This addresses #657 while (hopefully) maintaining fix for #574 Phil Nash 2016-05-12 19:17:55 +0100
  • 78c7a7bf51 npm comp: include dirs, package Andrea Colaci 2016-05-12 15:54:18 +0100
  • ebf9f3bb9d v1.5.3 v1.5.3 Phil Nash 2016-05-10 19:09:59 +0100
  • 1ebebd4ab8 Merge branch 'rcdailey-throw-on-duplicate-tests' Phil Nash 2016-05-10 19:07:07 +0100
  • b57e734eb4 Merge branch 'throw-on-duplicate-tests' of git://github.com/rcdailey/Catch into rcdailey-throw-on-duplicate-tests Phil Nash 2016-05-10 19:06:47 +0100
  • b6197b2171 add missing argument to CATCH_CHECK_THROWS (closes #602) Kevin Ushey 2016-04-21 18:26:17 -0700
  • 5aa2b82b17 Merge pull request #656 from daniel-j-h/better_travis Phil Nash 2016-05-07 23:19:26 +0100
  • 5c198d85e6 v1.5.2 v1.5.2 Phil Nash 2016-05-07 23:14:04 +0100
  • 5a6b291878 Using Clara 0.0.2.4 - fixes issue with spaces in quoted arguments Phil Nash 2016-05-07 23:12:46 +0100
  • 1706dd4f11 Pins LLVM 3.8 (stable) instead of tracking the nightly repository Daniel J. Hofmann 2016-05-07 18:54:46 +0200
  • 73869e9143 Passing by value is a potential performance issue, for const comparision (Coverity defect) Nigel Stewart 2016-05-07 20:05:20 +1000
  • ae84c6a30b URL fixed Eldar Zakirov 2016-05-06 22:44:35 +0300
  • 92b141ee53 v1.5.1 v1.5.1 Phil Nash 2016-04-28 08:13:00 +0100
  • 4f1263d6b4 Removed use of dynamic_cast from test_case_tracker. (Thanks to #631 and #648) Phil Nash 2016-04-28 08:10:10 +0100
  • 3b19458fed Removed use of dynamic_cast for MultipleReporters (Thanks to #630, #636 and #648) Phil Nash 2016-04-28 07:54:57 +0100
  • 9260e6b949 Merge 2ebd7dc10e into e5537842d0 Eirik Byrkjeflot Anonsen 2016-04-28 06:56:33 +0000
  • 14689513ad Merge 27373d4f2c into e5537842d0 Eirik Byrkjeflot Anonsen 2016-04-28 06:56:29 +0000
  • 4328eddb61 Merge 162ea1a49a into e5537842d0 Eirik Byrkjeflot Anonsen 2016-04-26 20:33:36 +0000
  • e5537842d0 Regenerated single include (forgot for previously tagged release) v1.5.0 V1.5.0 Phil Nash 2016-04-25 18:56:50 +0100
  • 0fe303b6b7 v1.5.0 (due to new embedded Clara) Phil Nash 2016-04-23 13:25:51 +0100
  • 1c47fe023a Updated embedded Clara to 0.0.2.3 - has all new, more robust, token parsing. - eliminates issue with unreachable code - allows use of forward slashes to introduce short args on Windows Phil Nash 2016-04-23 13:21:29 +0100
  • 6f3bc629be Merge branch 'AzCopey-hotfix/override-warning' Phil Nash 2016-04-23 13:14:08 +0100
  • 9e650b98b2 update .travis.yml for clang 3.8 Eric Schmidt 2016-04-22 00:39:36 -0600
  • d81594d7b7 Put quote marks around printed characters; also nicely print some escapes Eric Schmidt 2016-04-20 21:52:20 -0600
  • 8c38bd9d68 Fix warning: conversion from 'int' to 'char', possible loss of data. yuboxie 2016-04-20 03:06:00 -0700
  • 6de7142d1f Merge pull request #634 from rafaeleyng/patch-1 Phil Nash 2016-04-05 18:23:22 +0100
  • 2ebd7dc10e Eliminate dynamic cast by implementing MultipleReporters as a linked list Eirik Byrkjeflot Anonsen 2016-04-05 18:21:49 +0200
  • 8f7a9e98a8 Changed encoding of MiscTests.cpp to utf-8 Vladimir Zelenkin 2016-04-05 14:21:32 +0300
  • 42d4e9f1b0 1. fixed bug in XmlEncode::encodeTo(): incorrect escaping of UTF-8 symbols 2. added test for XmlEncode in case of UTF-8 symbols Vladimir Zelyonkin 2016-04-05 10:00:15 +0300
  • 7544644bb4 Update tutorial.md Rafael Eyng 2016-04-04 23:04:45 -0300
  • 27373d4f2c refactor: Clean up addReporter() Eirik Byrkjeflot Anonsen 2016-04-04 19:05:27 +0200
  • 218d0bdcc7 Eliminate dynamic cast by promoting interface to parent class Eirik Byrkjeflot Anonsen 2016-04-04 18:51:33 +0200
  • 162ea1a49a Replace two dynamic_casts with static_casts Eirik Byrkjeflot Anonsen 2016-04-04 18:29:07 +0200
  • 8e7395f2c6 removes uneeded parentheses Trevor Hickey 2016-04-01 23:59:17 -0400
  • aee03ac03b Include catch header files in CMake script Robert Dailey 2016-04-01 12:01:33 -0500
  • 86c0ea2999 [#608] Don't use exit() on duplicate test descriptions Robert Dailey 2016-04-01 11:54:23 -0500
  • 7075b7defb Added missing CATCH_OVERRIDE to CumulativeReporterBase::assertionEnded(). This fixes a warning when building in Xcode 7.2+ with default warning settings. Ian Copland 2016-03-29 17:03:09 +0100
  • 8adcc20f2d Merge 922121a2d2 into f4ba8aaf19 Nik Reiman 2016-03-29 13:51:03 +0000