1. bdf431c Install documentation by David Seifert · 7 years ago
  2. a035998 Use CTest to control test suite via BUILD_TESTING by David Seifert · 7 years ago
  3. 8d4074a Use `GNUInstallDirs` module by David Seifert · 7 years ago
  4. f0f40a0 Ensure that the single header is kept with LFs by Martin Hořeňovský · 7 years ago
  5. fa4fd7f Modify codecov.yml again by Martin Hořeňovský · 7 years ago
  6. 07c84ad Allow disabling -Werror in CMake by Martin Hořeňovský · 7 years ago
  7. 8d854c6 Provide useful and unambigous stringification for static arrays by Martin Hořeňovský · 7 years ago
  8. f0909df Add yet another expansion of INF macro by Martin Hořeňovský · 7 years ago
  9. de36b2a Fix compilation for types where relops don't return bool by Martin Hořeňovský · 7 years ago
  10. 9700ee4 Update CTest autodiscovery documentation by Martin Hořeňovský · 7 years ago
  11. bbda8cd Update reporter docs with their new location by Martin Hořeňovský · 7 years ago
  12. 4575594 Comment why the return code is clamped by Martin Hořeňovský · 7 years ago
  13. c053dca Update path to vcpkg's portfile by Martin Hořeňovský · 7 years ago
  14. 3d7104c Catch ``catch_discover_tests`` by garethsb-sony · 7 years ago
  15. 6441c20 Modify codecov behaviour by Martin Hořeňovský · 7 years ago
  16. 5774c4f Update release process with the need to release reporters by Martin Hořeňovský · 7 years ago
  17. 2bc33dd Fix script responsible for updating release link in the readme by Martin Hořeňovský · 7 years ago
  18. cd76f57 v2.1.0 by Martin Hořeňovský · 7 years ago
  19. f5910f3 Copy reporters to single_include during releases by Martin Hořeňovský · 7 years ago
  20. 421ab16 Exclude string-literal arrays from automatic range serialisation by Phil Nash · 7 years ago
  21. 161dd4e Merge commit '2c43620d9baed1fdcaa9146af1d3eb90520cbe92' by Phil Nash · 7 years ago
  22. 13ea422 Add fuxedo.io to open source users by Aivars Kalvans · 7 years ago
  23. 2c43620 Exclude benchmark dir by Phil Nash · 7 years ago
  24. 8be1df2 Added test for stringifying std::arrays by Phil Nash · 7 years ago
  25. 32eb90b Fix stringifying of unknown enums by Phil Nash · 7 years ago
  26. 702cfda Added special handling for vector<bool> when stringifying by Phil Nash · 7 years ago
  27. e41e8e8 Added tests for stringifying map and set by Phil Nash · 7 years ago
  28. af3f249 Added generic container detection in StringMaker. by Phil Nash · 7 years ago
  29. c3a1143 Cleanly override warning level for SelfTest in MSVC by philsquared · 7 years ago
  30. f580591 Test different way of excluding system headers by Martin Hořeňovský · 7 years ago
  31. fc88313 Added DtCraft to Open Source users by Phil Nash · 7 years ago
  32. 3979845 Add coverage badge by Martin Hořeňovský · 7 years ago
  33. 88d2bac Trivial typo fix. (#1119) by Dan Nissenbaum · 7 years ago
  34. ed33e97 Update MessageTests.cpp by Pfiffikus · 7 years ago
  35. f466d9a Fix a7a9ee5 by Martin Hořeňovský · 7 years ago
  36. a7a9ee5 Manual cherry-pick from #1111 by Martin Hořeňovský · 7 years ago
  37. 0cf05d5 Force Travis badge to use status of master branch by Martin Hořeňovský · 7 years ago
  38. 11887fb Point AppVeyor status badge at status for this repo by Martin Hořeňovský · 7 years ago
  39. 347be87 Removed debug code accidentally left in previous commit by Phil Nash · 7 years ago
  40. 4da655c Increased int size for timers to avoid truncations by Phil Nash · 7 years ago
  41. c4d1aa9 Fix std::uncaught_exception deprecation warning in ~ScopedMessage by Martin Hořeňovský · 7 years ago
  42. 495d245 Add UnorderedEqualsMatcher for vectors by Martin Hořeňovský · 7 years ago
  43. 3035120 Some bits of tidy up by Phil Nash · 7 years ago
  44. 584e04d Add compact reporter baseline by Martin Hořeňovský · 7 years ago
  45. 673dcc1 Make approval tests also check compact reporter by Martin Hořeňovský · 7 years ago
  46. 0c122c1 Add constructor arg checking to WithinAbsMatcher by Martin Hořeňovský · 7 years ago
  47. d19b729 xml reporter reports WARN message when not used with -s by Phil Nash · 7 years ago
  48. 5e06361 Moved runner helpers into Catch namespace by Phil Nash · 7 years ago
  49. aa9d635 Refactored StreamRedirect classes by Phil Nash · 7 years ago
  50. 7c5a21f Added clog test by Phil Nash · 7 years ago
  51. 533cdc6 Revirtualised IResultCapture methods by Phil Nash · 7 years ago
  52. 51e281a Simplify code coverage CMake toggle by Martin Hořeňovský · 7 years ago
  53. 24851df Add release notes from the EOL of Catch Classic by Martin Hořeňovský · 7 years ago
  54. a4fd96f Remove debug prints from batch scripts by Martin Hořeňovský · 7 years ago
  55. 12c57ce No longer rename AppVeyor builds by Martin Hořeňovský · 7 years ago
  56. 45a4657 Add codecov.io coverage collection from AppVeyor by Martin Hořeňovský · 7 years ago
  57. dfa817a Just track whether last assertion passed directly, rather than deduce it from counts by Phil Nash · 7 years ago
  58. 57c346a Removed assertionRun() and rolled its logic into assertionPassed() and assertionEnded() by Phil Nash · 7 years ago
  59. 67f734c Remove system headers when preprocessing coverage report by Martin Hořeňovský · 7 years ago
  60. b76e80e Small clean-ups by Phil Nash · 7 years ago
  61. a3632fa Fix teamcity reporter compilation with single header by Martin Hořeňovský · 7 years ago
  62. 7d0db6b Moved -Wparentheses suppression before the push for GCC by Phil Nash · 7 years ago
  63. 8a7493c Globally suppress Wunused-variable again, for now by Phil Nash · 7 years ago
  64. b5a5d9a Stop leaking some warning suppressions to user code by Phil Nash · 7 years ago
  65. 8c32d0b Add more weird chrono::duration stringification tests by Martin Hořeňovský · 7 years ago
  66. 28d1955 Also test Approx template constructor by Martin Hořeňovský · 7 years ago
  67. 20211a3 Stop using brew if not needed -- fix build on XCode9 image by Martin Hořeňovský · 7 years ago
  68. e3941a9 De-virtualised isBinaryExpression() and getResult() on ITransientExpression by Phil Nash · 7 years ago
  69. da86ddc Fixed accidental const & formating by Phil Nash · 7 years ago
  70. 4b614ee Moved all AssertionHandler logic into RunContext and de-virtualised interface by Phil Nash · 7 years ago
  71. 5461242 Renamed last usge specific handle method (and made the low level ones private) by Phil Nash · 7 years ago
  72. e344984 Add codecov.io coverage tracking by Martin Hořeňovský · 7 years ago
  73. db44964 Refactored most handle() calls to more specific/ descriptive calls by Phil Nash · 7 years ago
  74. 2800adb Qualified handleExceptionMatchExpr in Catch:: by Phil Nash · 7 years ago
  75. ae1547e Add extra tests to ctest by Martin Hořeňovský · 7 years ago
  76. 73a1623 Re-enable 2 string tests by Martin Hořeňovský · 7 years ago
  77. c411c13 Move crtdbg.h include outside namespace by Phil Nash · 7 years ago
  78. 0915957 Clean-up re-usable string streams by Phil Nash · 7 years ago
  79. f417995 Cache IResultCapture in AssertionHandler to avoid repeated lookups by Phil Nash · 7 years ago
  80. 9329d97 Always debug-break non-inline by Phil Nash · 7 years ago
  81. 8141a78 Inline shouldDebugBreak() by Phil Nash · 7 years ago
  82. 5323202 Bake exception guard into assertion handler flow by Phil Nash · 7 years ago
  83. f052762 Reduce amount of CI output on success by Martin Hořeňovský · 7 years ago
  84. 401ad7a Remove isTrue, alwaysTrue, alwaysFalse by Martin Hořeňovský · 7 years ago
  85. 63c097a Remove superfluous TravisCI build entry by Martin Hořeňovský · 7 years ago
  86. 87c125e Enable Werror for dev builds by Martin Hořeňovský · 7 years ago
  87. 3b965aa (re)Inlined isTrue() by Phil Nash · 7 years ago
  88. e54dcda Added space in StringRef literal operator by Phil Nash · 7 years ago
  89. e4a898e Removed templated StringRef ctor and added StringRef literal by Phil Nash · 7 years ago
  90. c39109d Ignore all cmake-build-* folders by Phil Nash · 7 years ago
  91. a8a1c37 Introduce a way to intentionally expose interface for use in tests by Martin Hořeňovský · 7 years ago
  92. e08a4ed Added missing <cstring> include to stringref.cpp by Phil Nash · 7 years ago
  93. fcba305 Refactored to resetAssertionInfo() by Phil Nash · 7 years ago
  94. 4353614 Added StringRef constructor that captures string literal size at compile time by Phil Nash · 7 years ago
  95. f36817e Check single-header using test examples by Martin Hořeňovský · 7 years ago
  96. 812bf21 Move imports close to point of usage in Python scripts by Martin Hořeňovský · 7 years ago
  97. baf3d2f Split out ratio_string::symbol bodies by Martin Hořeňovský · 7 years ago
  98. b083b04 Fix compilation when using g++ with libc++ by Martin Hořeňovský · 7 years ago
  99. 505d2f8 Merge pull request #1107 from coombez/contrib by Phil Nash · 7 years ago
  100. f183661 performance improvement - getCurrentContext by Neal Coombes · 7 years ago