1. 62cbde3 Exclude test name from approval tests by Phil Nash · 8 years ago
  2. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  3. 976a655 Approval tests can use Catch path fixed in env. var, and convert nullptr and __null to 0 for comparison by Phil Nash · 8 years ago
  4. 37e1e24 add support for inequalities by Jonathan B. Coe · 8 years ago
  5. 5a4dde4 Changed build status to be always taken from master by Martin Hořeňovský · 8 years ago
  6. 8d32642 Minor typo fix by Antoine Wendlinger · 8 years ago
  7. ccc34b6 URL fixed by Eldar Zakirov · 8 years ago
  8. 7255be2 remove concatenation of m_exprComponents.op in if-branch where op has tested empty in previous line by Ross Bencina · 8 years ago
  9. 7d2668f add missing argument to CATCH_CHECK_THROWS (closes #602) by Kevin Ushey · 8 years ago
  10. 2a4dba1 Merge branch 'philipp-classen-master' by Martin Hořeňovský · 8 years ago
  11. 8d1e240 Fixed shell color code of "Blue" by Philipp Claßen · 9 years ago
  12. e273a3d Fix grammar error in tutorial.md by faulda · 8 years ago
  13. 7bff9cb own-main.md: fix typo by Victor · 8 years ago
  14. fd1da4a Fixing a couple of typos by andrew morton · 8 years ago
  15. e1fbbe1 Added headers to CMake project (for CLion) by Phil Nash · 8 years ago
  16. c8fefc4 Fixed Travis and CMake after moving CMakeLists.txt by Phil Nash · 8 years ago
  17. 6419307 Moved CMake into root folder (where it’s much happier - especially for CLion) by Phil Nash · 8 years ago
  18. 2be3727 Build 1.5.9 by Phil Nash · 8 years ago
  19. 0c093be Removed now redundant xml stream initialisation by Phil Nash · 8 years ago
  20. dedc7c5 Merge branch 'horenmar-xml-reporter-fix' by Phil Nash · 8 years ago
  21. a9561ec Merge branch 'xml-reporter-fix' of https://github.com/horenmar/Catch into horenmar-xml-reporter-fix by Phil Nash · 8 years ago
  22. e4df006 Merge branch 'horenmar-missing-include-fix' by Phil Nash · 8 years ago
  23. fb99cc5 Merge branch 'missing-include-fix' of https://github.com/horenmar/Catch into horenmar-missing-include-fix by Phil Nash · 8 years ago
  24. 862d131 Explicitly convert int to char during transform on string (equivalent of PR #756) by Phil Nash · 8 years ago
  25. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago
  26. f9afa2a Ignore CMake and CLion generated files by Phil Nash · 8 years ago
  27. 0c8c6b3 Fixes build error caused by missing include. by Martin Hořeňovský · 8 years ago
  28. 40b6ad7 Fix XmlReporter always writing first line to stdout by Martin Hořeňovský · 8 years ago
  29. 30cebd6 Added some missing source files (including all SurrogateCpps) to CMake project. by Phil Nash · 8 years ago
  30. e27c4ee Build 1.5.8 by Phil Nash · 8 years ago
  31. 0721142 Merge branch 'BillyONeal-master' by Phil Nash · 8 years ago
  32. f90ee9f Merge branch 'master' of https://github.com/BillyONeal/Catch into BillyONeal-master by Phil Nash · 8 years ago
  33. c17ba08 Fix transform without a lambda by Billy Robert O'Neal III · 8 years ago
  34. 79f0110 Fix transform narrowing warnings by Billy Robert O'Neal III · 8 years ago
  35. ccf7f28 Fix random_shuffle narrowing warnings by Billy Robert O'Neal III · 8 years ago
  36. e0302db Rename element for Fatal Error Condition so it doesn't have spaces Fixes: #685 by Phil Nash · 8 years ago
  37. 88732e8 Merge pull request #716 from jbcoe/master by Phil Nash · 8 years ago
  38. 1c9a6ca Removed XCode6 builds (which were erroring anyway) and added XCode8 builds by Phil Nash · 8 years ago
  39. 40f6068 Build 1.5.7 by Phil Nash · 8 years ago
  40. 21cbfc1 --list-test-names quotes test names that start with # - completes #717 by Phil Nash · 8 years ago
  41. 31861bb rebased following recent changes by Phil Nash · 8 years ago
  42. b1eeec7 -f supports quoted test names (test name surrounded with " characters). by Phil Nash · 8 years ago
  43. c23b374 Added braces to emphasise the return logic by Phil Nash · 8 years ago
  44. 916317b Merge pull request #680 from nabijaczleweli/master by Phil Nash · 8 years ago
  45. 8c459dd Fix misindent by nabijaczleweli · 8 years ago
  46. fd7d354 quick fix for failing travis builds on os x by Jonathan B. Coe · 8 years ago
  47. c47c179 Merge pull request #701 from razeh/master by Phil Nash · 8 years ago
  48. f5d2b2d Merge pull request #705 from hmich/xml-reporter-trim by Phil Nash · 8 years ago
  49. 02c7e41 Do not trim test case names in the XML reporter. by Igor Akhmetov · 8 years ago
  50. 5095619 Fixes for XML encoding. by Robert A Zeh · 8 years ago
  51. 35f5105 v1.5.6 by Phil Nash · 8 years ago
  52. 742457c Use Clara v0.0.2.4 (updated) - fix for string lengths by Phil Nash · 8 years ago
  53. 1aa6c91 Fixed RNG issue with pre C++14 compilers by Phil Nash · 8 years ago
  54. ac22028 v1.5.5: Deal with auto_ptr and random_shuffle hard deprecations in C++14 by Phil Nash · 8 years ago
  55. be3570e Use std::shuffle instead of (deprecated) std::random_shuffle if C++14 detected by Phil Nash · 8 years ago
  56. a74d760 Switched remaining std::auto_ptrs to use CATCH_AUTO_PTR by Phil Nash · 8 years ago
  57. f666f5f v1.5.4 by Phil Nash · 8 years ago
  58. 7940d58 "test" expression using !! instead of static_cast to bool. by Phil Nash · 8 years ago
  59. ebf9f3b v1.5.3 by Phil Nash · 8 years ago
  60. 1ebebd4 Merge branch 'rcdailey-throw-on-duplicate-tests' by Phil Nash · 8 years ago
  61. b57e734 Merge branch 'throw-on-duplicate-tests' of git://github.com/rcdailey/Catch into rcdailey-throw-on-duplicate-tests by Phil Nash · 8 years ago
  62. 5aa2b82 Merge pull request #656 from daniel-j-h/better_travis by Phil Nash · 8 years ago
  63. 5c198d8 v1.5.2 by Phil Nash · 8 years ago
  64. 5a6b291 Using Clara 0.0.2.4 - fixes issue with spaces in quoted arguments by Phil Nash · 8 years ago
  65. 1706dd4 Pins LLVM 3.8 (stable) instead of tracking the nightly repository by Daniel J. Hofmann · 8 years ago
  66. 92b141e v1.5.1 by Phil Nash · 8 years ago
  67. 4f1263d Removed use of dynamic_cast from test_case_tracker. (Thanks to #631 and #648) by Phil Nash · 8 years ago
  68. 3b19458 Removed use of dynamic_cast for MultipleReporters by Phil Nash · 8 years ago
  69. e553784 Regenerated single include (forgot for previously tagged release) by Phil Nash · 8 years ago
  70. 0fe303b v1.5.0 (due to new embedded Clara) by Phil Nash · 8 years ago
  71. 1c47fe0 Updated embedded Clara to 0.0.2.3 by Phil Nash · 8 years ago
  72. 6f3bc62 Merge branch 'AzCopey-hotfix/override-warning' by Phil Nash · 8 years ago
  73. 6de7142 Merge pull request #634 from rafaeleyng/patch-1 by Phil Nash · 8 years ago
  74. 7544644 Update tutorial.md by Rafael Eyng · 8 years ago
  75. 86c0ea2 [#608] Don't use exit() on duplicate test descriptions by Robert Dailey · 8 years ago
  76. 7075b7d Added missing CATCH_OVERRIDE to CumulativeReporterBase::assertionEnded(). This fixes a warning when building in Xcode 7.2+ with default warning settings. by Ian Copland · 8 years ago
  77. c984fc3 v1.4.0 by Phil Nash · 8 years ago
  78. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  79. 13a887a Use __COUNTER__ when generating unique names instead of __LINE__, if available. by Phil Nash · 9 years ago
  80. 02af70e build v1.3.6 (include's David Grayson's fix for the gcc pragma) by Phil Nash · 8 years ago
  81. c362894 Merge branch 'DavidEGrayson-pr_gcc_pragma_typo' by Phil Nash · 8 years ago
  82. 97e3354 Fix CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS: GCC needs to be capitalized. by David Grayson · 8 years ago
  83. ae5ee2c v1.3.5 by Phil Nash · 8 years ago
  84. f895e0d Rebased approvals following colour changes by Phil Nash · 8 years ago
  85. 458f37e Merge branch 'explicit-bool-conversion' of git://github.com/seanmiddleditch/Catch into seanmiddleditch-explicit-bool-conversion by Phil Nash · 8 years ago
  86. 91bfe68 Suppress parentheses warnings on clang and gcc by Phil Nash · 8 years ago
  87. 8ccb18d Added --use-colour option to give finer control over colourisation. by Phil Nash · 8 years ago
  88. dce2154 Merge pull request #598 from luxe/patch-1 by Phil Nash · 8 years ago
  89. e52ad48 removes link to missing readme file by Trevor Hickey · 8 years ago
  90. 776247a Support explicit operator bool by Sean Middleditch · 8 years ago
  91. 3b4edd7 Build for v1.3.4 by Phil Nash · 8 years ago
  92. 880a204 Use Clara v0.0.1.1 by Phil Nash · 8 years ago
  93. ffad3a0 Fix as suggested in #574 by Phil Nash · 8 years ago
  94. 3bd20bf Removed reference to pre 1.0 release from README by Phil Nash · 9 years ago
  95. c724356 v1.3.3 by Phil Nash · 9 years ago
  96. b84e08a Fix EndsWith Matcher (and refactored EndsWith and StartsWith in terms of endsWith and startsWith) (see Issue #573) by Phil Nash · 9 years ago
  97. aca16a0 Fixed CATCH_REGISTER_TEST_CASE too by Phil Nash · 9 years ago
  98. f294c98 Fixed REGISTER_TEST_CASE for VS2013 (hopefully) - see #549 by Phil Nash · 9 years ago
  99. 7424b23 v1.3.1 by Phil Nash · 9 years ago
  100. dbd3a84 Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) by Phil Nash · 9 years ago