1. 67f734c Remove system headers when preprocessing coverage report by Martin Hořeňovský · 7 years ago
  2. b76e80e Small clean-ups by Phil Nash · 7 years ago
  3. a3632fa Fix teamcity reporter compilation with single header by Martin Hořeňovský · 7 years ago
  4. 7d0db6b Moved -Wparentheses suppression before the push for GCC by Phil Nash · 7 years ago
  5. 8a7493c Globally suppress Wunused-variable again, for now by Phil Nash · 7 years ago
  6. b5a5d9a Stop leaking some warning suppressions to user code by Phil Nash · 7 years ago
  7. 8c32d0b Add more weird chrono::duration stringification tests by Martin Hořeňovský · 7 years ago
  8. 28d1955 Also test Approx template constructor by Martin Hořeňovský · 7 years ago
  9. 20211a3 Stop using brew if not needed -- fix build on XCode9 image by Martin Hořeňovský · 7 years ago
  10. e3941a9 De-virtualised isBinaryExpression() and getResult() on ITransientExpression by Phil Nash · 7 years ago
  11. da86ddc Fixed accidental const & formating by Phil Nash · 7 years ago
  12. 4b614ee Moved all AssertionHandler logic into RunContext and de-virtualised interface by Phil Nash · 7 years ago
  13. 5461242 Renamed last usge specific handle method (and made the low level ones private) by Phil Nash · 7 years ago
  14. e344984 Add codecov.io coverage tracking by Martin Hořeňovský · 7 years ago
  15. db44964 Refactored most handle() calls to more specific/ descriptive calls by Phil Nash · 7 years ago
  16. 2800adb Qualified handleExceptionMatchExpr in Catch:: by Phil Nash · 7 years ago
  17. ae1547e Add extra tests to ctest by Martin Hořeňovský · 7 years ago
  18. 73a1623 Re-enable 2 string tests by Martin Hořeňovský · 7 years ago
  19. c411c13 Move crtdbg.h include outside namespace by Phil Nash · 7 years ago
  20. 0915957 Clean-up re-usable string streams by Phil Nash · 7 years ago
  21. f417995 Cache IResultCapture in AssertionHandler to avoid repeated lookups by Phil Nash · 7 years ago
  22. 9329d97 Always debug-break non-inline by Phil Nash · 7 years ago
  23. 8141a78 Inline shouldDebugBreak() by Phil Nash · 7 years ago
  24. 5323202 Bake exception guard into assertion handler flow by Phil Nash · 7 years ago
  25. f052762 Reduce amount of CI output on success by Martin Hořeňovský · 7 years ago
  26. 401ad7a Remove isTrue, alwaysTrue, alwaysFalse by Martin Hořeňovský · 7 years ago
  27. 63c097a Remove superfluous TravisCI build entry by Martin Hořeňovský · 7 years ago
  28. 87c125e Enable Werror for dev builds by Martin Hořeňovský · 7 years ago
  29. 3b965aa (re)Inlined isTrue() by Phil Nash · 7 years ago
  30. e54dcda Added space in StringRef literal operator by Phil Nash · 7 years ago
  31. e4a898e Removed templated StringRef ctor and added StringRef literal by Phil Nash · 7 years ago
  32. c39109d Ignore all cmake-build-* folders by Phil Nash · 7 years ago
  33. a8a1c37 Introduce a way to intentionally expose interface for use in tests by Martin Hořeňovský · 7 years ago
  34. e08a4ed Added missing <cstring> include to stringref.cpp by Phil Nash · 7 years ago
  35. fcba305 Refactored to resetAssertionInfo() by Phil Nash · 7 years ago
  36. 4353614 Added StringRef constructor that captures string literal size at compile time by Phil Nash · 7 years ago
  37. f36817e Check single-header using test examples by Martin Hořeňovský · 7 years ago
  38. 812bf21 Move imports close to point of usage in Python scripts by Martin Hořeňovský · 7 years ago
  39. baf3d2f Split out ratio_string::symbol bodies by Martin Hořeňovský · 7 years ago
  40. b083b04 Fix compilation when using g++ with libc++ by Martin Hořeňovský · 7 years ago
  41. 505d2f8 Merge pull request #1107 from coombez/contrib by Phil Nash · 7 years ago
  42. f183661 performance improvement - getCurrentContext by Neal Coombes · 7 years ago
  43. fe72564 performance improvement - StringRef::operator= by Neal Coombes · 7 years ago
  44. b0c379f Inlined StringRef ctors/ dtor and size() and empty() by Phil Nash · 7 years ago
  45. c443afc Merge pull request #1104 from coombez/contrib by Phil Nash · 7 years ago
  46. 502da4b Added files for multiply inclusions of test cases by Phil Nash · 7 years ago
  47. 8da8458 Rebased due to whitespace changes by Phil Nash · 7 years ago
  48. 61e838e Reorganised (some) usage tests so they can be included multiple times by Phil Nash · 7 years ago
  49. 516dbc8 Add inja to open source users (#1106) by lbersch · 7 years ago
  50. b933933 Performance improvement by Neal Coombes · 7 years ago
  51. 61e29b5 Fix AssertionPrinter name conflict in console and compact reporters by Neal Coombes · 7 years ago
  52. 54fb6f2 Provide WandBox link for online testing by Martin Hořeňovský · 7 years ago
  53. a077eba Use svg build status icon for AppVeyor by Martin Hořeňovský · 7 years ago
  54. 2bbba4f5 Refer to example code from the Tutorial by Martin Moene · 7 years ago
  55. 29cdd6c Add link to event listener example to documentation by Martin Moene · 7 years ago
  56. dfb7217 Add list of examples to documentation by Martin Moene · 7 years ago
  57. f6ae451 Add matrix element for examples to AppVeyor by Martin Moene · 7 years ago
  58. d5d2bee Add matrix element for examples to Travis configuration by Martin Moene · 7 years ago
  59. 85de072 Add examples subdirectory to CMake build; included if BUILD_EXAMPLES is true by Martin Moene · 7 years ago
  60. 4ecb2e1 Add examples folder with initial examples by Martin Moene · 7 years ago
  61. 97a8640 Update 3rd party bugs documentation by Martin Hořeňovský · 7 years ago
  62. 033e078 Fix typo in build system docs by Martin Hořeňovský · 7 years ago
  63. 9796a77 Initial prototype of PCH support by Martin Hořeňovský · 7 years ago
  64. 98d4c49 Provide ConsoleReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  65. a096e4b Provide XmlReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  66. 4b3730d Provide JunitReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  67. 6acdacf Provide CompactReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  68. a3cba7a Conditionally compile problematic tests under old libstdc++ by Martin Hořeňovský · 7 years ago
  69. 9796846 Workaround libstdc++-4.8 regex issue in approval tests by Martin Hořeňovský · 7 years ago
  70. 74d3dfd All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level by Phil Nash · 7 years ago
  71. e34754e Split SelfTest test files into Usage and Introspective varieties by Phil Nash · 7 years ago
  72. 55b71be Add tests for case insensitive string matching by Martin Hořeňovský · 7 years ago
  73. b0857e8 Provide a regex matcher against std::string by Martin Hořeňovský · 7 years ago
  74. a06b6dc Remove pointless StringRef -> std::string conversions by Martin Hořeňovský · 7 years ago
  75. 0adb048 Change how non-nullness is enforce in StringRef constructor by Martin Hořeňovský · 7 years ago
  76. f80f28e Fix pointless type mismatch between StringRef and std::string by Martin Hořeňovský · 7 years ago
  77. 484eee9 Move StringRef's impl details to anonymous namespace by Martin Hořeňovský · 7 years ago
  78. d09fe44 Stop recounting constant string's length on each passed assertion by Martin Hořeňovský · 7 years ago
  79. e484236 Don't invoke UB when nullptr is passed to StringRef constructor by Martin Hořeňovský · 7 years ago
  80. e7c23b7 Don't call strlen in StringRef when the length was already passed by Martin Hořeňovský · 7 years ago
  81. 3537b78 Removed vestigal ComparatorT template arg to MatcherBase by Phil Nash · 7 years ago
  82. b74d4ca Add compilation test for #1027 by Martin Hořeňovský · 7 years ago
  83. 8dbaac6 Final set of fixes for floating matchers approvals by Martin Hořeňovský · 7 years ago
  84. a0dbc62 Fix OS X compilation error by Martin Hořeňovský · 7 years ago
  85. cecee34 Add another MSVC NAN macro by Martin Hořeňovský · 7 years ago
  86. 030321e Add NAN test for Approx by Martin Hořeňovský · 7 years ago
  87. 5f961af Remove leftover commented out lines by Martin Hořeňovský · 7 years ago
  88. 0b1f1b1 Add ULP and margin matcher by Martin Hořeňovský · 7 years ago
  89. 24e6d5f Fixed release notes mention of *_THROWS_MATCHES by Phil Nash · 7 years ago
  90. 13370bd Revert "Move <ctime> include out of line" by Martin Hořeňovský · 7 years ago
  91. 36f02d7 Move <ctime> include out of line by Martin Hořeňovský · 7 years ago
  92. 07ac9b9 Updated badges (again) for Catch2 by Phil Nash · 7 years ago
  93. 0d3fc59 Added missing <memory> include by Phil Nash · 7 years ago
  94. 56e1075 Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path by Phil Nash · 7 years ago
  95. 868e125 Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd by Phil Nash · 7 years ago
  96. c9cdb9a Tweaked logo by Phil Nash · 7 years ago
  97. 5fd1d71 Added link to Catch2 blog post by Phil Nash · 7 years ago
  98. 3a4c765 Refreshed artwork for Catch2 by Phil Nash · 7 years ago
  99. a20b286 Improve travis.yml by Martin Hořeňovský · 7 years ago
  100. e28763a Fix platform detection for iOS by Daniel Doubleday · 7 years ago