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