1. 3e1d3c7 Give (currently not used, so global only) group a name by Phil Nash · 10 years ago
  2. 886ef16 Some minor tidy-up/ style alignment of recent toString merges by Phil Nash · 10 years ago
  3. 4caabfa build 3 by Phil Nash · 10 years ago
  4. 5ea3266 Added baselines for new test cases by Phil Nash · 10 years ago
  5. fcf5ef0 Changed time function name to reflect that it actually returns Microseconds as reported in #323 by Phil Nash · 10 years ago
  6. ee5e7ed Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  7. a9d14c8 Merge pull request #319 from PureAbstract/to_string_tests by Phil Nash · 10 years ago
  8. dd22431 Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  9. 9721296 Merge pull request #318 from PureAbstract/enum_to_string by Phil Nash · 10 years ago
  10. 3eefa7f use nullptr in MSVC from 2005+ (based on PR #307 - thanks alex85k) by Phil Nash · 10 years ago
  11. fdbbb2c Updated CMakeLists.txt for toString work by Andy Sawyer · 10 years ago
  12. abf9ffc A bunch of Catch::toString tests by Andy Sawyer · 10 years ago
  13. cd2a5aa catch_tostring: tostring for enum class types by Andy Sawyer · 10 years ago
  14. 142f8f4 SelfTest: Build as C++11, add EnumToString tests by Andy Sawyer · 10 years ago
  15. 000e746 SelfTest: refresh makefile by Andy Sawyer · 10 years ago
  16. 341a9c4 Merge branch 'master' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  17. 93b61e1 v1.1 build 2 (develop branch) - Signal hander support by Phil Nash · 10 years ago
  18. 05743ee FatalErrorConditions now full close reporter states by Phil Nash · 10 years ago
  19. 85d33e2 Merge pull request #306 from andybalaam/master by Phil Nash · 10 years ago
  20. 389f3f5 Fix a typo (missing "n") by Andy Balaam · 10 years ago
  21. cb8fe47 Approvals for develop branch by Phil Nash · 10 years ago
  22. 8edf4bf Removed signal handler test, for now (to avoid screwing up the approval tests) by Phil Nash · 10 years ago
  23. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 10 years ago
  24. 4f4b44e Merge branch 'develop' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  25. aa31d1c Merge branch 'master' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  26. b3ece7e Tweaked wording around ability to do BDD by Phil Nash · 10 years ago
  27. b7e432e Updated version for develop branch by Phil Nash · 10 years ago
  28. 76edbc1 Updated “contributing” docs to reflect new develop branch by Phil Nash · 10 years ago
  29. 6e00e5e Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  30. 544bf33 build 53 includes wchar_t toString overloads and SCENARIO_METHOD macros by Phil Nash · 10 years ago
  31. 8b5a4e9 Added approvals for new tests by Phil Nash · 10 years ago
  32. 3e025cc Added bundled compact reporter by Martin Moene · 10 years ago
  33. 487dfad Fixed link to reference section by Martin Moene · 10 years ago
  34. 4aaf67f const_casts to get rid of warnings in new wchar_t tests by Phil Nash · 10 years ago
  35. 7bc0b44 Merge branch 'master' of https://github.com/jbrwilkinson/Catch by Phil Nash · 10 years ago
  36. bcbd0cb Merge pull request #302 from johannesmoene/doc-index by Phil Nash · 10 years ago
  37. e35f862 Fixed link to blog post by Martin Moene · 10 years ago
  38. d59fd53 Update link in tutorial by Martin Moene · 10 years ago
  39. 6336bb1 Add Readme as documentation entry by Martin Moene · 10 years ago
  40. ee83a6f Merge pull request #301 from bena/master by Phil Nash · 10 years ago
  41. c7cf0a9 Catch's Travis builds are using gcc that doesn't like the auto keyword by Ben Arnold · 10 years ago
  42. 7b0a84a toString handles wchar_t raw strings by Ben Arnold · 10 years ago
  43. 08dc845 Updated docs on slow compiles by Phil Nash · 10 years ago
  44. 0aae635 Re-enable warnings disabled for GCC by Phil Nash · 10 years ago
  45. ae76945 Hide warnings with GCC by Fabien Caylus · 10 years ago
  46. 6880a0c Added FAQ on slow compiles to docs by Phil Nash · 10 years ago
  47. 785db43 Fixed issue with single include generator by Phil Nash · 10 years ago
  48. 63005a1 Added SCENARIO_METHOD for BDD testing with fixtures. by James Wilkinson · 10 years ago
  49. ca42b2c Manual fix for generation error by Phil Nash · 10 years ago
  50. 28c2e07 build 52 by Phil Nash · 10 years ago
  51. 3ff3acf Approvals for last change by Phil Nash · 10 years ago
  52. 76f80a6 More summary formatting tweaks by Phil Nash · 10 years ago
  53. cab9141 Green summary bar is darker if not all passed by Phil Nash · 10 years ago
  54. d89e74f Format floats like doubles when printing - but add ‘f’ suffix (a lá #291) by Phil Nash · 10 years ago
  55. ce56209 build 51 by Phil Nash · 10 years ago
  56. 23181ee Section no longer relies on copy-elision for correctness by Phil Nash · 10 years ago
  57. a469d9b Made Colour copyable to remove warning by Phil Nash · 10 years ago
  58. a31f05f Removed C-style casts by Phil Nash · 10 years ago
  59. 08e5296 Regenerated single include and baselines by Phil Nash · 10 years ago
  60. 94a1acf More tweaks to summary format by Phil Nash · 10 years ago
  61. 52e1e74 build 50 by Phil Nash · 10 years ago
  62. 9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. by Phil Nash · 10 years ago
  63. 05e42cb Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  64. d657b1b Removed use of variadic form of SUCCEED from tests - as per #284 by Phil Nash · 10 years ago
  65. acbb7b7 Merge pull request #287 from amorenoc/master by Phil Nash · 10 years ago
  66. acdd3b5 Build 49 - _THROWS fix - tag aliases by Phil Nash · 10 years ago
  67. 061861d Approved tag alias tests by Phil Nash · 10 years ago
  68. 1d210eb Tag aliases feature by Phil Nash · 10 years ago
  69. 006aafd Some clean-ups for string handling in Objective-C by Phil Nash · 10 years ago
  70. c602238 Fixed typo by Alex Moreno · 10 years ago
  71. f4f4fec Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  72. 11cf45b Fixed regression with -e by Phil Nash · 10 years ago
  73. 44aa45c Merge pull request #283 from lichray/patch-1 by Phil Nash · 10 years ago
  74. ab03668 build 48 - big assertion capture refactoring by Phil Nash · 10 years ago
  75. b198856 Fixed single header generator for generating no-impl header by Phil Nash · 10 years ago
  76. 7f1156d Fixed typo by Phil Nash · 10 years ago
  77. 2226ec2 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  78. be9fe76 Renamed ShouldNegate to FalseTest by Phil Nash · 10 years ago
  79. 10801c2 Folded ExpressionResultBuilder into ResultBuilder (even more SRP violations!) by Phil Nash · 10 years ago
  80. a9cd3a0 fix macro syntax in doc by Zhihao Yuan · 10 years ago
  81. 9438a03 Big assertion capture refactoring. by Phil Nash · 10 years ago
  82. 1479681 Approved new test case by Phil Nash · 10 years ago
  83. 7cbf740 Tweaked rawMemoryToString() along lines of suggestion in #281 by Phil Nash · 10 years ago
  84. 3385344 Merge pull request #282 from jlschrag/patch-1 by Phil Nash · 10 years ago
  85. d8bde3e Fixed Typo by Joseph Schrag · 10 years ago
  86. 48fac9c build 47 by Phil Nash · 10 years ago
  87. d12c006 Make TagInfo non-local by Phil Nash · 10 years ago
  88. 9241e43 Build 46 by Phil Nash · 10 years ago
  89. 5daa22d Fixed dereferenced null issue by Phil Nash · 10 years ago
  90. 59d5569 Attempt to prevent analyser warnings about dereferencing null. by Phil Nash · 10 years ago
  91. a2d8f77 Approved new test output by Phil Nash · 10 years ago
  92. 2c9e9ac Fixed space separated lists of test specs by Phil Nash · 10 years ago
  93. baf181f Minor fixes to a couple of test names by Phil Nash · 10 years ago
  94. b43d770 Tests hidden with legacy ./ prefix tagged as hidden by Phil Nash · 10 years ago
  95. fbf3f6f Fix case sensitivity when matching tags by Phil Nash · 10 years ago
  96. e21d0b2 Killed a couple more warnings (one for VS2010 and one for Clang) by Phil Nash · 10 years ago
  97. 3bdc97d Suppressed a load of warnings by Phil Nash · 10 years ago
  98. ebd4888 build 45 - fixes by Phil Nash · 10 years ago
  99. 7139035 Updated approvals after adding extra tests by Phil Nash · 10 years ago
  100. e8aa0bb Fixed issue with reading test names from file by Phil Nash · 10 years ago