1. a5a0138 Renamed toStringUncached -> describe by Phil Nash · 7 years ago
  2. 1400127 Extracted string matchers impl into cpp that is only compiled into main TU by Phil Nash · 7 years ago
  3. 7fed25a New Matchers implementation by Phil Nash · 7 years ago
  4. 5530303 Removed test for invoking String Matcher with NULL (this will no longer be supported) by Phil Nash · 7 years ago
  5. 29fa1ed Added appveyor.yml for CI with VS {2013, 2015} for {Win32, x64} by Martin Hořeňovský · 7 years ago
  6. 1cb8baf Added missing #include in test file by Phil Nash · 7 years ago
  7. d08cee2 v1.7.2 build by Phil Nash · 7 years ago
  8. 873ef27 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. by Phil Nash · 7 years ago
  9. bc68b9f More include simplifications by Martin Hořeňovský · 7 years ago
  10. 67d513a Removed single char contains() - had incorrect prototype anyway by Phil Nash · 7 years ago
  11. 9a3486a Replaced use of dynamic_cast with static_cast. by Phil Nash · 7 years ago
  12. d890791 Fixed editing mishap in documentation. by Martin Hořeňovský · 7 years ago
  13. 26f6012 Expanded the practical example in slow-compiles documentation by Martin Hořeňovský · 7 years ago
  14. 50dee9a Fixed typo in CLI error reporting by Martin Hořeňovský · 7 years ago
  15. b2a6fe9 Couple more includes cleaned out by Martin Hořeňovský · 7 years ago
  16. 0837132 Make the benchmarking script Python 2 compatible by Martin Hořeňovský · 7 years ago
  17. 9012f95 Moved some std includes out from catch_common.h by Martin Hořeňovský · 7 years ago
  18. 324260f Removed reference to DEBUG in command line docs by Phil Nash · 7 years ago
  19. d0620c3 Added std:: qualification to some functions from C stdlib by Martin Hořeňovský · 8 years ago
  20. fd7dde1 Added example of how to separately compile Catch's main by Martin Hořeňovský · 7 years ago
  21. 9a3788d Added links to open source users page from general pages by Phil Nash · 7 years ago
  22. 005787f Marked IConfig implementations in Config CATCH_OVERRIDE (silences warnings) by Phil Nash · 7 years ago
  23. d2e814f Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now) by Phil Nash · 7 years ago
  24. f75a511 Fix MSVC /analyze warning about inconsistent annotations by Martin Hořeňovský · 7 years ago
  25. ab44fb6 The file/ line in sections is now of the section. not the test case by Phil Nash · 7 years ago
  26. d6b8ac5 Added compilation tests to approvals by Phil Nash · 7 years ago
  27. c72ba93 Added file for listing commercial users by Phil Nash · 7 years ago
  28. 73159ac REQUIRE_THROWS_AS now catches exception by const& by Martin Hořeňovský · 7 years ago
  29. 9952dda REQUIRE_THROWS_AS is now reported with expected type as well by Martin Hořeňovský · 7 years ago
  30. e543cc0 Removed an obsolete file that somehow got into the previous master. by Martin Hořeňovský · 7 years ago
  31. c1a5391 Added some more open source projects by Phil Nash · 7 years ago
  32. a38ccec Added 3rd party bug to documentation by Martin Hořeňovský · 7 years ago
  33. 1ff5630 Corrected formatting by Phil Nash · 7 years ago
  34. aee3675 Added ChakraCore, Couchbase-lite and MAME rot OS projects by Phil Nash · 7 years ago
  35. 0579f07 Added RxCpp to OS page by Phil Nash · 7 years ago
  36. e9ad954 Seeded new doc page for tracking open source projects that use Catch by Phil Nash · 7 years ago
  37. 1e87cae Documented the _THROWS_WITH macros, as well as slightly expanding the matchers docs. by Phil Nash · 7 years ago
  38. 26df078 Added a script for running synthetic compile time benchmark by Martin Hořeňovský · 7 years ago
  39. 4d0cd60 Rebased approvals with tags and description attributes in XML report by Phil Nash · 7 years ago
  40. 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
  41. 97d8003 XmlWriter can specify a stylesheet by Phil Nash · 7 years ago
  42. 1f271c9 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  43. 7db4d8d Added tests (single char pretty printing + op overload) by Martin Hořeňovský · 7 years ago
  44. a5ce57b Improved .travis.yml by Martin Hořeňovský · 7 years ago
  45. 7b8a27e v1.7.1 build by Martin Hořeňovský · 7 years ago
  46. 2b74613 Revert "First cut of Evaluate refactoring to remove int specialisations, among other things" by Phil Nash · 7 years ago
  47. 2360060 Deregister SEH handler before reporting SE. by Martin Hořeňovský · 7 years ago
  48. 4feb2db Removed const qualification to disambiguate between operator overloads by Martin Hořeňovský · 7 years ago
  49. 84af6bc XmllWriter flushes the stream after every endElement now by Phil Nash · 7 years ago
  50. 197bf07 Rebased again - against the right executable this time :-s by Phil Nash · 7 years ago
  51. 1f5ec98 Rebased approvals following previous reversal (d’oh!) by Phil Nash · 7 years ago
  52. 88b7602 Revert "XmlWriter reverts to XML 1.0." by Phil Nash · 7 years ago
  53. 23eb4cc Added stdout and stderr to XML Reporter by Phil Nash · 7 years ago
  54. a189387 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  55. f657768 Merge branch 'master' of https://github.com/philsquared/Catch by Phil Nash · 7 years ago
  56. 3975355 First cut of Evaluate refactoring to remove int specialisations, among other things by Phil Nash · 7 years ago
  57. f126d79 Add explanation of THROW assertion limits + using lambda by Martin Hořeňovský · 7 years ago
  58. cd489d9 More documentation of known issues. by Martin Hořeňovský · 7 years ago
  59. e991c00 Fixes for MinGW compatibility by Martin Hořeňovský · 7 years ago
  60. 7e7c813 New documentation section: "known limitations" by Martin Hořeňovský · 7 years ago
  61. 712323a Include windows.h proxy header, instead of windows.h itself by Martin Hořeňovský · 7 years ago
  62. ce37f48 v1.7.0 build by Martin Hořeňovský · 7 years ago
  63. 090fc74 Scripts intended to be run should now have x bit set. by Martin Hořeňovský · 7 years ago
  64. f58ff0c Remove \l, add \f in character pretty printing by Martin Hořeňovský · 7 years ago
  65. a600bfe Fix travis build + build warnings by Martin Hořeňovský · 7 years ago
  66. 8cad76a typo by Phil Nash · 7 years ago
  67. 1a3f6d8 Updated command line docs with info on -c for running sections, as well as -# for filenames as tags by Phil Nash · 7 years ago
  68. b524fa7 Fixed bugs in escape char handling in test names by Phil Nash · 7 years ago
  69. 5121b5b Put quote marks around printed characters; also nicely print some escapes by Eric Schmidt · 8 years ago
  70. 1e5176b Cap main exit code to 255 (#797) by Jan Včelák · 7 years ago
  71. 7dd4f29 Added INSTALL commands (#788) by Saad K · 7 years ago
  72. 50c95a0 Bumped min cmake version to 3.0 by Martin Hořeňovský · 7 years ago
  73. 0dabd95 expr is now cast to void in THROWS family of assertions. by Martin Hořeňovský · 7 years ago
  74. 7ae96c7 Returned basic warnings to CMake generated builds by Martin Hořeňovský · 7 years ago
  75. 70d3c93 Enable breaking into debugger on Mac by Josef Kemetmueller · 8 years ago
  76. 38af8d7 Fixed SEH deregistration on Windows by Martin Hořeňovský · 8 years ago
  77. c97ada1 Improved assertion documentation by Martin Hořeňovský · 8 years ago
  78. 615aa07 Merge branch 'dev-performance-round2' by Martin Hořeňovský · 8 years ago
  79. af0b03a Merge branch 'templates' by Martin Hořeňovský · 8 years ago
  80. 15816c5 Revert "use sizeof(expr) for unevaluated syntax check" by Martin Hořeňovský · 8 years ago
  81. f11a45a Added benchmark for the char literals change by Martin Hořeňovský · 8 years ago
  82. bcaa2f9 Use char literal instead of string literal with 1 char by Martin Hořeňovský · 8 years ago
  83. efab3ca Added benchmark result for the SourceLineInfo change by Martin Hořeňovský · 8 years ago
  84. 60f8ebe Use const char* for filename in SourceLineInfo by Martin Hořeňovský · 8 years ago
  85. e1dbb7c First draft of issue and PR templates. by Martin Hořeňovský · 8 years ago
  86. 02a69b4 Compilation warnings fix (#791) by Alexander Ryabykin · 8 years ago
  87. c390c4c Fixed inconsistent and trailing whitespace by Martin Hořeňovský · 8 years ago
  88. 60a9ac7 Enabled previous commit under MSVC, introduced new feature toggle by Martin Hořeňovský · 8 years ago
  89. c06afe4 Add support for comparison of Approx with strong typedefs by Jonathan Coe · 8 years ago
  90. 7387220 Direct download link now links to latest release version by Martin Hořeňovský · 8 years ago
  91. 51860f1 Change include -> single_include in CMake example by Joshua Gerrard · 8 years ago
  92. dab1d9d Added CheckFileList in CMake over the benchmark sources by Martin Hořeňovský · 8 years ago
  93. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 8 years ago
  94. 99c2ea5 Renamed measurement script for benchmarking by Martin Hořeňovský · 8 years ago
  95. 51107d7 Added copyright headers to benchmark files. by Martin Hořeňovský · 8 years ago
  96. 83f4b39 Added benchmark for previous commit, added iterations to failure bench. by Martin Hořeňovský · 8 years ago
  97. b1171bd Merge branch 'dev-signals' by Martin Hořeňovský · 8 years ago
  98. 6c23a65 Mark CHECKed-throw test as [failing] by Phil Nash · 8 years ago
  99. 7bcb424 Changed exception tests to allow for now throw-from-CHECK behaviour by Phil Nash · 8 years ago
  100. 1848653 CHECK no longer stops running SECTION on exception. by Martin Hořeňovský · 8 years ago