1. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 8 years ago
  2. 531d267 Added the new proxy header to CMakeLists.txt by Martin Hořeňovský · 8 years ago
  3. 2e87f8e Merge branch 'windows-header-defines' of https://github.com/horenmar/Catch by Martin Hořeňovský · 8 years ago
  4. afe46ff Extracted NOMINMAX and WIN32_LEAN_AND_MEAN guards into a proxy header by Martin Hořeňovský · 8 years ago
  5. c65aeaf Clean up generator state by Phil Nash · 8 years ago
  6. 750b52b suppress use of __COUNTER__ when being parsed by CLion (or AppCode). by Phil Nash · 8 years ago
  7. e12fc4a Fix missing CATCH_ for CHECK_THAT in prefixed macro version by jbo-ableton · 9 years ago
  8. 99cdc62 Enabled CMake dev warnings in travis. by Martin Hořeňovský · 8 years ago
  9. e6ef60a CMake will now warn if a file is in folder, but not in variable by Martin Hořeňovský · 8 years ago
  10. e1c4a4b Use inline assembly with gcc under Linux for CATCH_TRAP by Vadim Zeitlin · 8 years ago
  11. 25d0177 Refactor CATCH_BREAK_INTO_DEBUGGER() to avoid repetition by Vadim Zeitlin · 8 years ago
  12. b634e59 Add support for breaking into debugger for Linux by Vadim Zeitlin · 8 years ago
  13. e3659cd Added single char version of logo by Phil Nash · 8 years ago
  14. b3907a7 Added NOMINMAX and WIN32_LEAN_AND_MEAN defines before including windows.h by Martin Hořeňovský · 8 years ago
  15. d5360e8 Sorted file lists in CMakeLists.txt for easier maintainence by Phil Nash · 8 years ago
  16. 9062ebe Removed make file (now generated from CMake) by Phil Nash · 8 years ago
  17. e6aa1f4 Added note on escaping names on command line to docs by Phil Nash · 8 years ago
  18. 1ff0acf Tweaked release notes page with better formatting by Phil Nash · 8 years ago
  19. 713ec40 Fixed type in “Release Notes” link by Phil Nash · 8 years ago
  20. 3b2f206 v1.6.0 build - including release notes by Phil Nash · 8 years ago
  21. 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
  22. b68e8f9 Added missing #include so CATCH_CONFIG_COUNTER properly takes into account the current compiler. by Phil Nash · 8 years ago
  23. a7cda91 Merge pull request #775 from philsquared/standardizing-feature-toggles by Phil Nash · 8 years ago
  24. a1bed57 Standardize C++11 feature toggles to follow documentation by Martin Hořeňovský · 8 years ago
  25. 737f4ea Added missing C++11 feature toggle to docs by Martin Hořeňovský · 8 years ago
  26. b0de6c9 Updated docs for contributing by Phil Nash · 8 years ago
  27. 6991549 Fixed compile error under VS2015 /c++:latest, caused by using random_shuffle by Martin Hořeňovský · 8 years ago
  28. b50572b Renamed missing project explainer filename by Phil Nash · 8 years ago
  29. 5b00fd4 Merge pull request #767 from hmich/xml-encoder-extended-ascii by Phil Nash · 8 years ago
  30. 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
  31. 0bcae64 Set project name in CMakeLists.txt to CatchSelfTest by Phil Nash · 8 years ago
  32. 8abe17a CMake project groups test files separately from surrogate impl files for nicer rendering as XCode/ VS projects by Phil Nash · 8 years ago
  33. 10c4484 Make backticks symmetric in markdown by Kylo Ginsberg · 9 years ago
  34. 0cde0e9 Added approvals for “Greater-than inequalities with different epsilons” test by Phil Nash · 8 years ago
  35. 0f0dcd3 Excluded two more C++11 tests from Approval tests by Phil Nash · 8 years ago
  36. 62cbde3 Exclude test name from approval tests by Phil Nash · 8 years ago
  37. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  38. 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
  39. 37e1e24 add support for inequalities by Jonathan B. Coe · 8 years ago
  40. 5a4dde4 Changed build status to be always taken from master by Martin Hořeňovský · 8 years ago
  41. 8d32642 Minor typo fix by Antoine Wendlinger · 8 years ago
  42. ccc34b6 URL fixed by Eldar Zakirov · 8 years ago
  43. 7255be2 remove concatenation of m_exprComponents.op in if-branch where op has tested empty in previous line by Ross Bencina · 8 years ago
  44. 7d2668f add missing argument to CATCH_CHECK_THROWS (closes #602) by Kevin Ushey · 8 years ago
  45. 2a4dba1 Merge branch 'philipp-classen-master' by Martin Hořeňovský · 8 years ago
  46. 8d1e240 Fixed shell color code of "Blue" by Philipp Claßen · 9 years ago
  47. e273a3d Fix grammar error in tutorial.md by faulda · 8 years ago
  48. 7bff9cb own-main.md: fix typo by Victor · 8 years ago
  49. fd1da4a Fixing a couple of typos by andrew morton · 8 years ago
  50. e1fbbe1 Added headers to CMake project (for CLion) by Phil Nash · 8 years ago
  51. c8fefc4 Fixed Travis and CMake after moving CMakeLists.txt by Phil Nash · 8 years ago
  52. 6419307 Moved CMake into root folder (where it’s much happier - especially for CLion) by Phil Nash · 8 years ago
  53. 8d16d95 Do not encode extended ASCII characters in XML reporter by Igor Akhmetov · 8 years ago
  54. 2be3727 Build 1.5.9 by Phil Nash · 8 years ago
  55. 0c093be Removed now redundant xml stream initialisation by Phil Nash · 8 years ago
  56. dedc7c5 Merge branch 'horenmar-xml-reporter-fix' by Phil Nash · 8 years ago
  57. a9561ec Merge branch 'xml-reporter-fix' of https://github.com/horenmar/Catch into horenmar-xml-reporter-fix by Phil Nash · 8 years ago
  58. e4df006 Merge branch 'horenmar-missing-include-fix' by Phil Nash · 8 years ago
  59. fb99cc5 Merge branch 'missing-include-fix' of https://github.com/horenmar/Catch into horenmar-missing-include-fix by Phil Nash · 8 years ago
  60. 862d131 Explicitly convert int to char during transform on string (equivalent of PR #756) by Phil Nash · 8 years ago
  61. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago
  62. f9afa2a Ignore CMake and CLion generated files by Phil Nash · 8 years ago
  63. 0c8c6b3 Fixes build error caused by missing include. by Martin Hořeňovský · 8 years ago
  64. 40b6ad7 Fix XmlReporter always writing first line to stdout by Martin Hořeňovský · 8 years ago
  65. 30cebd6 Added some missing source files (including all SurrogateCpps) to CMake project. by Phil Nash · 8 years ago
  66. e27c4ee Build 1.5.8 by Phil Nash · 8 years ago
  67. 0721142 Merge branch 'BillyONeal-master' by Phil Nash · 8 years ago
  68. f90ee9f Merge branch 'master' of https://github.com/BillyONeal/Catch into BillyONeal-master by Phil Nash · 8 years ago
  69. c17ba08 Fix transform without a lambda by Billy Robert O'Neal III · 8 years ago
  70. 79f0110 Fix transform narrowing warnings by Billy Robert O'Neal III · 8 years ago
  71. ccf7f28 Fix random_shuffle narrowing warnings by Billy Robert O'Neal III · 8 years ago
  72. e0302db Rename element for Fatal Error Condition so it doesn't have spaces Fixes: #685 by Phil Nash · 8 years ago
  73. 88732e8 Merge pull request #716 from jbcoe/master by Phil Nash · 8 years ago
  74. 1c9a6ca Removed XCode6 builds (which were erroring anyway) and added XCode8 builds by Phil Nash · 8 years ago
  75. 40f6068 Build 1.5.7 by Phil Nash · 8 years ago
  76. 21cbfc1 --list-test-names quotes test names that start with # - completes #717 by Phil Nash · 8 years ago
  77. 31861bb rebased following recent changes by Phil Nash · 8 years ago
  78. b1eeec7 -f supports quoted test names (test name surrounded with " characters). by Phil Nash · 8 years ago
  79. c23b374 Added braces to emphasise the return logic by Phil Nash · 8 years ago
  80. 916317b Merge pull request #680 from nabijaczleweli/master by Phil Nash · 8 years ago
  81. 8c459dd Fix misindent by nabijaczleweli · 8 years ago
  82. fd7d354 quick fix for failing travis builds on os x by Jonathan B. Coe · 8 years ago
  83. c47c179 Merge pull request #701 from razeh/master by Phil Nash · 8 years ago
  84. f5d2b2d Merge pull request #705 from hmich/xml-reporter-trim by Phil Nash · 8 years ago
  85. 02c7e41 Do not trim test case names in the XML reporter. by Igor Akhmetov · 8 years ago
  86. 5095619 Fixes for XML encoding. by Robert A Zeh · 8 years ago
  87. 35f5105 v1.5.6 by Phil Nash · 8 years ago
  88. 742457c Use Clara v0.0.2.4 (updated) - fix for string lengths by Phil Nash · 8 years ago
  89. 1aa6c91 Fixed RNG issue with pre C++14 compilers by Phil Nash · 8 years ago
  90. ac22028 v1.5.5: Deal with auto_ptr and random_shuffle hard deprecations in C++14 by Phil Nash · 8 years ago
  91. be3570e Use std::shuffle instead of (deprecated) std::random_shuffle if C++14 detected by Phil Nash · 8 years ago
  92. a74d760 Switched remaining std::auto_ptrs to use CATCH_AUTO_PTR by Phil Nash · 8 years ago
  93. f666f5f v1.5.4 by Phil Nash · 8 years ago
  94. 7940d58 "test" expression using !! instead of static_cast to bool. by Phil Nash · 8 years ago
  95. ebf9f3b v1.5.3 by Phil Nash · 8 years ago
  96. 1ebebd4 Merge branch 'rcdailey-throw-on-duplicate-tests' by Phil Nash · 8 years ago
  97. b57e734 Merge branch 'throw-on-duplicate-tests' of git://github.com/rcdailey/Catch into rcdailey-throw-on-duplicate-tests by Phil Nash · 8 years ago
  98. 5aa2b82 Merge pull request #656 from daniel-j-h/better_travis by Phil Nash · 8 years ago
  99. 5c198d8 v1.5.2 by Phil Nash · 8 years ago
  100. 5a6b291 Using Clara 0.0.2.4 - fixes issue with spaces in quoted arguments by Phil Nash · 8 years ago