1. f061dab Add ExtraTests infrastructure by Martin Hořeňovský · 6 years ago
  2. 1a501fc Fix examples compilation for some combinations of Clang and libstdc++ by Martin Hořeňovský · 6 years ago
  3. 94121a5 Add a basic documentation for generators by Martin Hořeňovský · 6 years ago
  4. 92e2504 Move all<int> to .cpp file to remove <limits> from common path by Martin Hořeňovský · 6 years ago
  5. fdcd464 Update baselines by Martin Hořeňovský · 6 years ago
  6. 7c25dae First attempt at data generator support by Phil Nash · 6 years ago
  7. 7f18282 Allow overriding of Python interpreter by David Seifert · 6 years ago
  8. 1cdaa48 CAPTURE is now variadic by Phil Nash · 6 years ago
  9. 1a63fad Seed the RNG in approval tests by Phil Nash · 6 years ago
  10. d6f2fd4 Moved ReusableStringStream impl to generic singleton by Phil Nash · 6 years ago
  11. 5884ec1 Moved registry hub to generic singleton by Phil Nash · 6 years ago
  12. eb783fc Added generic singletons facility by Phil Nash · 6 years ago
  13. 38248f3 Add pragma ignore for -Wnon-virtual-dtor in Catch matchers by Igor Murashkin · 6 years ago
  14. c9de7dd Optimize SourceLineInfo::operator< with short-circuiting by Martin Hořeňovský · 6 years ago
  15. 52cbb50 Avoid copying StringRef by Martin Hořeňovský · 6 years ago
  16. 83bfae1 Construct StringRef from constant strings in macros directly using UDL by Martin Hořeňovský · 6 years ago
  17. f7f592d Introduce "C-namespaced" UDL for StringRef by Martin Hořeňovský · 6 years ago
  18. 78804ea Replace std::string with StringRef in MessageInfo for macro capture by Martin Hořeňovský · 6 years ago
  19. b932847 Update gitattributes by Martin Hořeňovský · 6 years ago
  20. 15cf3ca v2.3.0 by Martin Hořeňovský · 6 years ago
  21. 12a8dfa Fix Listening reporter use of ReporterPreferences by Martin Hořeňovský · 6 years ago
  22. 797d3b0 Reinstate CATCH_BUILD_TESTING CMake option by Martin Hořeňovský · 6 years ago
  23. 82b8744 Direct construct empty StringRef in test macros by Martin Hořeňovský · 6 years ago
  24. ce80358 Document Approx's UDL support by Martin Hořeňovský · 6 years ago
  25. 283e2e6 Add float/int literal for Approx by Henry Schreiner · 6 years ago
  26. d6c7392 Add a new reporter customization point: reporting all assertions by Martin Hořeňovský · 6 years ago
  27. 9ee4c1d Allow disabling the implementation of the new output capture by Martin Hořeňovský · 6 years ago
  28. 7679060 Properly unset tags variable. by Guillaume Egles · 6 years ago
  29. e21c6aa Fix the second Multiple-file example file link by Unknown · 6 years ago
  30. 7a59d50 Link the example from `CATCH_CONFIG_NOSTDOUT` documentation by Martin Hořeňovský · 6 years ago
  31. c8941cc Add an example on providing streams with `CATCH_CONFIG_NOSTDOUT` by Martin Hořeňovský · 6 years ago
  32. 5eeb6aa Update Approx documentation by Martin Hořeňovský · 6 years ago
  33. 1c1b447 Properly guard CATCH_CONFIG_ENABLE_CHRONO_STRINGMAKER definition by Martin Hořeňovský · 6 years ago
  34. e1d8117 Add -Wmissing-declarations to the SelfTest project by Martin Hořeňovský · 6 years ago
  35. 4846ad5 Remove obsolete test by Martin Hořeňovský · 6 years ago
  36. ff2b3c8 Add comment explaining why we leak -Wparentheses under g++ by Martin Hořeňovský · 6 years ago
  37. b55424d Stop -Wunused-variable suppression leaking out of Catch's header by Martin Hořeňovský · 6 years ago
  38. e69c7ce Add Discord badge to README by Martin Hořeňovský · 6 years ago
  39. 7be8ba3 Install contrib when installing Catch using conan by Martin Hořeňovský · 6 years ago
  40. ad12096 fix link to single header version catch.hpp by Stephen McDowell · 6 years ago
  41. f460a7d Fix documentation of CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 6 years ago
  42. ebf8900 Update thread safety documentation by Martin Hořeňovský · 6 years ago
  43. 7d00cb8 Remove unused benchmark project by Martin Hořeňovský · 6 years ago
  44. e69afb6 Remove removed macros from documentation by Martin Hořeňovský · 6 years ago
  45. 9fb38fc Restored description field in SectionInfo for now - but marked it deprecated by Phil Nash · 6 years ago
  46. 0f49a60 Added DYNAMIC_SECTION to CATCH_CONFIG_DISABLE builds by Phil Nash · 6 years ago
  47. 5c0efa1 Added DYNAMIC_SECTION and implemented GIVEN/ WHEN/ THEN in terms of it by Phil Nash · 6 years ago
  48. 1579744 Deprecated description in SECTION (still accepts it, for now, but doesn't use it anywhere) by Phil Nash · 6 years ago
  49. 9b0e740 Changed approval tests path to match changes in CMakeLists.txt by Phil Nash · 6 years ago
  50. 1af60ef Separate Catch2Config from targets by Martin Hořeňovský · 6 years ago
  51. 3743295 Stop conan package from installing Catch's helpers by Martin Hořeňovský · 6 years ago
  52. ed582bd Include contrib in installation by Martin Hořeňovský · 6 years ago
  53. 6c1145d Improve pkg-config integration a bit by Martin Hořeňovský · 6 years ago
  54. b957eb4 Improve conan integration by using cmake install by Paul le Roux · 6 years ago
  55. 0eb99fb Add option to not install documentation by Paul le Roux · 6 years ago
  56. bf22158 Update CMake and build documentation by Martin Hořeňovský · 6 years ago
  57. 44722f9 Integrate CMake with `<catch2/catch.hpp>` include paths by Martin Hořeňovský · 6 years ago
  58. 35a57b0 Replaced use of std::rand with std::mt19937 by Phil Nash · 6 years ago
  59. 1dce91d Reverted removal of #ifdef for chrono converters, and fixed in OC project a different way by Phil Nash · 6 years ago
  60. b8553d6 Moved inline functions in cpp files into anon namespaces by Phil Nash · 6 years ago
  61. 5046077 Updated XCode build settings by Phil Nash · 6 years ago
  62. 788f812 Fixed errors and warnings on OC project by Phil Nash · 6 years ago
  63. c5301bf Updated release process documentation to reflect vcpkg autoupdate by Martin Hořeňovský · 6 years ago
  64. d2a130f v2.2.3 by Martin Hořeňovský · 6 years ago
  65. 7be8a41 Fix ambiguity in stringification by Julien Nitard · 6 years ago
  66. 021fcee Finish fixing invalid compilation using MinGW by Lyashenko Arsenii Maksimovich · 6 years ago
  67. 3a47b8b Add missing catch_platform include to compiler capabilities by Martin Hořeňovský · 6 years ago
  68. 2771a8e Normalize OS X specific pass/fail strings in approvals by Martin Hořeňovský · 6 years ago
  69. 7abd7db Fix minor typo in the documentation by Cristian Morales Vega · 6 years ago
  70. 88d7b8d Ensure stack size for POSIX signal handling is sufficient by BiCapitalization · 6 years ago
  71. df0b0e6 Make FALLBACK_STRINGIFIER documentation more explicit by Martin Hořeňovský · 6 years ago
  72. 4c7b7d0 Move FALLBACK_STRINGIFIER to before the enum and range fallbacks by Martin Hořeňovský · 6 years ago
  73. 90988f5 Enable console colour in the approval tests on windows. by Rupert Steel · 6 years ago
  74. e5fe3e8 Ensure platform-independent output from SpecialException::what by Martin Hořeňovský · 6 years ago
  75. 6c5c4c4 Add stringification support to std::exception and deriving classes by Martin Hořeňovský · 6 years ago
  76. c323658 Fix broken YAML in a way that codecov understands by Martin Hořeňovský · 6 years ago
  77. db570b7 Split list of examples into "done" and "planned". by Martin Hořeňovský · 6 years ago
  78. 0074926 Provide a polyfill over `std::to_string` by Martin Hořeňovský · 6 years ago
  79. 6496c51 do not strip spaces from cmake discovered test names by Markus Reitboeck · 6 years ago
  80. 3dd523b Add gdbinit and lldbinit files with commands to skip stepping into Catch code during debugging by Markus Reitboeck · 6 years ago
  81. 8d5d492 Added GCC 8 to Travis. Updated test so that it warning isn't triggered. by Christopher Di Bella · 6 years ago
  82. d0287e3 Updated Travis for LLVM 6.0 by Christopher Di Bella · 6 years ago
  83. dd99a66 Add documentation for `--use-colour` by Palotás Boldizsár · 6 years ago
  84. ae590fe Only use tmpfile workaround for MSVC and not MinGW and friends by Martin Hořeňovský · 6 years ago
  85. 7f791fa Suggestion for adding libcluon that is also using Catch2 for testing by Christian Berger · 6 years ago
  86. 0510d47 Fix missing include and wrong comment format by Martin Hořeňovský · 6 years ago
  87. e92b9c0 Add an experimental new way of capturing stdout/stderr by Martin Hořeňovský · 6 years ago
  88. 88a6ff0 Cast to unsigned char when using std::isalnum by Ian Hattendorf · 6 years ago
  89. 9e7c281 Minor fixes to python scripts by pycodestyle by Marcus Näslund · 6 years ago
  90. 64be2ad Remove superfluous include and fix comment by Martin Hořeňovský · 6 years ago
  91. c651f23 Detect MinGW as Windows platform w/o SEH by Martin Hořeňovský · 6 years ago
  92. 43769a1 Changed to c++ style includes by Marcus Näslund · 6 years ago
  93. 200d3ad Support for parenthesizing types with commas. by Barry · 6 years ago
  94. aa7b0c9 Fix generating single header using Python3 by Martin Hořeňovský · 6 years ago
  95. 375f205 Use io.open in approvalTests.py regardless of Python version by Martin Hořeňovský · 6 years ago
  96. dc6b83b Support Python3 in approval tests by Tom Hughes · 6 years ago
  97. f00257e Call listeners before calling reporters by Martin Hořeňovský · 6 years ago
  98. 414dcae Allow only 1 reporter at a time by Martin Hořeňovský · 6 years ago
  99. d2d8455 v2.2.2 by Martin Hořeňovský · 6 years ago
  100. ab30621 Fix stringifying static array of unsigned chars by Martin Hořeňovský · 6 years ago