1. 8c07899 Added tests for using margin with Approx. by Martin Hořeňovský · 7 years ago
  2. d5c623b Merge branch 'develop' of https://github.com/CNugteren/Catch by Martin Hořeňovský · 7 years ago
  3. 061a183 Console reporter now uses fixed decimal formatting by Martin Hořeňovský · 7 years ago
  4. 70ac6db Minor output improvements in approvalTests.py by Martin Hořeňovský · 7 years ago
  5. 593161d Documented the new vector matchers by Martin Hořeňovský · 7 years ago
  6. 71e500f Updated reporter documentation by Martin Hořeňovský · 7 years ago
  7. ad94288 Removed unused exception object from release notes script by Phil Nash · 7 years ago
  8. e058a37 Removed stray code by Phil Nash · 7 years ago
  9. 72b72ca Fix C++11 dependency in TAP reporter by Martin Hořeňovský · 7 years ago
  10. a8a6b31 Disabled C4312 in the evaluate layer by Martin Hořeňovský · 7 years ago
  11. 9e2616a Add missing assert.h include to reporter bases. by Martin Hořeňovský · 7 years ago
  12. c5ffd2e Fixed up Automake reporter by Martin Hořeňovský · 7 years ago
  13. 0f24a8c Added Automake and TAP reporters to SelfTest's main by Martin Hořeňovský · 7 years ago
  14. b0260c6 Fixed-up TAP reporter a bit. by Martin Hořeňovský · 7 years ago
  15. a63ce95 Add TAP reporter by Colton Wolkins (Ogre) · 9 years ago
  16. b753f05 Add reporter for Automake (#826) by Justin Wilson · 7 years ago
  17. 9bab7c8 Changed console reporter test duration reporting format by Martin Hořeňovský · 7 years ago
  18. d8c4512 Removed tabs by Phil Nash · 7 years ago
  19. 2e08bfe Single include generator now handles spaces between # and include by Phil Nash · 7 years ago
  20. d2a59ad Fixed test spec parser issue by Phil Nash · 7 years ago
  21. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 7 years ago
  22. 45d4096 Generalised Matchers so objects and comparators can be different types by Phil Nash · 7 years ago
  23. 4e6938d Moved matchers tests into their own file by Phil Nash · 7 years ago
  24. 1ca8cef Added #define needed for gettimeofday() to be declared on some versions of Cygwin by Phil Nash · 7 years ago
  25. ca66dd2 Added a couple more unimplemented assignment operators to silence VS2013 warnings by philsquared · 7 years ago
  26. 44632c3 Merge branch 'warning-c4512' of https://github.com/gchudnov/Catch into gchudnov-warning-c4512 by philsquared · 7 years ago
  27. aa28196 Ignore .vs folder by philsquared · 7 years ago
  28. 5d80553 Updated docs to reflect the change to leak checking by Martin Hořeňovský · 7 years ago
  29. b1835e1 Moved WIndows leak detector code out of main() by philsquared · 7 years ago
  30. 8cd4135 Merge branch 'dev-windows-leakdetection' by Martin Hořeňovský · 7 years ago
  31. 30e4dbe Report leaks to debugger in addition to stderr by Martin Hořeňovský · 7 years ago
  32. 90b3946 Add file/line to TestCase, Section and Failure elements in Xml Reporter by Phil Nash · 7 years ago
  33. 9202a77 Documentation improvement by Martin Hořeňovský · 7 years ago
  34. d8230a8 Add opt-in leak detection under MSVC + Windows. by Martin Hořeňovský · 7 years ago
  35. c617860 Cygwin compatibility fixes by Martin Hořeňovský · 7 years ago
  36. 2e0ae01 Improve -Wparentheses supression for gcc by Martin Hořeňovský · 7 years ago
  37. 1f71d1f Some minor clean-up to Python script by Phil Nash · 7 years ago
  38. fe690a6 push/pop warnings when disabling parentheses warnings within assertion (gcc/ clang) by Phil Nash · 7 years ago
  39. c9a37c5 Added `CATCH_CONFIG_FAST_COMPILE` to documentation. by Martin Hořeňovský · 7 years ago
  40. 3cfef73 Merge branch 'dev-performance-round3' by Martin Hořeňovský · 7 years ago
  41. 5cb9e47 Added SOCI to open-source users by Phil Nash · 7 years ago
  42. 044b616 Added link to matchers docs from readme by Phil Nash · 7 years ago
  43. f880491 Fix wrong short option for section by Kevin Wojniak · 7 years ago
  44. 7b13a8f Move debug break out of tests, speeds up compilation time by Martin Hořeňovský · 7 years ago
  45. 6da5e08 Benchmark script: allow passing flags to compiler by Martin Hořeňovský · 7 years ago
  46. 2049113 Benchmark script: use median AND mean of compile time by Martin Hořeňovský · 7 years ago
  47. d4ae1b1 Matcher documentation by Phil Nash · 7 years ago
  48. 2081caa Import MatcherBase to Catch namespace by Phil Nash · 7 years ago
  49. a5a0138 Renamed toStringUncached -> describe by Phil Nash · 7 years ago
  50. 1400127 Extracted string matchers impl into cpp that is only compiled into main TU by Phil Nash · 7 years ago
  51. 7fed25a New Matchers implementation by Phil Nash · 7 years ago
  52. 5530303 Removed test for invoking String Matcher with NULL (this will no longer be supported) by Phil Nash · 7 years ago
  53. 29fa1ed Added appveyor.yml for CI with VS {2013, 2015} for {Win32, x64} by Martin Hořeňovský · 7 years ago
  54. 1cb8baf Added missing #include in test file by Phil Nash · 7 years ago
  55. d08cee2 v1.7.2 build by Phil Nash · 7 years ago
  56. 873ef27 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. by Phil Nash · 7 years ago
  57. bc68b9f More include simplifications by Martin Hořeňovský · 7 years ago
  58. 67d513a Removed single char contains() - had incorrect prototype anyway by Phil Nash · 7 years ago
  59. 9a3486a Replaced use of dynamic_cast with static_cast. by Phil Nash · 7 years ago
  60. d890791 Fixed editing mishap in documentation. by Martin Hořeňovský · 7 years ago
  61. 26f6012 Expanded the practical example in slow-compiles documentation by Martin Hořeňovský · 7 years ago
  62. 50dee9a Fixed typo in CLI error reporting by Martin Hořeňovský · 7 years ago
  63. b2a6fe9 Couple more includes cleaned out by Martin Hořeňovský · 7 years ago
  64. 0837132 Make the benchmarking script Python 2 compatible by Martin Hořeňovský · 7 years ago
  65. 9012f95 Moved some std includes out from catch_common.h by Martin Hořeňovský · 7 years ago
  66. 324260f Removed reference to DEBUG in command line docs by Phil Nash · 7 years ago
  67. d0620c3 Added std:: qualification to some functions from C stdlib by Martin Hořeňovský · 8 years ago
  68. fd7dde1 Added example of how to separately compile Catch's main by Martin Hořeňovský · 7 years ago
  69. 9a3788d Added links to open source users page from general pages by Phil Nash · 7 years ago
  70. 005787f Marked IConfig implementations in Config CATCH_OVERRIDE (silences warnings) by Phil Nash · 7 years ago
  71. d2e814f Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now) by Phil Nash · 7 years ago
  72. f75a511 Fix MSVC /analyze warning about inconsistent annotations by Martin Hořeňovský · 7 years ago
  73. ab44fb6 The file/ line in sections is now of the section. not the test case by Phil Nash · 7 years ago
  74. d6b8ac5 Added compilation tests to approvals by Phil Nash · 7 years ago
  75. c72ba93 Added file for listing commercial users by Phil Nash · 7 years ago
  76. 73159ac REQUIRE_THROWS_AS now catches exception by const& by Martin Hořeňovský · 7 years ago
  77. 9952dda REQUIRE_THROWS_AS is now reported with expected type as well by Martin Hořeňovský · 7 years ago
  78. e543cc0 Removed an obsolete file that somehow got into the previous master. by Martin Hořeňovský · 7 years ago
  79. c1a5391 Added some more open source projects by Phil Nash · 7 years ago
  80. a38ccec Added 3rd party bug to documentation by Martin Hořeňovský · 7 years ago
  81. 1ff5630 Corrected formatting by Phil Nash · 7 years ago
  82. aee3675 Added ChakraCore, Couchbase-lite and MAME rot OS projects by Phil Nash · 7 years ago
  83. 0579f07 Added RxCpp to OS page by Phil Nash · 7 years ago
  84. e9ad954 Seeded new doc page for tracking open source projects that use Catch by Phil Nash · 7 years ago
  85. 1e87cae Documented the _THROWS_WITH macros, as well as slightly expanding the matchers docs. by Phil Nash · 7 years ago
  86. 26df078 Added a script for running synthetic compile time benchmark by Martin Hořeňovský · 7 years ago
  87. 4d0cd60 Rebased approvals with tags and description attributes in XML report by Phil Nash · 7 years ago
  88. ab199d9 XmlReporter: Trim test case name; added description and tags attributes to the test case element in the xml report. by Marek Klus · 7 years ago
  89. 97d8003 XmlWriter can specify a stylesheet by Phil Nash · 7 years ago
  90. 1f271c9 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  91. 7db4d8d Added tests (single char pretty printing + op overload) by Martin Hořeňovský · 7 years ago
  92. a5ce57b Improved .travis.yml by Martin Hořeňovský · 7 years ago
  93. 7b8a27e v1.7.1 build by Martin Hořeňovský · 7 years ago
  94. 2b74613 Revert "First cut of Evaluate refactoring to remove int specialisations, among other things" by Phil Nash · 7 years ago
  95. 2360060 Deregister SEH handler before reporting SE. by Martin Hořeňovský · 7 years ago
  96. 4feb2db Removed const qualification to disambiguate between operator overloads by Martin Hořeňovský · 7 years ago
  97. 84af6bc XmllWriter flushes the stream after every endElement now by Phil Nash · 7 years ago
  98. 197bf07 Rebased again - against the right executable this time :-s by Phil Nash · 7 years ago
  99. 1f5ec98 Rebased approvals following previous reversal (d’oh!) by Phil Nash · 7 years ago
  100. 88b7602 Revert "XmlWriter reverts to XML 1.0." by Phil Nash · 7 years ago