1. 084b1d5 Fix colourized output to file by Martin Hořeňovský · 5 years ago
  2. 4109870 Merge pull request #1484 from Lotterleben/extend_contributing by Martin Hořeňovský · 5 years ago
  3. 2988e9f Update contributing.md to reflect current test setup by Martin Hořeňovský · 5 years ago
  4. bc02ada Add build instructions to contributing.md by Lotte Steenbrink · 5 years ago
  5. 0387fb6 Added Bloomlife to list of commercial users by Torfinn Berset · 5 years ago
  6. 23f023f cpp higlighting for test-cases-and-sections.md by NeroBurner · 5 years ago
  7. 5b4ffd3 Docs: added docs for TEMPLATE_PRODUCT_TEST_CASE by Jozef Grajciar · 6 years ago
  8. d0de666 Merge pull request #1458 from ndusart/cppcodec by Martin Hořeňovský · 6 years ago
  9. 6ccd467 v2.5.0 by Martin Hořeňovský · 6 years ago
  10. 16656c4 Update the release process documentation by Martin Hořeňovský · 6 years ago
  11. 862955d add cppcodec in opensource users by Nicolas Dusart · 6 years ago
  12. df019cc Turn "deprecations" into "deprecations and planned changes" by Martin Hořeňovský · 6 years ago
  13. 59087f7 Fix CAPTURE macro for nontrivial uses by Martin Hořeňovský · 6 years ago
  14. 77f29c2 Add more deprecations by Martin Hořeňovský · 6 years ago
  15. a9d5b71 Add note about release signing to release docs by Martin Hořeňovský · 6 years ago
  16. 396e095 Add ToC to "Test cases and sections" documentation by Martin Hořeňovský · 6 years ago
  17. 68860ff Add deprecations documentation by Martin Hořeňovský · 6 years ago
  18. 99b37a4 Merge pull request #1445 from thecppzoo/master by Martin Hořeňovský · 6 years ago
  19. 1dccd26 Fix link in documentation by Martin Hořeňovský · 6 years ago
  20. 3f3238e operator<< works from the global namespace by thecppzoo · 6 years ago
  21. 00d4f5d Add documentation for templated tests by Martin Hořeňovský · 6 years ago
  22. 87950d9 Fix Cute test framework URL by Antonio Borondo · 6 years ago
  23. 03d122a v2.4.2 by Martin Hořeňovský · 6 years ago
  24. 1d9b506 Add documentation for some miscellaneous and less important macros by Martin Hořeňovský · 6 years ago
  25. 544c7d7 Add the optional variable OptionalCatchTestLauncher by Stephane Del Pino · 6 years ago
  26. 9e1bdca v2.4.1 by Martin Hořeňovský · 6 years ago
  27. 558bbe7 Add example for TeamCity reporter and refer to it by Martin Moene · 7 years ago
  28. 4dd6e81 Update "Known limitations" section of documentation by Martin Hořeňovský · 6 years ago
  29. 9e6d7bb Add documentation for installing Catch from the repository by Martin Hořeňovský · 6 years ago
  30. dfb025c Change wording of Approx documentation to be less misleading by Martin Hořeňovský · 6 years ago
  31. c638c57 Add StringMaker for std::variant, std::monostate (#1380) by melak47 · 6 years ago
  32. a575536 Add StringMaker for std::(w)string_view by melak47 · 6 years ago
  33. 46e99e2 Fixup TOC script sluggification and documentation by Martin Hořeňovský · 6 years ago
  34. a81c01d Updated documentation TOCs by Martin Moene · 6 years ago
  35. 60b05b2 v2.4.0 by Martin Hořeňovský · 6 years ago
  36. 232ea3c Add documentation for no-exception support by Martin Hořeňovský · 6 years ago
  37. 7667a7d Docs: TABs to Spaces by Axel Huebl · 6 years ago
  38. 2067c8d Update opensource-users.md by George Fotopoulos · 6 years ago
  39. 94121a5 Add a basic documentation for generators by Martin Hořeňovský · 6 years ago
  40. 15cf3ca v2.3.0 by Martin Hořeňovský · 6 years ago
  41. 797d3b0 Reinstate CATCH_BUILD_TESTING CMake option by Martin Hořeňovský · 6 years ago
  42. ce80358 Document Approx's UDL support by Martin Hořeňovský · 6 years ago
  43. e21c6aa Fix the second Multiple-file example file link by Unknown · 6 years ago
  44. 7a59d50 Link the example from `CATCH_CONFIG_NOSTDOUT` documentation by Martin Hořeňovský · 6 years ago
  45. c8941cc Add an example on providing streams with `CATCH_CONFIG_NOSTDOUT` by Martin Hořeňovský · 6 years ago
  46. 5eeb6aa Update Approx documentation by Martin Hořeňovský · 6 years ago
  47. ad12096 fix link to single header version catch.hpp by Stephen McDowell · 6 years ago
  48. f460a7d Fix documentation of CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 6 years ago
  49. ebf8900 Update thread safety documentation by Martin Hořeňovský · 6 years ago
  50. e69afb6 Remove removed macros from documentation by Martin Hořeňovský · 6 years ago
  51. bf22158 Update CMake and build documentation by Martin Hořeňovský · 6 years ago
  52. c5301bf Updated release process documentation to reflect vcpkg autoupdate by Martin Hořeňovský · 6 years ago
  53. d2a130f v2.2.3 by Martin Hořeňovský · 6 years ago
  54. 7abd7db Fix minor typo in the documentation by Cristian Morales Vega · 6 years ago
  55. df0b0e6 Make FALLBACK_STRINGIFIER documentation more explicit by Martin Hořeňovský · 6 years ago
  56. db570b7 Split list of examples into "done" and "planned". by Martin Hořeňovský · 6 years ago
  57. 0074926 Provide a polyfill over `std::to_string` by Martin Hořeňovský · 6 years ago
  58. dd99a66 Add documentation for `--use-colour` by Palotás Boldizsár · 6 years ago
  59. 7f791fa Suggestion for adding libcluon that is also using Catch2 for testing by Christian Berger · 6 years ago
  60. e92b9c0 Add an experimental new way of capturing stdout/stderr by Martin Hořeňovský · 6 years ago
  61. 200d3ad Support for parenthesizing types with commas. by Barry · 6 years ago
  62. d2d8455 v2.2.2 by Martin Hořeňovský · 6 years ago
  63. 1ca8f43 Add PredicateMatcher that takes an arbitrary predicate functions by Martin Hořeňovský · 6 years ago
  64. 0a34cc2 v2.2.1 by Martin Hořeňovský · 6 years ago
  65. d14b756 v2.2.0 by Martin Hořeňovský · 6 years ago
  66. 552589f Merge branch 'master' into master by Martin Hořeňovský · 6 years ago
  67. 352853e Introduce conditional wchar_t (and std::wstring) support by Tomas Zeman · 6 years ago
  68. b111755 Fixup various spelling errors (#1208) by Josh Soref · 6 years ago
  69. cf4b7ee Document CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS macro by Martin Hořeňovský · 6 years ago
  70. e84768f Add SpECTRE project to list of users. by Nils Deppe · 6 years ago
  71. 31673ee Document CATCH_CONFIG_DEFAULT_REPORTER macro by Martin Hořeňovský · 6 years ago
  72. 34d7a33 Add a way to change fallback stringifier by Martin Hořeňovský · 6 years ago
  73. 082c3b8 Fix typos in documentation by Martin Hořeňovský · 6 years ago
  74. a90305f Add another known bug to limitations.md by Martin Hořeňovský · 6 years ago
  75. 355b3f9 Add option to warn when no tests ran by dvirtz · 6 years ago
  76. 7cbd0b5 v2.1.2 by Martin Hořeňovský · 6 years ago
  77. 5e48486 Add Catch::is_range to documentation by Martin Hořeňovský · 6 years ago
  78. 5e8df1c Update opensource-users.md by George Fotopoulos · 6 years ago
  79. 44dbda9 Add CATCH_VERSION_* defines for external use by Martin Hořeňovský · 6 years ago
  80. 62dae59 v2.1.1 by Martin Hořeňovský · 6 years ago
  81. d595990 Added Catch::clara namespace to doc for adding Opt by Phil Nash · 6 years ago
  82. 9700ee4 Update CTest autodiscovery documentation by Martin Hořeňovský · 6 years ago
  83. bbda8cd Update reporter docs with their new location by Martin Hořeňovský · 6 years ago
  84. 5774c4f Update release process with the need to release reporters by Martin Hořeňovský · 6 years ago
  85. cd76f57 v2.1.0 by Martin Hořeňovský · 6 years ago
  86. 13ea422 Add fuxedo.io to open source users by Aivars Kalvans · 6 years ago
  87. fc88313 Added DtCraft to Open Source users by Phil Nash · 7 years ago
  88. 88d2bac Trivial typo fix. (#1119) by Dan Nissenbaum · 7 years ago
  89. 24851df Add release notes from the EOL of Catch Classic by Martin Hořeňovský · 7 years ago
  90. 516dbc8 Add inja to open source users (#1106) by lbersch · 7 years ago
  91. 2bbba4f5 Refer to example code from the Tutorial by Martin Moene · 7 years ago
  92. 29cdd6c Add link to event listener example to documentation by Martin Moene · 7 years ago
  93. dfb7217 Add list of examples to documentation by Martin Moene · 7 years ago
  94. 97a8640 Update 3rd party bugs documentation by Martin Hořeňovský · 7 years ago
  95. 033e078 Fix typo in build system docs by Martin Hořeňovský · 7 years ago
  96. 9796a77 Initial prototype of PCH support by Martin Hořeňovský · 7 years ago
  97. b0857e8 Provide a regex matcher against std::string by Martin Hořeňovský · 7 years ago
  98. 0b1f1b1 Add ULP and margin matcher by Martin Hořeňovský · 7 years ago
  99. 24e6d5f Fixed release notes mention of *_THROWS_MATCHES by Phil Nash · 7 years ago
  100. 7423a48 Updated some Catch references to Catch2 by Phil Nash · 7 years ago