Commit Graph

  • b68e8f9a24 Added missing #include so CATCH_CONFIG_COUNTER properly takes into account the current compiler. May address #677 and #435 and others. Phil Nash 2017-01-11 16:23:16 +0000
  • a7cda91d4d Merge pull request #775 from philsquared/standardizing-feature-toggles Phil Nash 2017-01-11 16:27:05 +0000
  • a1bed572be Standardize C++11 feature toggles to follow documentation Martin Hořeňovský 2017-01-10 22:54:57 +0100
  • 737f4ea77c Added missing C++11 feature toggle to docs Martin Hořeňovský 2017-01-10 22:43:58 +0100
  • b0de6c938a Updated docs for contributing Phil Nash 2017-01-10 07:35:54 +0000
  • 6991549457 Fixed compile error under VS2015 /c++:latest, caused by using random_shuffle Martin Hořeňovský 2017-01-07 12:58:01 +0100
  • b50572bbfd Renamed missing project explainer filename Phil Nash 2017-01-09 21:59:53 +0000
  • 5b00fd40ba Merge pull request #767 from hmich/xml-encoder-extended-ascii Phil Nash 2017-01-09 18:37:52 +0000
  • 7bb3e859aa Removed all manually maintained project files in favour of instructions on how to use CMake to generate them Phil Nash 2017-01-09 16:27:23 +0000
  • 0bcae64d3d Set project name in CMakeLists.txt to CatchSelfTest Phil Nash 2017-01-09 17:32:57 +0000
  • 8abe17a393 CMake project groups test files separately from surrogate impl files for nicer rendering as XCode/ VS projects Phil Nash 2017-01-09 16:27:06 +0000
  • 10c44847f4 Make backticks symmetric in markdown Kylo Ginsberg 2015-06-14 10:40:40 -0700
  • 0cde0e90a6 Added approvals for “Greater-than inequalities with different epsilons” test Phil Nash 2017-01-09 14:40:09 +0000
  • 0f0dcd31eb Excluded two more C++11 tests from Approval tests Phil Nash 2017-01-09 14:35:03 +0000
  • 62cbde369e Exclude test name from approval tests Phil Nash 2017-01-09 14:33:03 +0000
  • 1ae84897d4 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests Phil Nash 2017-01-09 14:26:59 +0000
  • 976a655496 Approval tests can use Catch path fixed in env. var, and convert nullptr and __null to 0 for comparison Phil Nash 2017-01-09 14:12:12 +0000
  • 5a9072d01e Add support for comparison of Approx with strong typedefs Jonathan Coe 2016-05-12 19:18:44 +0100
  • a274c0a005 lazily stringify expressions Mickey Rose 2017-01-09 13:23:10 +0100
  • 37e1e24309 add support for inequalities Jonathan B. Coe 2016-09-24 17:59:23 +0100
  • 5a4dde4b5d Changed build status to be always taken from master Martin Hořeňovský 2017-01-08 21:49:14 +0100
  • 9de5812275 Merge 725d83e37d into 113b4ddc36 Tommy Nguyen 2017-01-07 21:28:32 +0000
  • 5d784a3bf4 Merge 3523c39f44 into 113b4ddc36 Cedric Nugteren 2017-01-07 21:28:31 +0000
  • ee330f8c62 Merge 9e650b98b2 into 113b4ddc36 Eric41293 2017-01-07 21:20:46 +0000
  • 113b4ddc36 Revert "Minor typo fix" Martin Hořeňovský 2017-01-07 22:17:51 +0100
  • 8d326424f3 Minor typo fix Antoine Wendlinger 2016-08-30 21:07:14 +0200
  • ba5d515195 Minor typo fix Antoine Wendlinger 2016-08-30 21:07:14 +0200
  • ccc34b63b6 URL fixed Eldar Zakirov 2016-05-06 22:44:35 +0300
  • 7255be28cc remove concatenation of m_exprComponents.op in if-branch where op has tested empty in previous line Ross Bencina 2016-03-20 10:05:51 +1100
  • 0016273dbf Fixed compile error under VS2015 /c++:latest, caused by using random_shuffle Martin Hořeňovský 2017-01-07 12:58:01 +0100
  • 7d2668fa15 add missing argument to CATCH_CHECK_THROWS (closes #602) Kevin Ushey 2016-04-21 18:26:17 -0700
  • 2a4dba177f Merge branch 'philipp-classen-master' Martin Hořeňovský 2017-01-07 10:31:36 +0100
  • 8d1e240700 Fixed shell color code of "Blue" Philipp Claßen 2015-06-17 01:17:33 +0200
  • e273a3dc88 Fix grammar error in tutorial.md faulda 2016-07-17 15:21:01 -0700
  • 7bff9cb451 own-main.md: fix typo Victor 2016-06-15 21:01:55 +0200
  • fd1da4a1d1 Fixing a couple of typos andrew morton 2016-12-22 21:26:52 -0700
  • 6afd60498f Merge f08e5ff915 into e1fbbe1590 Ryan Gonzalez 2017-01-06 21:23:11 +0000
  • e1fbbe1590 Added headers to CMake project (for CLion) Phil Nash 2017-01-06 16:59:18 +0000
  • c8fefc4670 Fixed Travis and CMake after moving CMakeLists.txt Phil Nash 2017-01-06 16:19:20 +0000
  • 64193078bc Moved CMake into root folder (where it’s much happier - especially for CLion) Phil Nash 2017-01-06 16:00:00 +0000
  • ae7bad2ff8 Removed superfluous "namespace Catch" that caused build error Martin Hořeňovský 2016-12-28 10:14:08 +0100
  • 8d16d95a99 Do not encode extended ASCII characters in XML reporter Igor Akhmetov 2016-12-26 11:39:19 +0000
  • 7eaf37ebdc Fixing a couple of typos andrew morton 2016-12-22 21:26:52 -0700
  • 925f5bdce6 Added signal handling under Windows. Martin Hořeňovský 2016-12-16 15:00:19 +0100
  • 5037679453 Added signal handling under Windows. Martin Hořeňovský 2016-12-16 13:53:30 +0100
  • e5f376a067 Fixes build error caused by missing include. Martin Hořeňovský 2016-11-28 15:47:20 +0100
  • 5ba5866398 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 +0000
  • 8d28041809 Build 1.5.8 Phil Nash 2016-10-26 12:08:26 +0100
  • 29ee2e6902 Fix transform without a lambda Billy Robert O'Neal III 2016-10-14 14:08:57 -0700
  • 02064d9bce Fix transform narrowing warnings Billy Robert O'Neal III 2016-10-14 14:08:57 -0700
  • 525cf947b1 Fix random_shuffle narrowing warnings Billy Robert O'Neal III 2016-10-14 14:06:45 -0700
  • 65dbde44ed Rename element for Fatal Error Condition so it doesn't have spaces Fixes: #685 Phil Nash 2016-10-14 18:45:08 +0100
  • 38aea57f06 quick fix for failing travis builds on os x Jonathan B. Coe 2016-09-24 19:38:43 +0100
  • 821fbb6c88 Merge b15ef6d703 into 2be372710e Martin Hořeňovský 2016-12-16 13:00:26 +0000
  • b15ef6d703 Added signal handling under Windows. Martin Hořeňovský 2016-12-16 13:53:30 +0100
  • 7645ed5e51 Merge 4c5728186a into 2be372710e Alex Syrnikov 2016-12-03 21:49:26 +0000
  • 13071a875c fixed compiler warning 'extern "C" void(*)(int) in call to std::signal' using SunStudio Wiscy 2016-12-01 10:18:05 +0100
  • c52d2fe383 tested with Sun Studio 11 Wiscy 2016-12-01 08:55:27 +0100
  • 053b6e8e99 prevent from overloading ambiguity: SunStudio 11 can't handle function overloads Wiscy 2016-12-01 08:52:38 +0100
  • d5222e2227 Test with 12u2 Wiscy 2016-11-30 20:31:42 +0100
  • 941f8de99a SunStudio 12.3 support: variadic macros Wiscy 2016-11-30 20:12:31 +0100
  • d89dc2d5ad Merge pull request #1 from afoster1/master wiscy 2016-11-29 21:26:06 +0100
  • 2be372710e Build 1.5.9 v1.5.9 Phil Nash 2016-11-29 12:15:50 +0000
  • 0c093bee38 Removed now redundant xml stream initialisation Phil Nash 2016-11-29 12:13:55 +0000
  • dedc7c56ce Merge branch 'horenmar-xml-reporter-fix' Phil Nash 2016-11-29 12:11:05 +0000
  • 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 +0000
  • e4df006568 Merge branch 'horenmar-missing-include-fix' Phil Nash 2016-11-29 12:05:35 +0000
  • 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 +0000
  • 862d13138c Explicitly convert int to char during transform on string (equivalent of PR #756) Phil Nash 2016-11-29 12:04:09 +0000
  • 79acc0504b Sort test ordering during Approval testing Phil Nash 2016-11-29 11:32:16 +0000
  • f9afa2a68d Ignore CMake and CLion generated files Phil Nash 2016-11-29 11:27:22 +0000
  • 90bfc0a196 Merge 049f848a40 into 30cebd6177 Phil Christensen 2016-11-29 07:06:13 +0000
  • 049f848a40 Fix typeo in previous commit Phil Christensen 2016-11-28 23:05:27 -0800
  • aaefa4e0e0 fix implicit narrowing warnings in Catch Phil Christensen 2016-11-28 22:45:45 -0800
  • 0c8c6b347a Fixes build error caused by missing include. Martin Hořeňovský 2016-11-28 15:47:20 +0100
  • 611d1af5a6 Fixes for C++03 compatibility. Martin Hořeňovský 2016-11-28 14:22:23 +0100
  • e810d9602e Fix for sigsegv stack overflow behavior Martin Hořeňovský 2016-11-26 14:10:11 +0100
  • 40b6ad73df Fix XmlReporter always writing first line to stdout Martin Hořeňovský 2016-11-26 12:11:23 +0100
  • 517e31799f merged conflicts Vladimir Zelenkin 2016-11-23 12:55:08 +0300
  • 4c80880de3 Make Colour::use not pure virtual. This fixes #746. Anton Geraschenko 2016-11-17 22:54:27 -0800
  • 86bf762e00 Update catch.hpp GatoRat 2016-11-11 16:40:16 -0800
  • b85e1b000e Update catch_capture.hpp GatoRat 2016-11-11 16:37:58 -0800
  • 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 +0000
  • 75a54a882e Merge c2709dcf3c into e27c4ee042 lightmare 2016-11-06 11:58:59 +0000
  • 8327cbc23c Merge aee03ac03b into e27c4ee042 Robert Dailey 2016-10-31 19:36:00 +0000
  • 239b765524 Print out full section stacks on failure. Julien Ruffin 2016-10-28 18:01:58 +0200
  • df2222bf24 Merge a47b8dee74 into e27c4ee042 mat-tso 2016-10-26 15:15:01 +0000
  • e27c4ee042 Build 1.5.8 v1.5.8 Phil Nash 2016-10-26 12:08:26 +0100
  • 072114293b Merge branch 'BillyONeal-master' Phil Nash 2016-10-26 12:06:35 +0100
  • f90ee9fb37 Merge branch 'master' of https://github.com/BillyONeal/Catch into BillyONeal-master Phil Nash 2016-10-26 12:04:38 +0100
  • 4eb958f9b0 Fixed function signature in the code snippet vosel 2016-10-24 15:08:28 +0600
  • c17ba0870a Fix transform without a lambda Billy Robert O'Neal III 2016-10-14 14:08:57 -0700
  • 79f01100e3 Fix transform narrowing warnings Billy Robert O'Neal III 2016-10-14 14:08:57 -0700
  • ccf7f2842a Fix random_shuffle narrowing warnings Billy Robert O'Neal III 2016-10-14 14:06:45 -0700
  • e0302db4a6 Rename element for Fatal Error Condition so it doesn't have spaces Fixes: #685 Phil Nash 2016-10-14 18:45:08 +0100
  • a47b8dee74 Add support toString for containers mat tso 2016-03-07 23:22:34 +0100
  • 1d84253567 Merge 4d85a8f83b into 88732e85b2 Ryan Haining 2016-10-13 17:52:49 +0000
  • 6a94c710bf Merge 998e801a5b into 88732e85b2 Craig Hutchinson 2016-10-13 10:54:07 +0000
  • b0c88a3d96 Fix indentation of rangeToString in tostring.h mat tso 2016-10-11 04:20:55 +0200
  • f5ccf98c59 Test self sufficiency of tostring.hpp header mat tso 2016-10-06 21:04:41 +0200