1. 8b3c09c Catch's CLI now checks whether requested reporter exists by Maciej Patro · 6 years ago
  2. 054d356 Add STATIC_REQUIRE assertion by Martin Hořeňovský · 6 years ago
  3. 6b9ca08 Add tests for #1404 by Martin Hořeňovský · 6 years ago
  4. aaaac35 Add tests for #1403 by Martin Hořeňovský · 6 years ago
  5. be49a53 Fix a bug in UnorderedEqualsMatcher by Martin Hořeňovský · 6 years ago
  6. efbf50f Add test for AND_GIVEN and update the baselines by Martin Hořeňovský · 6 years ago
  7. fdcd464 Update baselines by Martin Hořeňovský · 6 years ago
  8. 283e2e6 Add float/int literal for Approx by Henry Schreiner · 6 years ago
  9. 4846ad5 Remove obsolete test by Martin Hořeňovský · 6 years ago
  10. 1579744 Deprecated description in SECTION (still accepts it, for now, but doesn't use it anywhere) by Phil Nash · 6 years ago
  11. 7be8a41 Fix ambiguity in stringification by Julien Nitard · 6 years ago
  12. e5fe3e8 Ensure platform-independent output from SpecialException::what by Martin Hořeňovský · 6 years ago
  13. 6c5c4c4 Add stringification support to std::exception and deriving classes by Martin Hořeňovský · 6 years ago
  14. 200d3ad Support for parenthesizing types with commas. by Barry · 6 years ago
  15. 414dcae Allow only 1 reporter at a time by Martin Hořeňovský · 6 years ago
  16. ab30621 Fix stringifying static array of unsigned chars by Martin Hořeňovský · 6 years ago
  17. 1ca8f43 Add PredicateMatcher that takes an arbitrary predicate functions by Martin Hořeňovský · 7 years ago
  18. 3b801c4 Modify XML encoder to hex-encode invalid UTF-8 sequences by Martin Hořeňovský · 7 years ago
  19. 8b78087 Fix bug in WithinAbs::match() and add tests for it by jsc · 7 years ago
  20. 95c849f Introduce support for DJGPP cross compiler by Tomas Zeman · 7 years ago
  21. 05cd057 Provide a public method to get StringRef's underlying pointer by Martin Hořeňovský · 7 years ago
  22. 4e57661 StringRef will not take ownership when writing itself to stream by Martin Hořeňovský · 7 years ago
  23. f988b4e Covered more translation possibilities by Martin Hořeňovský · 7 years ago
  24. c8d765a Cleanup some tests by Martin Hořeňovský · 7 years ago
  25. c0267e5 Add test for overriding the fallback stringifier by Martin Hořeňovský · 7 years ago
  26. ca8470f https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default by dvirtz · 7 years ago
  27. 681f5da Update approval tests by Martin Hořeňovský · 7 years ago
  28. 126850e Prefer operator<< to range-based stringification by Martin Hořeňovský · 7 years ago
  29. ca2455e Fixed NoAssertions warning by Phil Nash · 7 years ago
  30. 8d854c6 Provide useful and unambigous stringification for static arrays by Martin Hořeňovský · 7 years ago
  31. de36b2a Fix compilation for types where relops don't return bool by Martin Hořeňovský · 7 years ago
  32. 8be1df2 Added test for stringifying std::arrays by Phil Nash · 7 years ago
  33. 32eb90b Fix stringifying of unknown enums by Phil Nash · 7 years ago
  34. e41e8e8 Added tests for stringifying map and set by Phil Nash · 7 years ago
  35. ed33e97 Update MessageTests.cpp by Pfiffikus · 7 years ago
  36. 495d245 Add UnorderedEqualsMatcher for vectors by Martin Hořeňovský · 7 years ago
  37. 0c122c1 Add constructor arg checking to WithinAbsMatcher by Martin Hořeňovský · 7 years ago
  38. 7c5a21f Added clog test by Phil Nash · 7 years ago
  39. 8c32d0b Add more weird chrono::duration stringification tests by Martin Hořeňovský · 7 years ago
  40. 28d1955 Also test Approx template constructor by Martin Hořeňovský · 7 years ago
  41. 73a1623 Re-enable 2 string tests by Martin Hořeňovský · 7 years ago
  42. 401ad7a Remove isTrue, alwaysTrue, alwaysFalse by Martin Hořeňovský · 7 years ago
  43. 8da8458 Rebased due to whitespace changes by Phil Nash · 7 years ago
  44. 9796846 Workaround libstdc++-4.8 regex issue in approval tests by Martin Hořeňovský · 7 years ago
  45. 74d3dfd All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level by Phil Nash · 7 years ago
  46. e34754e Split SelfTest test files into Usage and Introspective varieties by Phil Nash · 7 years ago
  47. 55b71be Add tests for case insensitive string matching by Martin Hořeňovský · 7 years ago
  48. b0857e8 Provide a regex matcher against std::string by Martin Hořeňovský · 7 years ago
  49. 3537b78 Removed vestigal ComparatorT template arg to MatcherBase by Phil Nash · 7 years ago
  50. b74d4ca Add compilation test for #1027 by Martin Hořeňovský · 7 years ago
  51. 8dbaac6 Final set of fixes for floating matchers approvals by Martin Hořeňovský · 7 years ago
  52. 030321e Add NAN test for Approx by Martin Hořeňovský · 7 years ago
  53. 0b1f1b1 Add ULP and margin matcher by Martin Hořeňovský · 7 years ago
  54. 22ac9d2 Approx cleanup: More tests, INFINITY handling, etc by Martin Hořeňovský · 7 years ago
  55. 11f716f Make Approx::margin inclusive by Martin Hořeňovský · 7 years ago
  56. 05b1ca2 Fixed expansion of _FALSE binary expression - see #1051 by Phil Nash · 7 years ago
  57. c2b7bd1 Changed rhs expression capture from universal ref to const ref. by Phil Nash · 7 years ago
  58. 17cdf20 Mark part of std::chrono stringification tests nonportable by Martin Hořeňovský · 7 years ago
  59. 760a25e Fix baseline for file where std::pair stringification is not enabled by Martin Hořeňovský · 7 years ago
  60. 79b405f Add stringification for std::chrono::{duration,time_point} by Martin Hořeňovský · 7 years ago
  61. 9aa9671 Sweep out some extra warnings by Martin Hořeňovský · 7 years ago
  62. 6105282 Removed function pointer comparison test from approvals as it has different serilaisation behaviour in MSVC by Phil Nash · 7 years ago
  63. b000411 Stop accepting non-const comparison operators by Martin Hořeňovský · 7 years ago
  64. aef2e4d Update baselines by Martin Hořeňovský · 7 years ago
  65. ab5d176 Fix/disable failing approval tests by Martin Hořeňovský · 7 years ago
  66. 4e4a13d Update approvals after removing deprecated matcher helpers by Martin Hořeňovský · 7 years ago
  67. 61d2c37 Add evaluation specialization for T* and long by Martin Hořeňovský · 7 years ago
  68. b8f482b Added test comparing non-copyable values by Phil Nash · 7 years ago
  69. f06ed85 Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master by Martin Hořeňovský · 7 years ago
  70. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  71. fa3535e Added << ostream overload to StringRef by Phil Nash · 7 years ago
  72. bb8c1fb Rebased with string conversion tests by Phil Nash · 7 years ago
  73. df5c31b Cleaned up the output a bit by Phil Nash · 7 years ago
  74. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 7 years ago
  75. 3382312 Remove obsoleted `SCOPED_MSG` and `SCOPED_CAPTURE` by Martin Hořeňovský · 7 years ago
  76. aa42dd9 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  77. 7e4038d Capture std::clog writes and combine them with std::cerr writes (#989) by Martin Hořeňovský · 7 years ago
  78. 27fd8f8 Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler by Phil Nash · 7 years ago
  79. 4421672 Removed benchmark tests from approval tests (for now) by Phil Nash · 7 years ago
  80. f45d35c Added benchmark tests by Phil Nash · 7 years ago
  81. 58d8bc6 Removed Text tests (TextFlow has it's own test suite) by Phil Nash · 7 years ago
  82. d3c7d42 Removed "long text" test (not a limitation of TextFlow) by Phil Nash · 7 years ago
  83. 74ab1cd Update Baselines by Martin Hořeňovský · 7 years ago
  84. c874a99 Enabled c++11 tests in approvals by Phil Nash · 7 years ago
  85. bc73189 Rebase baselines to take into account the removed test by Martin Hořeňovský · 7 years ago
  86. 60f25c7 Added string tests to approvals by Phil Nash · 7 years ago
  87. c41a45e Rebased following Clara changes by Phil Nash · 7 years ago
  88. 07ef028 Update baselines by Martin Hořeňovský · 7 years ago
  89. ea48ae0 Add test for #914 (stringify truthy exprs in standard way) by Martin Hořeňovský · 7 years ago
  90. bada67b Rebased approvals by Phil Nash · 7 years ago
  91. a9128d0 More macros are now variadic by Martin Hořeňovský · 7 years ago
  92. 33ed177 Reworked stringification layer, removed Catch::toString by Martin Hořeňovský · 7 years ago
  93. e641485 Updated approval tests by Martin Hořeňovský · 7 years ago
  94. 51c143b Added test for assertion with comma by Phil Nash · 7 years ago
  95. 61ac340 Enabled SFINAE stream test by Phil Nash · 7 years ago
  96. 714d01c approved tests that were correct the first time (previous approvals were erroneous) by Phil Nash · 7 years ago
  97. 250f0ee Added approvals for “failed as expected” tests by Phil Nash · 7 years ago
  98. 38b05f1 Don’t assume first CL arg (exe name) is present Fixes #729 by Phil Nash · 8 years ago
  99. 5dd0639 Added FAIL_CHECK Works like FAIL, but does not abort test. As proposed in #765 by Phil Nash · 8 years ago
  100. ace7040 Add tests for #835 by Martin Hořeňovský · 8 years ago