1. c390c4c Fixed inconsistent and trailing whitespace by Martin Hořeňovský · 8 years ago
  2. 60a9ac7 Enabled previous commit under MSVC, introduced new feature toggle by Martin Hořeňovský · 8 years ago
  3. c06afe4 Add support for comparison of Approx with strong typedefs by Jonathan Coe · 8 years ago
  4. 7387220 Direct download link now links to latest release version by Martin Hořeňovský · 8 years ago
  5. 51860f1 Change include -> single_include in CMake example by Joshua Gerrard · 8 years ago
  6. dab1d9d Added CheckFileList in CMake over the benchmark sources by Martin Hořeňovský · 8 years ago
  7. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 8 years ago
  8. 99c2ea5 Renamed measurement script for benchmarking by Martin Hořeňovský · 8 years ago
  9. 51107d7 Added copyright headers to benchmark files. by Martin Hořeňovský · 8 years ago
  10. 83f4b39 Added benchmark for previous commit, added iterations to failure bench. by Martin Hořeňovský · 8 years ago
  11. b1171bd Merge branch 'dev-signals' by Martin Hořeňovský · 8 years ago
  12. 6c23a65 Mark CHECKed-throw test as [failing] by Phil Nash · 8 years ago
  13. 7bcb424 Changed exception tests to allow for now throw-from-CHECK behaviour by Phil Nash · 8 years ago
  14. 1848653 CHECK no longer stops running SECTION on exception. by Martin Hořeňovský · 8 years ago
  15. 225e90d Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests by Phil Nash · 8 years ago
  16. 31c23b9 Added [!nonportable] tag by Phil Nash · 8 years ago
  17. f347611 Restated text format loop to avoid out-of-bounds condition by Phil Nash · 8 years ago
  18. 1efd8d3 Added missing <iterator> #include by Phil Nash · 8 years ago
  19. 876af87 Added surrogate cpp for catch_test_case_tracker by Phil Nash · 8 years ago
  20. e7bcbb3 First cut of -c/—section option for running specific sections by Phil Nash · 8 years ago
  21. 4a04682 Text formatting rework by Phil Nash · 8 years ago
  22. 9a56609 v1.6.1 build by Martin Hořeňovský · 8 years ago
  23. 8115983 Python scripts can now be run directly from bash by Martin Hořeňovský · 8 years ago
  24. 78a2866 Approval tests are now mostly Windows compatible by Martin Hořeňovský · 8 years ago
  25. 9acc6b9 Approval tests now use Python std lib instead of call to diff by Martin Hořeňovský · 8 years ago
  26. c4b5057 Approval tests now uses path relative to cwd, not the catch folder. by Martin Hořeňovský · 8 years ago
  27. d38b926 simplify output filtering in approvalTests.py by Mickey Rose · 8 years ago
  28. 227598a use sizeof(expr) for unevaluated syntax check by Mickey Rose · 8 years ago
  29. cfaf906 Changed documentation to use standard main function signature by Martin Hořeňovský · 8 years ago
  30. ee0ca51 Force short-circuited evaluation for types that have overloaded &&. by Martin Hořeňovský · 8 years ago
  31. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 8 years ago
  32. 531d267 Added the new proxy header to CMakeLists.txt by Martin Hořeňovský · 8 years ago
  33. 2e87f8e Merge branch 'windows-header-defines' of https://github.com/horenmar/Catch by Martin Hořeňovský · 8 years ago
  34. afe46ff Extracted NOMINMAX and WIN32_LEAN_AND_MEAN guards into a proxy header by Martin Hořeňovský · 8 years ago
  35. c65aeaf Clean up generator state by Phil Nash · 8 years ago
  36. 750b52b suppress use of __COUNTER__ when being parsed by CLion (or AppCode). by Phil Nash · 8 years ago
  37. e12fc4a Fix missing CATCH_ for CHECK_THAT in prefixed macro version by jbo-ableton · 9 years ago
  38. 99cdc62 Enabled CMake dev warnings in travis. by Martin Hořeňovský · 8 years ago
  39. e6ef60a CMake will now warn if a file is in folder, but not in variable by Martin Hořeňovský · 8 years ago
  40. e1c4a4b Use inline assembly with gcc under Linux for CATCH_TRAP by Vadim Zeitlin · 8 years ago
  41. 25d0177 Refactor CATCH_BREAK_INTO_DEBUGGER() to avoid repetition by Vadim Zeitlin · 8 years ago
  42. b634e59 Add support for breaking into debugger for Linux by Vadim Zeitlin · 8 years ago
  43. 3b98a01 Various small string usage performance improvements. by Martin Hořeňovský · 8 years ago
  44. 877fd52 Added benchmark with Mickey Rose's improvements. by Martin Hořeňovský · 8 years ago
  45. a1e9b84 lazily stringify expressions by Mickey Rose · 8 years ago
  46. 3b7511e First commit of benchmarks for Catch runtime perf. by Martin Hořeňovský · 8 years ago
  47. ffc4a9d If we receive a signal, we re-register ALL previous signal handlers. by Martin Hořeňovský · 8 years ago
  48. 7c8b93e Removed superfluous comments (bad merge after cherry pick). by Martin Hořeňovský · 8 years ago
  49. e3659cd Added single char version of logo by Phil Nash · 8 years ago
  50. 40dbdf6 Reset signals immediately after use and re-raise orginal signal instead of just exiting by Phil Nash · 8 years ago
  51. 70f43d7 Added signal handling under Windows. by Martin Hořeňovský · 8 years ago
  52. a281173 Fix for sigsegv stack overflow behavior by Martin Hořeňovský · 8 years ago
  53. b3907a7 Added NOMINMAX and WIN32_LEAN_AND_MEAN defines before including windows.h by Martin Hořeňovský · 8 years ago
  54. d5360e8 Sorted file lists in CMakeLists.txt for easier maintainence by Phil Nash · 8 years ago
  55. 9062ebe Removed make file (now generated from CMake) by Phil Nash · 8 years ago
  56. e6aa1f4 Added note on escaping names on command line to docs by Phil Nash · 8 years ago
  57. 1ff0acf Tweaked release notes page with better formatting by Phil Nash · 8 years ago
  58. 713ec40 Fixed type in “Release Notes” link by Phil Nash · 8 years ago
  59. 3b2f206 v1.6.0 build - including release notes by Phil Nash · 8 years ago
  60. 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
  61. b68e8f9 Added missing #include so CATCH_CONFIG_COUNTER properly takes into account the current compiler. by Phil Nash · 8 years ago
  62. a7cda91 Merge pull request #775 from philsquared/standardizing-feature-toggles by Phil Nash · 8 years ago
  63. a1bed57 Standardize C++11 feature toggles to follow documentation by Martin Hořeňovský · 8 years ago
  64. 737f4ea Added missing C++11 feature toggle to docs by Martin Hořeňovský · 8 years ago
  65. b0de6c9 Updated docs for contributing by Phil Nash · 8 years ago
  66. 6991549 Fixed compile error under VS2015 /c++:latest, caused by using random_shuffle by Martin Hořeňovský · 8 years ago
  67. b50572b Renamed missing project explainer filename by Phil Nash · 8 years ago
  68. 5b00fd4 Merge pull request #767 from hmich/xml-encoder-extended-ascii by Phil Nash · 8 years ago
  69. 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
  70. 0bcae64 Set project name in CMakeLists.txt to CatchSelfTest by Phil Nash · 8 years ago
  71. 8abe17a CMake project groups test files separately from surrogate impl files for nicer rendering as XCode/ VS projects by Phil Nash · 8 years ago
  72. 10c4484 Make backticks symmetric in markdown by Kylo Ginsberg · 9 years ago
  73. 0cde0e9 Added approvals for “Greater-than inequalities with different epsilons” test by Phil Nash · 8 years ago
  74. 0f0dcd3 Excluded two more C++11 tests from Approval tests by Phil Nash · 8 years ago
  75. 62cbde3 Exclude test name from approval tests by Phil Nash · 8 years ago
  76. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  77. 976a655 Approval tests can use Catch path fixed in env. var, and convert nullptr and __null to 0 for comparison by Phil Nash · 8 years ago
  78. 37e1e24 add support for inequalities by Jonathan B. Coe · 8 years ago
  79. 5a4dde4 Changed build status to be always taken from master by Martin Hořeňovský · 8 years ago
  80. 8d32642 Minor typo fix by Antoine Wendlinger · 8 years ago
  81. ccc34b6 URL fixed by Eldar Zakirov · 8 years ago
  82. 7255be2 remove concatenation of m_exprComponents.op in if-branch where op has tested empty in previous line by Ross Bencina · 8 years ago
  83. 7d2668f add missing argument to CATCH_CHECK_THROWS (closes #602) by Kevin Ushey · 8 years ago
  84. 2a4dba1 Merge branch 'philipp-classen-master' by Martin Hořeňovský · 8 years ago
  85. 8d1e240 Fixed shell color code of "Blue" by Philipp Claßen · 9 years ago
  86. e273a3d Fix grammar error in tutorial.md by faulda · 8 years ago
  87. 7bff9cb own-main.md: fix typo by Victor · 8 years ago
  88. fd1da4a Fixing a couple of typos by andrew morton · 8 years ago
  89. e1fbbe1 Added headers to CMake project (for CLion) by Phil Nash · 8 years ago
  90. c8fefc4 Fixed Travis and CMake after moving CMakeLists.txt by Phil Nash · 8 years ago
  91. 6419307 Moved CMake into root folder (where it’s much happier - especially for CLion) by Phil Nash · 8 years ago
  92. 8d16d95 Do not encode extended ASCII characters in XML reporter by Igor Akhmetov · 8 years ago
  93. 2be3727 Build 1.5.9 by Phil Nash · 8 years ago
  94. 0c093be Removed now redundant xml stream initialisation by Phil Nash · 8 years ago
  95. dedc7c5 Merge branch 'horenmar-xml-reporter-fix' by Phil Nash · 8 years ago
  96. a9561ec Merge branch 'xml-reporter-fix' of https://github.com/horenmar/Catch into horenmar-xml-reporter-fix by Phil Nash · 8 years ago
  97. e4df006 Merge branch 'horenmar-missing-include-fix' by Phil Nash · 8 years ago
  98. fb99cc5 Merge branch 'missing-include-fix' of https://github.com/horenmar/Catch into horenmar-missing-include-fix by Phil Nash · 8 years ago
  99. 862d131 Explicitly convert int to char during transform on string (equivalent of PR #756) by Phil Nash · 8 years ago
  100. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago