1. 7ddcf95 Upgrade catch2 to 'v2.11.2' by Haibo Huang · 4 years, 2 months ago
  2. b7b346c Make warnings in assertions fire for GCC/Clang again by Martin Hořeňovský · 4 years, 3 months ago
  3. 200b8b6 Add command line option 'never' to --wait-for-keypress (#1866) by Tristan Stenner · 4 years, 4 months ago
  4. 36170d6 stdio.h replaced with cstdio. by offa · 4 years, 4 months ago
  5. f20a9db Fix significant bug with storing composed matchers by Martin Hořeňovský · 4 years, 4 months ago
  6. 6a3d0dc Add a test for custom debug break macros by Martin Hořeňovský · 4 years, 4 months ago
  7. ccb1f70 Make CATCH_BREAK_INTO_DEBUGGER be user-configurable by khyperia · 4 years, 4 months ago
  8. 481f54b Make hidden tags behave identically (#1847) by dmsteck · 4 years, 4 months ago
  9. 2d172dc Some refactorings: by offa · 4 years, 4 months ago
  10. 6c9a255 Fix forwarding in SingleValueGenerator and generator creation by Joe Burzinski · 4 years, 6 months ago
  11. cfba9dc Fix wrong namespacing of benchmarking constructor helpers by Joe Burzinski · 4 years, 7 months ago
  12. d7b8c3a Minor cleanup in the benchmarking tests by Martin Hořeňovský · 4 years, 7 months ago
  13. 930f49a Split [.foo] into [.][foo] when parsing test specs by Martin Hořeňovský · 4 years, 7 months ago
  14. c409dcc Cleanup tests for C++20 by Martin Hořeňovský · 4 years, 7 months ago
  15. 776a468 Warning fixes in examples and tests by Martin Hořeňovský · 4 years, 7 months ago
  16. 74e0e73 Remove useless test by Martin Hořeňovský · 5 years ago
  17. 849f284 Rework how warning suppression in macros is done by Martin Hořeňovský · 4 years, 7 months ago
  18. 2fbd66c Improve JUnit failure report by Alexander Stein · 4 years, 10 months ago
  19. 51b29ce Add SonarQube Generic Test Data reporter by sp-dani-garcia · 4 years, 9 months ago
  20. 4327bab Enable `range` generator for floating point types by Manuel Drews · 4 years, 8 months ago
  21. 50cc14c Rework StringRef interface and internals by Martin Hořeňovský · 4 years, 7 months ago
  22. 90825a4 Add more tests for reading test specs from file by Martin Hořeňovský · 4 years, 8 months ago
  23. 9e8ae7d Use scientific notation for the WithinULP matcher by Martin Hořeňovský · 4 years, 8 months ago
  24. 91fa553 Add test for including unguarded windows.h by Martin Hořeňovský · 4 years, 8 months ago
  25. e4d61e4 Fix baselines by Martin Hořeňovský · 4 years, 8 months ago
  26. 2cc0c71 Add a matcher that checks exception's message by Martin Hořeňovský · 4 years, 8 months ago
  27. 28663fb Use the right overload of std::nextafter in tests by Martin Hořeňovský · 4 years, 8 months ago
  28. d2d418a Add a Relative Comparison matcher for floating point numbers by Martin Hořeňovský · 4 years, 8 months ago
  29. c8db4e7 Add a from_range(Container) overload to the generator helpers by Martin Hořeňovský · 4 years, 8 months ago
  30. 3109add Add tests for the -f/--input-file command line argument by Martin Hořeňovský · 4 years, 8 months ago
  31. a5a22cd Have the random generators use the global rng instance by Martin Hořeňovský · 4 years, 8 months ago
  32. 535da5c Introduce Catch's own RNG based on the PCG family of RNGs by Martin Hořeňovský · 4 years, 8 months ago
  33. 319cb9e Add a generator that takes an iterator pair by Martin Hořeňovský · 4 years, 8 months ago
  34. c38a5ca Allow full range of target ULP values for the ULPMatcher by Martin Hořeňovský · 4 years, 8 months ago
  35. ebc5609 Add test for INF == Approx(1) by Martin Hořeňovský · 4 years, 8 months ago
  36. 02ee130 Special case Approx(inf) to better follow user expectations by Martin Hořeňovský · 4 years, 8 months ago
  37. fc2066b Add tests for escaping special characters in CLI by Martin Hořeňovský · 4 years, 9 months ago
  38. 3beccfb Remove the no longer used is_unique type trait by Martin Hořeňovský · 4 years, 9 months ago
  39. af8b253 Ignore leading/trailing whitespace in test/section specs by Martin Hořeňovský · 4 years, 9 months ago
  40. dab0296 Add test for past-the-end substr on StringRef by Martin Hořeňovský · 4 years, 9 months ago
  41. 7b865da Make StringRef's operator std::string explicit by Martin Hořeňovský · 4 years, 9 months ago
  42. 923db16 Use StringRefs through the enum registration by Martin Hořeňovský · 4 years, 9 months ago
  43. dd1f0f1 Add test for --filename-as-tags by Martin Hořeňovský · 4 years, 9 months ago
  44. d27d580 Add test for --libidentify command line flag by Martin Hořeňovský · 4 years, 9 months ago
  45. 6da00c1 Split out the rest of string manipulation tests by Martin Hořeňovský · 4 years, 9 months ago
  46. fe967b1 Remove the ill-considered StringRef::numberOfCharacters by Martin Hořeňovský · 4 years, 9 months ago
  47. f2c2711 Add trim for StringRef by Martin Hořeňovský · 4 years, 9 months ago
  48. b77ab74 Start adding tests for string manip functions by Martin Hořeňovský · 4 years, 9 months ago
  49. 18d597c Allow to use non-copyable and non-movable types in TEMPLATE_LIST_TEST_CASE by Benjamin Worpitz · 4 years, 10 months ago
  50. e2d863b Actually run the random generator tests by Martin Hořeňovský · 4 years, 10 months ago
  51. ebe6a07 Remove the new tests from approvals by Martin Hořeňovský · 4 years, 10 months ago
  52. 738818a Add a test for the internals by Martin Hořeňovský · 4 years, 10 months ago
  53. 6070745 Improve reporting of unmatched filters (#1684) by Steven Franzen · 4 years, 10 months ago
  54. 3701c2e Small cleanup of self tests by Martin Hořeňovský · 4 years, 10 months ago
  55. 7dc7d77 Add a test for Catch version output by Martin Hořeňovský · 4 years, 10 months ago
  56. e7c26f0 Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) by Benjamin Worpitz · 4 years, 11 months ago
  57. 87739ad Add `std::byte` stringification support (#1686) by Stuart Dootson · 4 years, 11 months ago
  58. 56d4510 Default the SelfTest project to C++11 by Martin Hořeňovský · 5 years ago
  59. c0d3a2e Merge pull request #1672 from sommd/master by Martin Hořeňovský · 5 years ago
  60. 9a6551b Add integration test for the children completion check fix by Martin Hořeňovský · 5 years ago
  61. 9cf5897 Fix ChunkGenerator with chunk-size 0 by David Sommerich · 5 years ago
  62. b87caaf Remove explicit setting of CXX_STANDARD for SelfTest target by Jayesh Badwaik · 5 years ago
  63. f41051f test approvals for TEMPLATE_LIST_TEST_CASE by Jozef Grajciar · 5 years ago
  64. dbc1295 tests for TEMPLATE_LIST_TEST_CASE by Jozef Grajciar · 5 years ago
  65. e640c38 Move the async-using parts of benchmarking into a .cpp file by Martin Hořeňovský · 5 years ago
  66. 7142d5a Show bound when stringifying the WithinULP matcher by Martin Hořeňovský · 5 years ago
  67. 10067a4 Add an extra test for benchmarking macros by Martin Hořeňovský · 5 years ago
  68. e340ab8 Various improvements to the benchmarking support by Martin Hořeňovský · 5 years ago
  69. ce2560c Integrate Nonius benchmark into Catch2 by Joachim Meyer · 5 years ago
  70. 97602b2 Remove obsolete file with wrong advice by Martin Hořeňovský · 5 years ago
  71. 84f8e80 Nttp support tests approvals by Jozef Grajciar · 5 years ago
  72. 0c43f98 Nttp support by Jozef Grajciar · 5 years ago
  73. bd703dd Merge pull request #1611 from cincodenada/unscoped-disabled-prefixed by Martin Hořeňovský · 5 years ago
  74. 8963852 android: Upgrade catch2 to v2.7.2 by Haibo Huang · 5 years ago
  75. 31537c4 Rebased approvals by Phil Nash · 5 years ago
  76. 96355da StringRef no longer repoints m_start to m_data after c_str() on a substring. by Phil Nash · 5 years ago
  77. 71fce42 Fix clang warning on self-assignment by Phil Nash · 5 years ago
  78. d30f1dd Rebased approvals by Phil Nash · 5 years ago
  79. 3bce8ba Fix StringRef self-assignment after substring by Phil Nash · 5 years ago
  80. 1161011 Refactor custom precision in floating point stringification by Martin Hořeňovský · 5 years ago
  81. 53a83e8 Add support for custom precision in floating point stringification by mlimber · 5 years ago
  82. 9c741fe Allow quotes in CAPTURE arguments (#1608) by Petr Ledvina · 5 years ago
  83. 87a9424 Removed redundant ; by Phil nash · 5 years ago
  84. 9837c35 Rebased approvals for stringified enum tests by Phil nash · 5 years ago
  85. 46066ed Merge branch enum stringification work by Phil nash · 5 years ago
  86. f2ee4f1 Moved enum tests that depend on internals to IntrospectiveTests. by Phil nash · 5 years ago
  87. f45bb00 Add failing test for CATCH_UNSCOPED_CAPTURE by Joel Bradshaw · 5 years ago
  88. 4a1ca1a TrackerContext: Remove misleading instance static method. by Martin Hostettler · 5 years ago
  89. 541f1ed Only provide CATCH_REGISTER_ENUM by Phil Nash · 5 years ago
  90. 346723c Renamed STRINGIFY_ENUM to REGISTER_ENUM by Phil Nash · 5 years ago
  91. 5a74fcc Removed IEnumInfo (just use EnumInfo directly) by Phil Nash · 5 years ago
  92. 9d5d719 Changed splitString to splitStringRef by Phil Nash · 5 years ago
  93. 91b617c Added a vector approximate matcher by Will Handley · 5 years ago
  94. d6fce7b Fix warnings generated with -Wshadow by Stephen Newell · 5 years ago
  95. edfac75 Add test for omitting the 'Filters' heading when there were none by Martin Hořeňovský · 5 years ago
  96. 36fb856 Fix JUnit reporter output so that it conforms to JUnit schema by Martin Hořeňovský · 5 years ago
  97. 4e32e0a Fix vendored dep because upstream is non-responsive by Martin Hořeňovský · 5 years ago
  98. edde6f4 Fix typos identified by codespell. by Ryan Pavlik · 5 years ago
  99. 43428c6 First commit of STRINGIFY_ENUM by Phil nash · 5 years ago
  100. 8af8704 support for printing test filters (PR #1585) by Ziv Shahaf · 5 years ago