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