Commit Graph

  • 2be372710e Build 1.5.9 v1.5.9 Phil Nash 2016-11-29 12:15:50 +00:00
  • 0c093bee38 Removed now redundant xml stream initialisation Phil Nash 2016-11-29 12:13:55 +00:00
  • dedc7c56ce Merge branch 'horenmar-xml-reporter-fix' Phil Nash 2016-11-29 12:11:05 +00:00
  • a9561ecb31 Merge branch 'xml-reporter-fix' of https://github.com/horenmar/Catch into horenmar-xml-reporter-fix Phil Nash 2016-11-29 12:10:46 +00:00
  • e4df006568 Merge branch 'horenmar-missing-include-fix' Phil Nash 2016-11-29 12:05:35 +00:00
  • fb99cc556d Merge branch 'missing-include-fix' of https://github.com/horenmar/Catch into horenmar-missing-include-fix Phil Nash 2016-11-29 12:05:11 +00:00
  • 862d13138c Explicitly convert int to char during transform on string (equivalent of PR #756) Phil Nash 2016-11-29 12:04:09 +00:00
  • 79acc0504b Sort test ordering during Approval testing Phil Nash 2016-11-29 11:32:16 +00:00
  • f9afa2a68d Ignore CMake and CLion generated files Phil Nash 2016-11-29 11:27:22 +00:00
  • 0c8c6b347a Fixes build error caused by missing include. Martin Hořeňovský 2016-11-28 15:47:20 +01:00
  • 40b6ad73df Fix XmlReporter always writing first line to stdout Martin Hořeňovský 2016-11-26 12:11:23 +01:00
  • 30cebd6177 Added some missing source files (including all SurrogateCpps) to CMake project. Fixed up relative include paths to make this work. Phil Nash 2016-11-09 22:55:32 +00:00
  • e27c4ee042 Build 1.5.8 v1.5.8 Phil Nash 2016-10-26 12:08:26 +01:00
  • 072114293b Merge branch 'BillyONeal-master' Phil Nash 2016-10-26 12:06:35 +01:00
  • f90ee9fb37 Merge branch 'master' of https://github.com/BillyONeal/Catch into BillyONeal-master Phil Nash 2016-10-26 12:04:38 +01:00
  • c17ba0870a Fix transform without a lambda Billy Robert O'Neal III 2016-10-14 14:08:57 -07:00
  • 79f01100e3 Fix transform narrowing warnings Billy Robert O'Neal III 2016-10-14 14:08:57 -07:00
  • ccf7f2842a Fix random_shuffle narrowing warnings Billy Robert O'Neal III 2016-10-14 14:06:45 -07:00
  • e0302db4a6 Rename element for Fatal Error Condition so it doesn't have spaces Fixes: #685 Phil Nash 2016-10-14 18:45:08 +01:00
  • 88732e85b2 Merge pull request #716 from jbcoe/master Phil Nash 2016-10-04 15:57:10 +01:00
  • 1c9a6cab88 Removed XCode6 builds (which were erroring anyway) and added XCode8 builds Phil Nash 2016-09-27 11:20:33 +01:00
  • 40f6068d52 Build 1.5.7 v1.5.7 Phil Nash 2016-09-27 10:46:22 +01:00
  • 21cbfc107e --list-test-names quotes test names that start with # - completes #717 Phil Nash 2016-09-27 10:43:03 +01:00
  • 31861bbd46 rebased following recent changes Phil Nash 2016-09-27 10:28:11 +01:00
  • b1eeec7c69 -f supports quoted test names (test name surrounded with " characters). This is the first part to resolving #717 Phil Nash 2016-09-27 10:27:28 +01:00
  • c23b374f3d Added braces to emphasise the return logic Phil Nash 2016-09-27 09:58:12 +01:00
  • 916317bd81 Merge pull request #680 from nabijaczleweli/master Phil Nash 2016-09-27 09:49:37 +01:00
  • 8c459dd207
    Fix misindent nabijaczleweli 2016-07-04 12:44:08 +02:00
  • fd7d35464b quick fix for failing travis builds on os x Jonathan B. Coe 2016-09-24 19:38:43 +01:00
  • c47c1797d2 Merge pull request #701 from razeh/master Phil Nash 2016-09-22 17:44:14 +01:00
  • f5d2b2dce8 Merge pull request #705 from hmich/xml-reporter-trim Phil Nash 2016-09-22 17:28:46 +01:00
  • 02c7e41c7c Do not trim test case names in the XML reporter. Igor Akhmetov 2016-08-30 10:54:02 +01:00
  • 5095619955 Fixes for XML encoding. Robert A Zeh 2016-08-24 09:38:24 -05:00
  • 35f510545d v1.5.6 v1.5.6 Phil Nash 2016-06-09 19:21:09 +01:00
  • 742457cbcf Use Clara v0.0.2.4 (updated) - fix for string lengths Phil Nash 2016-06-09 19:19:55 +01:00
  • 1aa6c91e64 Fixed RNG issue with pre C++14 compilers Phil Nash 2016-06-09 19:07:05 +01:00
  • 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 +01:00
  • be3570ef22 Use std::shuffle instead of (deprecated) std::random_shuffle if C++14 detected Phil Nash 2016-06-09 08:15:57 +01:00
  • a74d760d74 Switched remaining std::auto_ptrs to use CATCH_AUTO_PTR Phil Nash 2016-06-08 19:14:54 +01:00
  • f666f5f0ae v1.5.4 v1.5.4 Phil Nash 2016-05-12 19:18:04 +01:00
  • 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 +01:00
  • ebf9f3bb9d v1.5.3 v1.5.3 Phil Nash 2016-05-10 19:09:59 +01:00
  • 1ebebd4ab8 Merge branch 'rcdailey-throw-on-duplicate-tests' Phil Nash 2016-05-10 19:07:07 +01:00
  • 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 +01:00
  • 5aa2b82b17 Merge pull request #656 from daniel-j-h/better_travis Phil Nash 2016-05-07 23:19:26 +01:00
  • 5c198d85e6 v1.5.2 v1.5.2 Phil Nash 2016-05-07 23:14:04 +01:00
  • 5a6b291878 Using Clara 0.0.2.4 - fixes issue with spaces in quoted arguments Phil Nash 2016-05-07 23:12:46 +01:00
  • 1706dd4f11 Pins LLVM 3.8 (stable) instead of tracking the nightly repository Daniel J. Hofmann 2016-05-07 18:54:46 +02:00
  • 92b141ee53 v1.5.1 v1.5.1 Phil Nash 2016-04-28 08:13:00 +01:00
  • 4f1263d6b4 Removed use of dynamic_cast from test_case_tracker. (Thanks to #631 and #648) Phil Nash 2016-04-28 08:10:10 +01:00
  • 3b19458fed Removed use of dynamic_cast for MultipleReporters (Thanks to #630, #636 and #648) Phil Nash 2016-04-28 07:54:57 +01:00
  • e5537842d0 Regenerated single include (forgot for previously tagged release) v1.5.0 V1.5.0 Phil Nash 2016-04-25 18:56:50 +01:00
  • 0fe303b6b7 v1.5.0 (due to new embedded Clara) Phil Nash 2016-04-23 13:25:51 +01:00
  • 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 +01:00
  • 6f3bc629be Merge branch 'AzCopey-hotfix/override-warning' Phil Nash 2016-04-23 13:14:08 +01:00
  • 6de7142d1f Merge pull request #634 from rafaeleyng/patch-1 Phil Nash 2016-04-05 18:23:22 +01:00
  • 7544644bb4 Update tutorial.md Rafael Eyng 2016-04-04 23:04:45 -03:00
  • 86c0ea2999 [#608] Don't use exit() on duplicate test descriptions Robert Dailey 2016-04-01 11:54:23 -05:00
  • 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 +01:00
  • c984fc3ecd v1.4.0 - use __COUNTER__ for unique IDS instead of __LINE__ (where possible) + bug fixes v1.4.0 Phil Nash 2016-03-15 07:24:26 +00:00
  • 447f53e9e3 Fixed !shouldfail Phil Nash 2016-03-14 19:13:34 +00:00
  • 13a887ad24 Use __COUNTER__ when generating unique names instead of __LINE__, if available. Based on PR #351 Phil Nash 2015-12-15 07:50:51 +00:00
  • 02af70ed0b build v1.3.6 (include's David Grayson's fix for the gcc pragma) Phil Nash 2016-03-11 18:31:52 +00:00
  • c362894565 Merge branch 'DavidEGrayson-pr_gcc_pragma_typo' Phil Nash 2016-03-11 07:59:20 +00:00
  • 97e335437e Fix CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS: GCC needs to be capitalized. David Grayson 2016-03-04 19:24:07 -08:00
  • ae5ee2cf63 v1.3.5 v1.3.5 Phil Nash 2016-02-29 08:17:18 +00:00
  • f895e0d95f Rebased approvals following colour changes Phil Nash 2016-02-29 08:13:27 +00:00
  • 458f37ed57 Merge branch 'explicit-bool-conversion' of git://github.com/seanmiddleditch/Catch into seanmiddleditch-explicit-bool-conversion Phil Nash 2016-02-29 08:05:46 +00:00
  • 91bfe68a75 Suppress parentheses warnings on clang and gcc - should address #593, #528, #521, #496 (and possibly others) Phil Nash 2016-02-29 08:01:06 +00:00
  • 8ccb18daa9 Added --use-colour option to give finer control over colourisation. --force-colour is still present but deprecated (will remove in v2) Phil Nash 2016-02-24 18:51:01 +00:00
  • dce2154474 Merge pull request #598 from luxe/patch-1 Phil Nash 2016-02-27 17:06:57 +00:00
  • e52ad48fb7 removes link to missing readme file Trevor Hickey 2016-02-26 10:29:23 -05:00
  • 776247af81 Support explicit operator bool Sean Middleditch 2016-02-25 00:34:09 -08:00
  • 3b4edd7a48 Build for v1.3.4 v1.3.4 Phil Nash 2016-02-10 19:24:48 +00:00
  • 880a2046d9 Use Clara v0.0.1.1 Phil Nash 2016-02-10 19:21:09 +00:00
  • ffad3a0a39 Fix as suggested in #574 Cast expression to bool to prevent custom && from defeating short-circuiting Phil Nash 2016-02-10 05:49:56 +00:00
  • 3bd20bf2cd Removed reference to pre 1.0 release from README v1.3.3 Phil Nash 2016-01-22 07:57:45 +00:00
  • c7243562b0 v1.3.3 Phil Nash 2016-01-22 07:52:07 +00:00
  • b84e08ad6f 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 +00:00
  • aca16a0f99 Fixed CATCH_REGISTER_TEST_CASE too Phil Nash 2016-01-22 07:50:10 +00:00
  • f294c98472 Fixed REGISTER_TEST_CASE for VS2013 (hopefully) - see #549 Phil Nash 2016-01-05 08:19:16 +00:00
  • 7424b23bfb v1.3.1 Phil Nash 2015-12-28 15:07:32 +00:00
  • dbd3a84d92 Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) Phil Nash 2015-12-28 15:06:04 +00:00
  • f4ba8aaf19 dev build 2 v2.0.0-develop-2 Phil Nash 2015-12-15 07:54:49 +00:00
  • 25899ea20e Use __COUNTER__ when generating unique names instead of __LINE__, if available. Based on PR #351 Phil Nash 2015-12-15 07:50:51 +00:00
  • 5262e61e9d Approvals for Matcher change (added comma) Phil Nash 2015-12-10 18:43:29 +00:00
  • 36cee598cf Approvals for Matcher change (added comma) Phil Nash 2015-12-10 18:16:30 +00:00
  • 506b915f7f Add missing comma when in captured expression for matchers Simon Warta 2015-08-08 00:15:58 +02:00
  • 5cab3cc1b8 Fixed non-variadic version of REGISTER_TEST_CASE Phil Nash 2015-12-09 18:24:29 +00:00
  • a5fba672e1 Add missing comma when in captured expression for matchers Simon Warta 2015-08-08 00:15:58 +02:00
  • 2106d82881 Fixed non-variadic version of REGISTER_TEST_CASE Phil Nash 2015-12-09 18:24:29 +00:00
  • 981347b6e4 patch build to include last two fixes v1.3.1 Phil Nash 2015-12-09 18:11:48 +00:00
  • d2642325ae main takes args by non-const char* - see #548 Phil Nash 2015-12-09 06:21:28 +00:00
  • 8fa41d96c7 Initialise m_currentSortOrder - as reported in #545 Phil Nash 2015-12-09 06:15:52 +00:00
  • 9e341231ba main takes args by non-const char* - see #548 Phil Nash 2015-12-09 06:21:28 +00:00
  • 2b688e1cef Initialise m_currentSortOrder - as reported in #545 Phil Nash 2015-12-09 06:15:52 +00:00
  • 84d1c080d6 Keep Xcode 7.1 happy Phil Nash 2015-11-24 18:16:21 +00:00
  • 722315a1f5 Removed some trailing whitespace Phil Nash 2015-12-04 10:20:33 +00:00
  • fdc42d0af4 Merged from develop branch - now v1.3.0 v1.3.0 Phil Nash 2015-12-04 10:19:08 +00:00
  • 693355cc75 Regenerated single header Phil Nash 2015-11-23 10:29:29 +00:00