1. aef2e4d Update baselines by Martin Hořeňovský · 7 years ago
  2. ab5d176 Fix/disable failing approval tests by Martin Hořeňovský · 7 years ago
  3. b3a9231 Actually fix AppVeyor ctest by Martin Hořeňovský · 7 years ago
  4. 35bad89 Fix ctest failure on windows by Martin Hořeňovský · 7 years ago
  5. 792d3d0 Fixed alignment of getSupportedVerbosities in MultipleReporters by Phil Nash · 7 years ago
  6. be067bc Explicit ctor used to fix compilation failures caused by copy initialization. by offa · 7 years ago
  7. 115db71 Incorporated Clara with TextFlow fix for assertion with consecutive newlines by Phil Nash · 7 years ago
  8. 3a5b951 Make approval tests part of ctest by Martin Hořeňovský · 7 years ago
  9. 4e4a13d Update approvals after removing deprecated matcher helpers by Martin Hořeňovský · 7 years ago
  10. e8ec6bd General cleanup for C++11 by Martin Hořeňovský · 7 years ago
  11. e871742 Move session to internal, split apart implementation by Martin Hořeňovský · 7 years ago
  12. 6388fc9 Remove last usage of NotImplementedException by Martin Hořeňovský · 7 years ago
  13. a4df0b2 Remove obsoleted utility functions on matchers by Martin Hořeňovský · 7 years ago
  14. 97edf7c Fix-up compilation benchmark script by Martin Hořeňovský · 7 years ago
  15. 49a1408 Fix compilation of main file with CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 7 years ago
  16. 9796c51 Always compile matchers implementation by Martin Hořeňovský · 7 years ago
  17. 255f7d7 Minor cleanup by Martin Hořeňovský · 7 years ago
  18. 46e2879 Stitch .cpp files into single header in deterministic order by Martin Hořeňovský · 7 years ago
  19. 0673b9b Split RNG related things into its own file by Martin Hořeňovský · 7 years ago
  20. 48db47c Remove unused internal macro from the common path by Martin Hořeňovský · 7 years ago
  21. cde57d9 Remove tag alias registry interface from the common path by Martin Hořeňovský · 7 years ago
  22. 13213fa Update release notes in regards to CATCH_CONFIG_DISABLE by Martin Hořeňovský · 7 years ago
  23. fc495ba Dev build 3 by Martin Hořeňovský · 7 years ago
  24. 4dcdcc0 Change developBuild to work same as *Release by Martin Hořeňovský · 7 years ago
  25. 61d2c37 Add evaluation specialization for T* and long by Martin Hořeňovský · 7 years ago
  26. 07211ce Add table of contents by Martin Moene · 7 years ago
  27. c555301 Fix heading levels by Martin Moene · 7 years ago
  28. 66124d9 Make Current, Older releases sections, add subsections for each minor release by Martin Moene · 7 years ago
  29. dd8e79c Streamline includes in external interfaces by Martin Hořeňovský · 7 years ago
  30. 4453fef Remove check for compiler version before using __COUNTER__ by Martin Hořeňovský · 7 years ago
  31. 6e46f29 Remove empty compiler detection by Martin Hořeňovský · 7 years ago
  32. 92444d8 Remove catch_context.h from the common include path by Martin Hořeňovský · 7 years ago
  33. bcb430b Clean up various minor things by Martin Hořeňovský · 7 years ago
  34. 5932576 Split writeToDebugConsole out of main path by Martin Hořeňovský · 7 years ago
  35. faead53 Update approval test baselines after removing [hide] tag by Martin Hořeňovský · 7 years ago
  36. 3b8b25c Make REGISTER_TEST_CASE auto registering by Martin Hořeňovský · 7 years ago
  37. 75f1438 Prevent exception translator registration with CATCH_CONFIG_DISABLE by Martin Hořeňovský · 7 years ago
  38. 05b6f03 Disable reporter/listener registration with CATCH_CONFIG_DISABLE by Martin Hořeňovský · 7 years ago
  39. 053c29a Add partial implementation of CATCH_CONFIG_DISABLE by Martin Hořeňovský · 7 years ago
  40. 2a13593 Update CATCH_CONFIG_FAST_COMPILE documentation by Martin Hořeňovský · 7 years ago
  41. a0988da Add the experimental benchmark feature in documentation by Martin Hořeňovský · 7 years ago
  42. 8f6d6a4 Remove legacy [hide] tag by Martin Hořeňovský · 7 years ago
  43. e8d3be3 Workaround raw string literal bug in VS2017 by Martin Hořeňovský · 7 years ago
  44. 67dc654 Fix updateVcpkgPackage by Martin Hořeňovský · 7 years ago
  45. b1d0085 Tweaked how failedButOk assertions are recorded by Phil Nash · 7 years ago
  46. 071f49b Add page titles by Martin Moene · 7 years ago
  47. dee61df Refactor release scripts, automatically update Wandbox on release by Martin Hořeňovský · 7 years ago
  48. 6c09b45 Let toplevel links to .md files link to .md#top by Martin Moene · 7 years ago
  49. e822505 Add html anchor 'top' by Martin Moene · 7 years ago
  50. a7a9be5 Ignore return value of getchar when waiting for keypress by Martin Hořeňovský · 7 years ago
  51. cb2fceb Force include catch_platform.h before any if-defs by Martin Hořeňovský · 7 years ago
  52. 49f5919 Add partial release notes for 2.0.0 by Martin Hořeňovský · 7 years ago
  53. 489b639 Change include guards in catch_external_interfaces.h by Martin Hořeňovský · 7 years ago
  54. c7da5b5 Remove obsolete note from reporter documentation by Martin Hořeňovský · 7 years ago
  55. 3dc4de8 Document implementation of listeners in non-main files by Martin Hořeňovský · 7 years ago
  56. 626b1d3 Add problems with `SECTION`s in loops to documentations by Martin Hořeňovský · 7 years ago
  57. 5d6c1f4 Dev build 2 by Phil Nash · 7 years ago
  58. 3bc03cd Went back to Catch 1.x behaviour for -d by Phil Nash · 7 years ago
  59. 28f11a7 Added dummy listener registration by Phil Nash · 7 years ago
  60. 24af32f Add define that pulls in reporter and listeners interfaces by Martin Hořeňovský · 7 years ago
  61. 0545de0 Hold translated exception in local string while matching by Phil Nash · 7 years ago
  62. ee75b32 Rebased with missing [failing] tag by Phil Nash · 7 years ago
  63. 597fca3 Remove <algorithm> header from the common path by Martin Hořeňovský · 7 years ago
  64. f99f511 Removed *_REGISTER_REPORTER from main path by Martin Hořeňovský · 7 years ago
  65. 9a18ba0 Remove deprecated listener registration macro by Martin Hořeňovský · 7 years ago
  66. 8e6641c Replace stdint.h include with cstdint include by Martin Hořeňovský · 7 years ago
  67. 185573e Do not include c++ stitch marking in final single header by Martin Hořeňovský · 7 years ago
  68. 632e023 Added non-copyable test to [failing] set by Phil Nash · 7 years ago
  69. b8f482b Added test comparing non-copyable values by Phil Nash · 7 years ago
  70. aaedae6 Fixed issue with comparing non-copyable values by Phil Nash · 7 years ago
  71. ff9aaf3 Added Clara and TextFlowCpp to open source users by Phil Nash · 7 years ago
  72. e6ffbb7 Updated conan files to use version number by Phil Nash · 7 years ago
  73. 581aaae Generated single include for develop build by Phil Nash · 7 years ago
  74. 0b52dbe Small doc updates by Phil Nash · 7 years ago
  75. 8c0a6a4 Create CODE_OF_CONDUCT.md by Phil Nash · 7 years ago
  76. 8582780 Don't include string/ vector matchers if CATCH_CONFIG_MATCHERS defined by Phil Nash · 7 years ago
  77. a36395e Changed use of strncpy to memcpy by Phil Nash · 7 years ago
  78. 699e571 Documented benchmark-resolution-multiple command line option by Phil Nash · 7 years ago
  79. 07ded81 Added --libidentify and --wait-for-keypress to docs by Phil Nash · 7 years ago
  80. a988af2 No longer show full usage in event of error by Phil Nash · 7 years ago
  81. 74dfd0b Add open-source user by Monocasual · 7 years ago
  82. 917a51d Added libidentify support, including option for waiting for keypress on exit (and/ or start) by Phil Nash · 7 years ago
  83. f06ed85 Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master by Martin Hořeňovský · 7 years ago
  84. 0aec06f Update documentation with changes from 7e4038d by Martin Hořeňovský · 7 years ago
  85. 7be2585 Suppress strncpy copy warnings on MSVC by Phil Nash · 7 years ago
  86. 94d347b Removed StringData by Phil Nash · 7 years ago
  87. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  88. ece64c3 Removed redundant .c_str()s from StringRef usages by Phil Nash · 7 years ago
  89. fa3535e Added << ostream overload to StringRef by Phil Nash · 7 years ago
  90. bb8c1fb Rebased with string conversion tests by Phil Nash · 7 years ago
  91. c659e0f StringRef conversions to/ from std::string by Phil Nash · 7 years ago
  92. 1aab791 reformatted benchmark output a bit by Phil Nash · 7 years ago
  93. eed4ae8 Added config to control multiple of clock resolution to run benchmark iterations for by Phil Nash · 7 years ago
  94. df5c31b Cleaned up the output a bit by Phil Nash · 7 years ago
  95. 684cbb2 Fixes issue with fatal errors and non-failing assertions Fixes #990 by Phil Nash · 7 years ago
  96. 6282999 Rebased approvals with info loop change by Phil Nash · 7 years ago
  97. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 7 years ago
  98. 3382312 Remove obsoleted `SCOPED_MSG` and `SCOPED_CAPTURE` by Martin Hořeňovský · 7 years ago
  99. 5da76bb Allow specifying default reporter at compile time by Martin Hořeňovský · 7 years ago
  100. 11295a2 Make catch_stream.hpp a standard .cpp file by Martin Hořeňovský · 7 years ago