1. cd489d9 More documentation of known issues. by Martin Hořeňovský · 8 years ago
  2. e991c00 Fixes for MinGW compatibility by Martin Hořeňovský · 8 years ago
  3. 7e7c813 New documentation section: "known limitations" by Martin Hořeňovský · 8 years ago
  4. 712323a Include windows.h proxy header, instead of windows.h itself by Martin Hořeňovský · 8 years ago
  5. ce37f48 v1.7.0 build by Martin Hořeňovský · 8 years ago
  6. 090fc74 Scripts intended to be run should now have x bit set. by Martin Hořeňovský · 8 years ago
  7. f58ff0c Remove \l, add \f in character pretty printing by Martin Hořeňovský · 8 years ago
  8. a600bfe Fix travis build + build warnings by Martin Hořeňovský · 8 years ago
  9. 8cad76a typo by Phil Nash · 8 years ago
  10. 1a3f6d8 Updated command line docs with info on -c for running sections, as well as -# for filenames as tags by Phil Nash · 8 years ago
  11. b524fa7 Fixed bugs in escape char handling in test names by Phil Nash · 8 years ago
  12. 5121b5b Put quote marks around printed characters; also nicely print some escapes by Eric Schmidt · 8 years ago
  13. 1e5176b Cap main exit code to 255 (#797) by Jan Včelák · 8 years ago
  14. 7dd4f29 Added INSTALL commands (#788) by Saad K · 8 years ago
  15. 50c95a0 Bumped min cmake version to 3.0 by Martin Hořeňovský · 8 years ago
  16. 0dabd95 expr is now cast to void in THROWS family of assertions. by Martin Hořeňovský · 8 years ago
  17. 7ae96c7 Returned basic warnings to CMake generated builds by Martin Hořeňovský · 8 years ago
  18. 70d3c93 Enable breaking into debugger on Mac by Josef Kemetmueller · 8 years ago
  19. 38af8d7 Fixed SEH deregistration on Windows by Martin Hořeňovský · 8 years ago
  20. c97ada1 Improved assertion documentation by Martin Hořeňovský · 8 years ago
  21. 615aa07 Merge branch 'dev-performance-round2' by Martin Hořeňovský · 8 years ago
  22. af0b03a Merge branch 'templates' by Martin Hořeňovský · 8 years ago
  23. 15816c5 Revert "use sizeof(expr) for unevaluated syntax check" by Martin Hořeňovský · 8 years ago
  24. f11a45a Added benchmark for the char literals change by Martin Hořeňovský · 8 years ago
  25. bcaa2f9 Use char literal instead of string literal with 1 char by Martin Hořeňovský · 8 years ago
  26. efab3ca Added benchmark result for the SourceLineInfo change by Martin Hořeňovský · 8 years ago
  27. 60f8ebe Use const char* for filename in SourceLineInfo by Martin Hořeňovský · 8 years ago
  28. e1dbb7c First draft of issue and PR templates. by Martin Hořeňovský · 8 years ago
  29. 02a69b4 Compilation warnings fix (#791) by Alexander Ryabykin · 8 years ago
  30. c390c4c Fixed inconsistent and trailing whitespace by Martin Hořeňovský · 8 years ago
  31. 60a9ac7 Enabled previous commit under MSVC, introduced new feature toggle by Martin Hořeňovský · 8 years ago
  32. c06afe4 Add support for comparison of Approx with strong typedefs by Jonathan Coe · 8 years ago
  33. 7387220 Direct download link now links to latest release version by Martin Hořeňovský · 8 years ago
  34. 51860f1 Change include -> single_include in CMake example by Joshua Gerrard · 8 years ago
  35. dab1d9d Added CheckFileList in CMake over the benchmark sources by Martin Hořeňovský · 8 years ago
  36. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 8 years ago
  37. 99c2ea5 Renamed measurement script for benchmarking by Martin Hořeňovský · 8 years ago
  38. 51107d7 Added copyright headers to benchmark files. by Martin Hořeňovský · 8 years ago
  39. 83f4b39 Added benchmark for previous commit, added iterations to failure bench. by Martin Hořeňovský · 8 years ago
  40. b1171bd Merge branch 'dev-signals' by Martin Hořeňovský · 8 years ago
  41. 6c23a65 Mark CHECKed-throw test as [failing] by Phil Nash · 8 years ago
  42. 7bcb424 Changed exception tests to allow for now throw-from-CHECK behaviour by Phil Nash · 8 years ago
  43. 1848653 CHECK no longer stops running SECTION on exception. by Martin Hořeňovský · 8 years ago
  44. 225e90d Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests by Phil Nash · 8 years ago
  45. 31c23b9 Added [!nonportable] tag by Phil Nash · 8 years ago
  46. f347611 Restated text format loop to avoid out-of-bounds condition by Phil Nash · 8 years ago
  47. 1efd8d3 Added missing <iterator> #include by Phil Nash · 8 years ago
  48. 876af87 Added surrogate cpp for catch_test_case_tracker by Phil Nash · 8 years ago
  49. e7bcbb3 First cut of -c/—section option for running specific sections by Phil Nash · 8 years ago
  50. 4a04682 Text formatting rework by Phil Nash · 8 years ago
  51. 9a56609 v1.6.1 build by Martin Hořeňovský · 8 years ago
  52. 8115983 Python scripts can now be run directly from bash by Martin Hořeňovský · 8 years ago
  53. 78a2866 Approval tests are now mostly Windows compatible by Martin Hořeňovský · 8 years ago
  54. 9acc6b9 Approval tests now use Python std lib instead of call to diff by Martin Hořeňovský · 8 years ago
  55. c4b5057 Approval tests now uses path relative to cwd, not the catch folder. by Martin Hořeňovský · 8 years ago
  56. d38b926 simplify output filtering in approvalTests.py by Mickey Rose · 8 years ago
  57. 227598a use sizeof(expr) for unevaluated syntax check by Mickey Rose · 8 years ago
  58. cfaf906 Changed documentation to use standard main function signature by Martin Hořeňovský · 8 years ago
  59. ee0ca51 Force short-circuited evaluation for types that have overloaded &&. by Martin Hořeňovský · 8 years ago
  60. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 8 years ago
  61. 531d267 Added the new proxy header to CMakeLists.txt by Martin Hořeňovský · 8 years ago
  62. 2e87f8e Merge branch 'windows-header-defines' of https://github.com/horenmar/Catch by Martin Hořeňovský · 8 years ago
  63. afe46ff Extracted NOMINMAX and WIN32_LEAN_AND_MEAN guards into a proxy header by Martin Hořeňovský · 8 years ago
  64. c65aeaf Clean up generator state by Phil Nash · 8 years ago
  65. 750b52b suppress use of __COUNTER__ when being parsed by CLion (or AppCode). by Phil Nash · 8 years ago
  66. e12fc4a Fix missing CATCH_ for CHECK_THAT in prefixed macro version by jbo-ableton · 9 years ago
  67. 99cdc62 Enabled CMake dev warnings in travis. by Martin Hořeňovský · 8 years ago
  68. e6ef60a CMake will now warn if a file is in folder, but not in variable by Martin Hořeňovský · 8 years ago
  69. e1c4a4b Use inline assembly with gcc under Linux for CATCH_TRAP by Vadim Zeitlin · 9 years ago
  70. 25d0177 Refactor CATCH_BREAK_INTO_DEBUGGER() to avoid repetition by Vadim Zeitlin · 9 years ago
  71. b634e59 Add support for breaking into debugger for Linux by Vadim Zeitlin · 9 years ago
  72. 3b98a01 Various small string usage performance improvements. by Martin Hořeňovský · 8 years ago
  73. 877fd52 Added benchmark with Mickey Rose's improvements. by Martin Hořeňovský · 8 years ago
  74. a1e9b84 lazily stringify expressions by Mickey Rose · 8 years ago
  75. 3b7511e First commit of benchmarks for Catch runtime perf. by Martin Hořeňovský · 8 years ago
  76. ffc4a9d If we receive a signal, we re-register ALL previous signal handlers. by Martin Hořeňovský · 8 years ago
  77. 7c8b93e Removed superfluous comments (bad merge after cherry pick). by Martin Hořeňovský · 8 years ago
  78. e3659cd Added single char version of logo by Phil Nash · 8 years ago
  79. 40dbdf6 Reset signals immediately after use and re-raise orginal signal instead of just exiting by Phil Nash · 8 years ago
  80. 70f43d7 Added signal handling under Windows. by Martin Hořeňovský · 8 years ago
  81. a281173 Fix for sigsegv stack overflow behavior by Martin Hořeňovský · 8 years ago
  82. b3907a7 Added NOMINMAX and WIN32_LEAN_AND_MEAN defines before including windows.h by Martin Hořeňovský · 8 years ago
  83. d5360e8 Sorted file lists in CMakeLists.txt for easier maintainence by Phil Nash · 8 years ago
  84. 9062ebe Removed make file (now generated from CMake) by Phil Nash · 8 years ago
  85. e6aa1f4 Added note on escaping names on command line to docs by Phil Nash · 8 years ago
  86. 1ff0acf Tweaked release notes page with better formatting by Phil Nash · 8 years ago
  87. 713ec40 Fixed type in “Release Notes” link by Phil Nash · 8 years ago
  88. 3b2f206 v1.6.0 build - including release notes by Phil Nash · 8 years ago
  89. 4e4d733 Added \ as escape character in test names on the command line - so you can run tests by name when they contain , or [ by Phil Nash · 8 years ago
  90. b68e8f9 Added missing #include so CATCH_CONFIG_COUNTER properly takes into account the current compiler. by Phil Nash · 8 years ago
  91. a7cda91 Merge pull request #775 from philsquared/standardizing-feature-toggles by Phil Nash · 8 years ago
  92. a1bed57 Standardize C++11 feature toggles to follow documentation by Martin Hořeňovský · 8 years ago
  93. 737f4ea Added missing C++11 feature toggle to docs by Martin Hořeňovský · 8 years ago
  94. b0de6c9 Updated docs for contributing by Phil Nash · 8 years ago
  95. 6991549 Fixed compile error under VS2015 /c++:latest, caused by using random_shuffle by Martin Hořeňovský · 8 years ago
  96. b50572b Renamed missing project explainer filename by Phil Nash · 8 years ago
  97. 5b00fd4 Merge pull request #767 from hmich/xml-encoder-extended-ascii by Phil Nash · 8 years ago
  98. 7bb3e85 Removed all manually maintained project files in favour of instructions on how to use CMake to generate them by Phil Nash · 8 years ago
  99. 0bcae64 Set project name in CMakeLists.txt to CatchSelfTest by Phil Nash · 8 years ago
  100. 8abe17a CMake project groups test files separately from surrogate impl files for nicer rendering as XCode/ VS projects by Phil Nash · 8 years ago