1. aaedae6 Fixed issue with comparing non-copyable values by Phil Nash · 7 years ago
  2. ff9aaf3 Added Clara and TextFlowCpp to open source users by Phil Nash · 7 years ago
  3. e6ffbb7 Updated conan files to use version number by Phil Nash · 7 years ago
  4. 581aaae Generated single include for develop build by Phil Nash · 7 years ago
  5. 0b52dbe Small doc updates by Phil Nash · 7 years ago
  6. 8c0a6a4 Create CODE_OF_CONDUCT.md by Phil Nash · 7 years ago
  7. 8582780 Don't include string/ vector matchers if CATCH_CONFIG_MATCHERS defined by Phil Nash · 7 years ago
  8. a36395e Changed use of strncpy to memcpy by Phil Nash · 7 years ago
  9. 699e571 Documented benchmark-resolution-multiple command line option by Phil Nash · 7 years ago
  10. 07ded81 Added --libidentify and --wait-for-keypress to docs by Phil Nash · 7 years ago
  11. a988af2 No longer show full usage in event of error by Phil Nash · 7 years ago
  12. 74dfd0b Add open-source user by Monocasual · 7 years ago
  13. 917a51d Added libidentify support, including option for waiting for keypress on exit (and/ or start) by Phil Nash · 7 years ago
  14. f06ed85 Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master by Martin Hořeňovský · 7 years ago
  15. 0aec06f Update documentation with changes from 7e4038d by Martin Hořeňovský · 7 years ago
  16. 7be2585 Suppress strncpy copy warnings on MSVC by Phil Nash · 7 years ago
  17. 94d347b Removed StringData by Phil Nash · 7 years ago
  18. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  19. ece64c3 Removed redundant .c_str()s from StringRef usages by Phil Nash · 7 years ago
  20. fa3535e Added << ostream overload to StringRef by Phil Nash · 7 years ago
  21. bb8c1fb Rebased with string conversion tests by Phil Nash · 7 years ago
  22. c659e0f StringRef conversions to/ from std::string by Phil Nash · 7 years ago
  23. 1aab791 reformatted benchmark output a bit by Phil Nash · 7 years ago
  24. eed4ae8 Added config to control multiple of clock resolution to run benchmark iterations for by Phil Nash · 7 years ago
  25. df5c31b Cleaned up the output a bit by Phil Nash · 7 years ago
  26. 684cbb2 Fixes issue with fatal errors and non-failing assertions Fixes #990 by Phil Nash · 7 years ago
  27. 6282999 Rebased approvals with info loop change by Phil Nash · 7 years ago
  28. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 7 years ago
  29. 3382312 Remove obsoleted `SCOPED_MSG` and `SCOPED_CAPTURE` by Martin Hořeňovský · 7 years ago
  30. 5da76bb Allow specifying default reporter at compile time by Martin Hořeňovský · 7 years ago
  31. 11295a2 Make catch_stream.hpp a standard .cpp file by Martin Hořeňovský · 7 years ago
  32. aa42dd9 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  33. 7e4038d Capture std::clog writes and combine them with std::cerr writes (#989) by Martin Hořeňovský · 7 years ago
  34. ee9b19e Moved matcher-based capture macros into their own file by Phil Nash · 7 years ago
  35. b59e0ed Collapsed alternate capture macros now originals are redundant by Phil Nash · 7 years ago
  36. 8d21b4a Removed some unnecessary #includes by Phil Nash · 7 years ago
  37. 4b5ac4d Actually do what the previous commit claimed to do! :-s by Phil Nash · 7 years ago
  38. 8382d99 Workaround for GCC 4.8 "deleted ctor in aggregate" bug by Phil Nash · 7 years ago
  39. dc1df29 Suppressed some warnings by Phil Nash · 7 years ago
  40. 8c95a81 Removed all (well, most) of the redundant, ResultBuilder-based, code by Phil Nash · 7 years ago
  41. 7df290d Integrated new AssertionHandler into unexpected exception handling in RunContext by Phil Nash · 7 years ago
  42. 201028d Integrated INTERNAL_CATCH_THROWS with new AssertionHandler by Phil Nash · 7 years ago
  43. 27fd8f8 Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler by Phil Nash · 7 years ago
  44. ef4fa56 integrated INTERNAL_CATCH_THROWS_MATCHES with new AssertionHandler by Phil Nash · 7 years ago
  45. 9668410 integrated INTERNAL_CHECK_THAT with new AssertionHandler by Phil Nash · 7 years ago
  46. 92d714e Update `updateVcpkgPackage` script for the new port format by Martin Hořeňovský · 7 years ago
  47. 705a1bf Add wandbox to release process documentation by Martin Hořeňovský · 7 years ago
  48. 2832e23 Restored exceptionGuard functionality under CATCH_CONFIG_FAST_COMPILE by Phil Nash · 7 years ago
  49. 5f91724 integrated AssertionHandler into INTERNAL_CATCH_MSG by Phil Nash · 7 years ago
  50. 8a97bee integrated AssertionHandler into INTERNAL_CATCH_THROWS_AS by Phil Nash · 7 years ago
  51. f033f4f integrated AssertionHandler into INTERNAL_CATCH_NO_THROW by Phil Nash · 7 years ago
  52. f247ce5 First cut of new AssertionHandler/ Decomposer by Phil Nash · 7 years ago
  53. f8148eb Made macroName and capturedExpression StringRefs by Phil Nash · 7 years ago
  54. 59f9bcf Reduced AssertionInfo to a pure record type by Phil Nash · 7 years ago
  55. 5e60050 Removed default ctors for AssertionInfo, AssertionResult and SourceLineInfo by Phil Nash · 7 years ago
  56. e658bac Refactored how FAST_COMPILE affects internal test macros (less duplication) by Phil Nash · 7 years ago
  57. 3a409e9 Suppress more signed/ unsigned mismatches during Evaluator calls on MSVC by Phil Nash · 7 years ago
  58. 63392e0 Refactored Evaluator templates to only be specialised on Op, with Lhs/Rhs types templated on method instead by Phil Nash · 7 years ago
  59. 0a2ce87 Removed compare layer from expression evaluation by Phil Nash · 7 years ago
  60. b3b29f4 Use size_t for String size types by Phil Nash · 7 years ago
  61. cff3818 Correctly handle special tags that also imply being hidden (!benchmark) by Phil Nash · 7 years ago
  62. 519db85 Report benchmark durations in natural units by Phil Nash · 7 years ago
  63. 4421672 Removed benchmark tests from approval tests (for now) by Phil Nash · 7 years ago
  64. f45d35c Added benchmark tests by Phil Nash · 7 years ago
  65. 22e9ebe Factored table writing code out into a TablePrinter class (removes a lot of magic numbers and ad-hoc formatting) by Phil Nash · 7 years ago
  66. 97d6b08 Changed clock resolution estimator to return uint64_t by Phil Nash · 7 years ago
  67. a9b6813 First draft of (experimental) benchmarking support by Phil Nash · 7 years ago
  68. a1e3f0b Moved Timer impl back to cpp by Phil Nash · 7 years ago
  69. 39d37d9 Timer resolution is now nanoseconds by Phil Nash · 7 years ago
  70. c7028f7 Made most of Timer class inline - and export getCurrentMicrosecondsSinceEpoch() by Phil Nash · 7 years ago
  71. 5450de2 Added some missing `override`s and removed some `virtual`s from overrides by Phil Nash · 7 years ago
  72. d5613fb Update matchers docs to reflect namespace usage by Cody Han · 7 years ago
  73. 3882ac1 Include proper exception header in enforce.h by Martin Hořeňovský · 7 years ago
  74. e8b785b Fixup bad merge in 2212cdfe by Martin Hořeňovský · 7 years ago
  75. 62875c8 Add a landing page link to wandbox with catch preloaded by Martin Hořeňovský · 7 years ago
  76. 887fe1d Adding more flexibility into the cmake catch parsing script (#971) by Danila Sukharev · 7 years ago
  77. eab56d6 Initial support for native IBM i ILE C++ (#976) by Anton Vorobyev · 7 years ago
  78. 2212cdf Eliminate some work when results won't be reported. by Neal Coombes · 7 years ago
  79. 2874146 Update tutorial.md by Markus Werle · 7 years ago
  80. 7a76ff1 added 'args' argument parser library by Ivan Kush · 7 years ago
  81. 4f72202 Fix for JUnit reporter when using dynamically generated sections (#963) by Fran García Salomón · 7 years ago
  82. cde987a Note start of .cpp files in single header by Martin Hořeňovský · 7 years ago
  83. 249bf11 Route all T* comparisons through const void* comparisons by Martin Hořeňovský · 7 years ago
  84. 6d46735 Add missing <algorithm> include in catch_approx.hpp by Martin Hořeňovský · 7 years ago
  85. 85e14c5 Move some compile-time dispatch to runtime by Martin Hořeňovský · 7 years ago
  86. feca97d Split out internal error macros from the common path by Martin Hořeňovský · 7 years ago
  87. c815ad1 Fix fwd declaration of IConfig in catch_test_case_registry_impl.hpp by Martin Hořeňovský · 7 years ago
  88. d4e796c Move Section(End)Info bodies to proper .cpp file by Martin Hořeňovský · 7 years ago
  89. ec2074e Adding more flexibility into the cmake catch parsing script (#971) by Danila Sukharev · 7 years ago
  90. 7575749 Fix compilation error on older compilers by Martin Hořeňovský · 7 years ago
  91. 8a2ff20 Address some of the Resharper finds for Catch 1 by Martin Hořeňovský · 7 years ago
  92. d3377c7 Initial support for native IBM i ILE C++ (#976) by Anton Vorobyev · 7 years ago
  93. 0a3f899 Move windows.h reduction logic into windows.h proxy header by Martin Hořeňovský · 7 years ago
  94. c5dfa73 Disable build broken by travis changes by Martin Hořeňovský · 7 years ago
  95. d118ce1 Disable build broken by travis changes by Martin Hořeňovský · 7 years ago
  96. d08e31d Fix inverted CATCH_CONFIG_DISABLE_MATCHERS toggle by Martin Hořeňovský · 7 years ago
  97. 0ca4cfb Introduce compile time toggle to remove Matchers from TU by Martin Hořeňovský · 7 years ago
  98. 35c1301 Fix missing CATCH_ prefixed macros by Martin Hořeňovský · 7 years ago
  99. d01fe03 Removed <algorithm> include from the main path by Martin Hořeňovský · 7 years ago
  100. 287cc92 Remove <set> include from the common test path by Martin Hořeňovský · 7 years ago