1. 8963852 android: Upgrade catch2 to v2.7.2 by Haibo Huang · 5 years ago
  2. 4a1ca1a TrackerContext: Remove misleading instance static method. by Martin Hostettler · 5 years ago
  3. 91b617c Added a vector approximate matcher by Will Handley · 5 years ago
  4. d6fce7b Fix warnings generated with -Wshadow by Stephen Newell · 5 years ago
  5. edfac75 Add test for omitting the 'Filters' heading when there were none by Martin Hořeňovský · 5 years ago
  6. 36fb856 Fix JUnit reporter output so that it conforms to JUnit schema by Martin Hořeňovský · 5 years ago
  7. 4e32e0a Fix vendored dep because upstream is non-responsive by Martin Hořeňovský · 5 years ago
  8. edde6f4 Fix typos identified by codespell. by Ryan Pavlik · 5 years ago
  9. 8af8704 support for printing test filters (PR #1585) by Ziv Shahaf · 5 years ago
  10. 3816e99 Add GENERATE_COPY and GENERATE_VAR capturing generator macros by Martin Hořeňovský · 5 years ago
  11. b77cec0 Fix test tag parsing to split [.foo] into [.][foo] by Martin Hořeňovský · 5 years ago
  12. 54089c4 Deducing return type of map generator helper (#1576) by Omer Ozarslan · 5 years ago
  13. e9410df android: Update catch2 to v2.7.0 by Haibo Huang · 5 years ago
  14. 7aee973 Add tests for unscoped info by Omer Ozarslan · 5 years ago
  15. 1a03918 Force flush streams in tests for #1514 by Martin Hořeňovský · 5 years ago
  16. 28db5ed Add tests for #1514 by Martin Hořeňovský · 5 years ago
  17. 29b3b7a Namespace our type traits in catch_meta by Martin Hořeňovský · 5 years ago
  18. ef5fd8d Add another test for FilterGenerator by Martin Hořeňovský · 5 years ago
  19. 693647c Add ChunkGenerator by Martin Hořeňovský · 5 years ago
  20. 165de9b Add RangeGenerator by Rick de Water · 5 years ago
  21. 7012a31 Fix VS2015 warning issue by Martin Hořeňovský · 5 years ago
  22. 269303d Introduce random number (Integral and Float) generators by Martin Hořeňovský · 5 years ago
  23. c99a346 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) by Tobias Ribizel · 5 years ago
  24. 17686ba junit reporter reports random seed (--rng-seed) Fixes #1520 by Nathaniel Dosé · 5 years ago
  25. 16dc219 Add to string for std::optional by Robin Moussu · 5 years ago
  26. 5929d95 Add generic generator modifiers by Martin Hořeňovský · 5 years ago
  27. e46a70f Redo generator interface by Martin Hořeňovský · 5 years ago
  28. 64a9c02 Remove obsolete IndexTracker by Martin Hořeňovský · 5 years ago
  29. 61f4c7a Remove unused type from tests by Martin Hořeňovský · 5 years ago
  30. a2baabb Fix variant test for libstdc++ version 9 (#1515) by Robin Moussu · 5 years ago
  31. 8989c9b Integrate tests for #1394 into our test suite by Martin Hořeňovský · 5 years ago
  32. 21a1cd5 Template tests: added TEMPLATE_PRODUCT_TEST_CASE by Jozef Grajciar · 5 years ago
  33. 59087f7 Fix CAPTURE macro for nontrivial uses by Martin Hořeňovský · 6 years ago
  34. c6a89f1 Add `std::isnan` polyfill, fixing compilation under Embarcadero by Martin Hořeňovský · 6 years ago
  35. 2d906a9 Add support for templated tests by Jozef Grajciar · 6 years ago
  36. 489a410 ConsoleReporter: minor formatting fix by Jozef Grajciar · 6 years ago
  37. eccbffe Add MSVC warning 5038 (Wreorder equivalent) to CMakeLists by Martin Hořeňovský · 6 years ago
  38. d0eb9df Remove unused partial specialization for MatcherMethod<T> by Martin Hořeňovský · 6 years ago
  39. 779e83b Update Clara to v1.1.5 to fix TextFlow bugs by Martin Hořeňovský · 6 years ago
  40. 8b3c09c Catch's CLI now checks whether requested reporter exists by Maciej Patro · 6 years ago
  41. 1faccd6 Improve path normalization for approvalTests.py by MaciejPatro · 6 years ago
  42. 054d356 Add STATIC_REQUIRE assertion by Martin Hořeňovský · 6 years ago
  43. 6b9ca08 Add tests for #1404 by Martin Hořeňovský · 6 years ago
  44. aaaac35 Add tests for #1403 by Martin Hořeňovský · 6 years ago
  45. be49a53 Fix a bug in UnorderedEqualsMatcher by Martin Hořeňovský · 6 years ago
  46. c638c57 Add StringMaker for std::variant, std::monostate (#1380) by melak47 · 6 years ago
  47. a575536 Add StringMaker for std::(w)string_view by melak47 · 6 years ago
  48. 1eb42ee Add C++17 builds to Travis by Martin Hořeňovský · 6 years ago
  49. a212fb4 Merge branch 'dev-appveyor-fixup-coverage-scripts' by Martin Hořeňovský · 6 years ago
  50. a3876ad Fix CTest regex error by Martin Hořeňovský · 6 years ago
  51. 2a4725b Enable some more generator tests in standard test run by Martin Hořeňovský · 6 years ago
  52. a5c900d Add ExtraTest for CATCH_CONFIG_DISABLE by Martin Hořeňovský · 6 years ago
  53. 8b01883 Add support for -fno-exceptions (or equivalent) by Martin Hořeňovský · 6 years ago
  54. efbf50f Add test for AND_GIVEN and update the baselines by Martin Hořeňovský · 6 years ago
  55. ee73989 Suppress Wunreachable-code in floating matchers and exception tests by Martin Hořeňovský · 6 years ago
  56. 6f75acb Add tests for CATCH_CONFIG_DISABLE by Martin Hořeňovský · 6 years ago
  57. 9c3cc4a Add test for CATCH_CONFIG_PREFIX_ALL by Martin Hořeňovský · 6 years ago
  58. f3972f0 Add test for CATCH_CONFIG_DISABLE_STRINGIFICATION by Martin Hořeňovský · 6 years ago
  59. 0947752 Avoid running C++17 tests as part of approvals on VS 2017 by Martin Hořeňovský · 6 years ago
  60. 5202993 Fix VS2017 approvals on AppVeyor by Martin Hořeňovský · 6 years ago
  61. f061dab Add ExtraTests infrastructure by Martin Hořeňovský · 6 years ago
  62. fdcd464 Update baselines by Martin Hořeňovský · 6 years ago
  63. 7c25dae First attempt at data generator support by Phil Nash · 6 years ago
  64. 7f18282 Allow overriding of Python interpreter by David Seifert · 6 years ago
  65. eb783fc Added generic singletons facility by Phil Nash · 6 years ago
  66. 1db121d add no-rtti and no-exception support to catch2 by Igor Murashkin · 6 years ago
  67. 283e2e6 Add float/int literal for Approx by Henry Schreiner · 6 years ago
  68. e1d8117 Add -Wmissing-declarations to the SelfTest project by Martin Hořeňovský · 6 years ago
  69. 4846ad5 Remove obsolete test by Martin Hořeňovský · 6 years ago
  70. 7d00cb8 Remove unused benchmark project by Martin Hořeňovský · 6 years ago
  71. 5c0efa1 Added DYNAMIC_SECTION and implemented GIVEN/ WHEN/ THEN in terms of it by Phil Nash · 6 years ago
  72. 1579744 Deprecated description in SECTION (still accepts it, for now, but doesn't use it anywhere) by Phil Nash · 6 years ago
  73. 44722f9 Integrate CMake with `<catch2/catch.hpp>` include paths by Martin Hořeňovský · 6 years ago
  74. 1dce91d Reverted removal of #ifdef for chrono converters, and fixed in OC project a different way by Phil Nash · 6 years ago
  75. 5046077 Updated XCode build settings by Phil Nash · 6 years ago
  76. 788f812 Fixed errors and warnings on OC project by Phil Nash · 6 years ago
  77. 7be8a41 Fix ambiguity in stringification by Julien Nitard · 6 years ago
  78. e5fe3e8 Ensure platform-independent output from SpecialException::what by Martin Hořeňovský · 6 years ago
  79. 6c5c4c4 Add stringification support to std::exception and deriving classes by Martin Hořeňovský · 6 years ago
  80. 8d5d492 Added GCC 8 to Travis. Updated test so that it warning isn't triggered. by Christopher Di Bella · 6 years ago
  81. 200d3ad Support for parenthesizing types with commas. by Barry · 6 years ago
  82. 414dcae Allow only 1 reporter at a time by Martin Hořeňovský · 6 years ago
  83. ab30621 Fix stringifying static array of unsigned chars by Martin Hořeňovský · 6 years ago
  84. 1ca8f43 Add PredicateMatcher that takes an arbitrary predicate functions by Martin Hořeňovský · 6 years ago
  85. 3b801c4 Modify XML encoder to hex-encode invalid UTF-8 sequences by Martin Hořeňovský · 6 years ago
  86. 8b78087 Fix bug in WithinAbs::match() and add tests for it by jsc · 6 years ago
  87. 552589f Merge branch 'master' into master by Martin Hořeňovský · 6 years ago
  88. 95c849f Introduce support for DJGPP cross compiler by Tomas Zeman · 6 years ago
  89. 352853e Introduce conditional wchar_t (and std::wstring) support by Tomas Zeman · 6 years ago
  90. b111755 Fixup various spelling errors (#1208) by Josh Soref · 6 years ago
  91. d2ddb99 Cleanup for performance reasons by Martin Hořeňovský · 6 years ago
  92. 05cd057 Provide a public method to get StringRef's underlying pointer by Martin Hořeňovský · 6 years ago
  93. 4e57661 StringRef will not take ownership when writing itself to stream by Martin Hořeňovský · 6 years ago
  94. 5a8f9c8 Fix doubled line in baselines by Martin Hořeňovský · 6 years ago
  95. f988b4e Covered more translation possibilities by Martin Hořeňovský · 6 years ago
  96. c8d765a Cleanup some tests by Martin Hořeňovský · 6 years ago
  97. c0267e5 Add test for overriding the fallback stringifier by Martin Hořeňovský · 6 years ago
  98. ca8470f https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default by dvirtz · 6 years ago
  99. 681f5da Update approval tests by Martin Hořeňovský · 6 years ago
  100. 3b6fda3 Add tests for StringRef::numberOfCharacters by Martin Hořeňovský · 6 years ago