1. 4eea438 Update updateWandbox script to account for the new Wandbox API response by Martin Hořeňovský · 4 years, 8 months ago
  2. 407ee0a Add a section on slow linking under MinGW to "Known Limitations" docs by Martin Hořeňovský · 4 years, 8 months ago
  3. 060a41e Suppress false positive from clang-analyzer by Jonathan Vander Mey · 4 years, 10 months ago
  4. 90825a4 Add more tests for reading test specs from file by Martin Hořeňovský · 4 years, 8 months ago
  5. 9e8ae7d Use scientific notation for the WithinULP matcher by Martin Hořeňovský · 4 years, 8 months ago
  6. 8485684 Fixes #1766: Catch terminates when parsing invalid test name by amitherman95 · 4 years, 8 months ago
  7. 01ef707 Allow in-tree builds where Catch2 is just a subproject by Martin Hořeňovský · 4 years, 8 months ago
  8. ae14a47 TemplateTests: suppress -Wunused-template warning in template test cases by Jozef Grajciar · 4 years, 8 months ago
  9. f2b23db TemplateTests: fix compilation with ICC by Jozef Grajciar · 4 years, 8 months ago
  10. 1aa98c7 add a note how to run selftests using multiconfig generators by Mertz, Arne · 4 years, 8 months ago
  11. 3195c24 Remove JSON library from users by data-man · 4 years, 8 months ago
  12. 31906d8 Add parenthesis to prevent macro expansions of min/max by Martin Hořeňovský · 4 years, 8 months ago
  13. 91fa553 Add test for including unguarded windows.h by Martin Hořeňovský · 4 years, 8 months ago
  14. 7c9f92b v2.10.0 by Martin Hořeňovský · 4 years, 8 months ago
  15. a92a7d0 Rewrite documentation for floating point matchers by Martin Hořeňovský · 4 years, 8 months ago
  16. e4d61e4 Fix baselines by Martin Hořeňovský · 4 years, 8 months ago
  17. 9ba48e2 Remove superfluous includes in exception matchers by Martin Hořeňovský · 4 years, 8 months ago
  18. 2cc0c71 Add a matcher that checks exception's message by Martin Hořeňovský · 4 years, 8 months ago
  19. 28663fb Use the right overload of std::nextafter in tests by Martin Hořeňovský · 4 years, 8 months ago
  20. d2d418a Add a Relative Comparison matcher for floating point numbers by Martin Hořeňovský · 4 years, 8 months ago
  21. c8db4e7 Add a from_range(Container) overload to the generator helpers by Martin Hořeňovský · 4 years, 8 months ago
  22. 1c57496 Merge pull request #1769 from amitherman95/amitherman-1767 by Martin Hořeňovský · 4 years, 8 months ago
  23. 3109add Add tests for the -f/--input-file command line argument by Martin Hořeňovský · 4 years, 8 months ago
  24. adb4789 Patch:Failure to apply filters through external file by amitherman95 · 4 years, 8 months ago
  25. 75200e1 Merge pull request #1768 from RT222/master by Martin Hořeňovský · 4 years, 8 months ago
  26. a5a22cd Have the random generators use the global rng instance by Martin Hořeňovský · 4 years, 8 months ago
  27. 535da5c Introduce Catch's own RNG based on the PCG family of RNGs by Martin Hořeňovský · 4 years, 8 months ago
  28. 2331249 Simplified benchmark output with --benchmark-no-analysis by RT222 · 4 years, 8 months ago
  29. 319cb9e Add a generator that takes an iterator pair by Martin Hořeňovský · 4 years, 8 months ago
  30. b8b765d Merge pull request #1765 from kevingranade/patch-1 by Martin Hořeňovský · 4 years, 8 months ago
  31. a0ebd63 Add Cataclysm:Dark Days Ahead to project list by Kevin Granade · 4 years, 8 months ago
  32. 4bd2c3a Fix compilation error with CATCH_CONFIG_GLOBAL_NEXTAFTER by Martin Hořeňovský · 4 years, 8 months ago
  33. c38a5ca Allow full range of target ULP values for the ULPMatcher by Martin Hořeňovský · 4 years, 8 months ago
  34. ebc5609 Add test for INF == Approx(1) by Martin Hořeňovský · 4 years, 8 months ago
  35. fcda35f update name of Value Generators in doc to match class names by Wim Leflere · 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. 815f995 Do not explicitly install conan by Martin Hořeňovský · 4 years, 8 months ago
  38. da0062f Merge pull request #1752 from amitherman95/amitherman-1737 by Martin Hořeňovský · 4 years, 9 months ago
  39. de42f8a Fix escaping of quotes in coverage helper by Martin Hořeňovský · 4 years, 9 months ago
  40. af84f13 Add documentation for the table generator helper by Martin Hořeňovský · 4 years, 9 months ago
  41. fc2066b Add tests for escaping special characters in CLI by Martin Hořeňovský · 4 years, 9 months ago
  42. 2bcff9d Escape characters bug patch(v2.9.2) by amitherman95 · 4 years, 9 months ago
  43. 3beccfb Remove the no longer used is_unique type trait by Martin Hořeňovský · 4 years, 9 months ago
  44. af8b253 Ignore leading/trailing whitespace in test/section specs by Martin Hořeňovský · 4 years, 9 months ago
  45. a156440 Reinline some StringRef methods with trivial bodies by Martin Hořeňovský · 4 years, 9 months ago
  46. dab0296 Add test for past-the-end substr on StringRef by Martin Hořeňovský · 4 years, 9 months ago
  47. 9f4c477 Remove (mostly) unused overloads of StringRef operator + by Martin Hořeňovský · 4 years, 9 months ago
  48. 293012a Inline SourceLineInfo::empty definition by Martin Hořeňovský · 4 years, 9 months ago
  49. e2b3443 Do not blindly access empty StringRefs by Martin Hořeňovský · 4 years, 9 months ago
  50. 7b865da Make StringRef's operator std::string explicit by Martin Hořeňovský · 4 years, 9 months ago
  51. 1436253 Check for empty expression properly by Martin Hořeňovský · 4 years, 9 months ago
  52. a5bb3e3 Small updates to include directives (#1726) by Matthias Moulin · 4 years, 9 months ago
  53. 923db16 Use StringRefs through the enum registration by Martin Hořeňovský · 4 years, 9 months ago
  54. fbbaadb Use StringRef literal for unknown enum values instead of string lit by Martin Hořeňovský · 4 years, 9 months ago
  55. dd1f0f1 Add test for --filename-as-tags by Martin Hořeňovský · 4 years, 9 months ago
  56. d27d580 Add test for --libidentify command line flag by Martin Hořeňovský · 4 years, 9 months ago
  57. 6da00c1 Split out the rest of string manipulation tests by Martin Hořeňovský · 4 years, 9 months ago
  58. fe967b1 Remove the ill-considered StringRef::numberOfCharacters by Martin Hořeňovský · 4 years, 9 months ago
  59. f2c2711 Add trim for StringRef by Martin Hořeňovský · 4 years, 9 months ago
  60. b77ab74 Start adding tests for string manip functions by Martin Hořeňovský · 4 years, 9 months ago
  61. 4038ee6 Stop compilation if registering an enum could truncate its value by Martin Hořeňovský · 4 years, 9 months ago
  62. 789f359 Do not write singular characters into stream as C-strings by Martin Hořeňovský · 4 years, 9 months ago
  63. 6e8d769 Unify handling of __has_include checks by Martin Hořeňovský · 4 years, 9 months ago
  64. 1189a73 Do not assume that version placeholders contain ")" by Martin Hořeňovský · 4 years, 9 months ago
  65. 071baca Properly linkthrough additions to the configuration docs by Martin Hořeňovský · 4 years, 9 months ago
  66. addf799 Workaround missing std::nextafter in uClibc by Martin Hořeňovský · 4 years, 9 months ago
  67. 155274f Add disabling the use of Android's logging at compile time by Martin Hořeňovský · 4 years, 9 months ago
  68. 18d597c Allow to use non-copyable and non-movable types in TEMPLATE_LIST_TEST_CASE by Benjamin Worpitz · 4 years, 10 months ago
  69. 6629c11 Optimize in-repo PNGs by Martin Hořeňovský · 4 years, 9 months ago
  70. c6bf56b Fix Travis builds with clang 5/6 by Martin Hořeňovský · 4 years, 9 months ago
  71. 623e348 Merge pull request #1744 from ux3d/add-ux3d-to-commercial-users by Martin Hořeňovský · 4 years, 9 months ago
  72. 46f767e add UX3D to commercial users by Benjamin Schmithüsen · 4 years, 9 months ago
  73. ce42deb Add Android's log library to Catch2's CMake interface by Martin Hořeňovský · 4 years, 10 months ago
  74. 46a7007 Use __android_log_write instead of __android_log_print by Martin Hořeňovský · 4 years, 10 months ago
  75. 378cc1a Rename template parameter names to avoid name conflict on Solaris. by Jesse Alas · 4 years, 10 months ago
  76. e2d863b Actually run the random generator tests by Martin Hořeňovský · 4 years, 10 months ago
  77. ebe6a07 Remove the new tests from approvals by Martin Hořeňovský · 4 years, 10 months ago
  78. edcfd7f Add missed item to v2.9.2 release notes by Martin Hořeňovský · 4 years, 10 months ago
  79. 738818a Add a test for the internals by Martin Hořeňovský · 4 years, 10 months ago
  80. 2c869e1 v2.9.2 by Martin Hořeňovský · 4 years, 10 months ago
  81. 0ab11aa (Hopefully) Fix Obj-C++ compilation of matchers by Martin Hořeňovský · 4 years, 10 months ago
  82. 7a6af7b Merge pull request #1717 from ax3l/fix-storageClassFirst by Martin Hořeňovský · 4 years, 10 months ago
  83. fa096b2 Merge pull request #1715 from sfranzen/fix-compact-reporter by Martin Hořeňovský · 4 years, 10 months ago
  84. 820b1f1 static constexpr: storage class first by Axel Huebl · 4 years, 10 months ago
  85. 6070745 Improve reporting of unmatched filters (#1684) by Steven Franzen · 4 years, 10 months ago
  86. 3d9e7db Fix infinite loop in compact reporter printer by Steven Franzen · 4 years, 10 months ago
  87. cf55cfd Tiny speedup when listing tags by Martin Hořeňovský · 4 years, 10 months ago
  88. 3701c2e Small cleanup of self tests by Martin Hořeňovský · 4 years, 10 months ago
  89. 7dc7d77 Add a test for Catch version output by Martin Hořeňovský · 4 years, 10 months ago
  90. 06bc20c Improve handling of newlines in release scripts by Martin Hořeňovský · 4 years, 10 months ago
  91. 7a4beed Make release script update version placeholders in docs by Martin Hořeňovský · 4 years, 10 months ago
  92. 67b4ada Add 'Introduced in Catch 2.3.0.' text by Clare Macrae · 4 years, 11 months ago
  93. 119569a Add 'Introduced in Catch 2.4.0.' text by Clare Macrae · 4 years, 11 months ago
  94. ab71389 Add docs for AND_GIVEN macro - see #1360 by Clare Macrae · 4 years, 11 months ago
  95. 69fc94d Add 'Introduced in Catch 2.4.1.' text by Clare Macrae · 4 years, 11 months ago
  96. 49cd7c9 Add 'Introduced in Catch 2.4.2.' text by Clare Macrae · 4 years, 11 months ago
  97. e998d15 Add 'Introduced in Catch 2.5.0.' text by Clare Macrae · 4 years, 11 months ago
  98. 42a5903 Add 'Introduced in Catch 2.6.0.' text by Clare Macrae · 4 years, 11 months ago
  99. c071f07 Add 'Introduced in Catch 2.7.0.' note by Clare Macrae · 4 years, 11 months ago
  100. 53776a9 Add 'Introduced in Catch 2.7.1.' note by Clare Macrae · 4 years, 11 months ago