1. 7b0a84a toString handles wchar_t raw strings by Ben Arnold · 10 years ago
  2. 08dc845 Updated docs on slow compiles by Phil Nash · 10 years ago
  3. 0aae635 Re-enable warnings disabled for GCC by Phil Nash · 10 years ago
  4. ae76945 Hide warnings with GCC by Fabien Caylus · 10 years ago
  5. 6880a0c Added FAQ on slow compiles to docs by Phil Nash · 10 years ago
  6. 785db43 Fixed issue with single include generator by Phil Nash · 10 years ago
  7. ca42b2c Manual fix for generation error by Phil Nash · 10 years ago
  8. 28c2e07 build 52 by Phil Nash · 10 years ago
  9. 3ff3acf Approvals for last change by Phil Nash · 10 years ago
  10. 76f80a6 More summary formatting tweaks by Phil Nash · 10 years ago
  11. cab9141 Green summary bar is darker if not all passed by Phil Nash · 10 years ago
  12. d89e74f Format floats like doubles when printing - but add ‘f’ suffix (a lá #291) by Phil Nash · 10 years ago
  13. ce56209 build 51 by Phil Nash · 10 years ago
  14. 23181ee Section no longer relies on copy-elision for correctness by Phil Nash · 10 years ago
  15. a469d9b Made Colour copyable to remove warning by Phil Nash · 10 years ago
  16. a31f05f Removed C-style casts by Phil Nash · 10 years ago
  17. 08e5296 Regenerated single include and baselines by Phil Nash · 10 years ago
  18. 94a1acf More tweaks to summary format by Phil Nash · 10 years ago
  19. 52e1e74 build 50 by Phil Nash · 10 years ago
  20. 9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. by Phil Nash · 10 years ago
  21. 05e42cb Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  22. d657b1b Removed use of variadic form of SUCCEED from tests - as per #284 by Phil Nash · 10 years ago
  23. acbb7b7 Merge pull request #287 from amorenoc/master by Phil Nash · 10 years ago
  24. acdd3b5 Build 49 - _THROWS fix - tag aliases by Phil Nash · 10 years ago
  25. 061861d Approved tag alias tests by Phil Nash · 10 years ago
  26. 1d210eb Tag aliases feature by Phil Nash · 10 years ago
  27. 006aafd Some clean-ups for string handling in Objective-C by Phil Nash · 10 years ago
  28. c602238 Fixed typo by Alex Moreno · 10 years ago
  29. f4f4fec Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  30. 11cf45b Fixed regression with -e by Phil Nash · 10 years ago
  31. 44aa45c Merge pull request #283 from lichray/patch-1 by Phil Nash · 10 years ago
  32. ab03668 build 48 - big assertion capture refactoring by Phil Nash · 10 years ago
  33. b198856 Fixed single header generator for generating no-impl header by Phil Nash · 10 years ago
  34. 7f1156d Fixed typo by Phil Nash · 10 years ago
  35. 2226ec2 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  36. be9fe76 Renamed ShouldNegate to FalseTest by Phil Nash · 10 years ago
  37. 10801c2 Folded ExpressionResultBuilder into ResultBuilder (even more SRP violations!) by Phil Nash · 10 years ago
  38. a9cd3a0 fix macro syntax in doc by Zhihao Yuan · 10 years ago
  39. 9438a03 Big assertion capture refactoring. by Phil Nash · 10 years ago
  40. 1479681 Approved new test case by Phil Nash · 10 years ago
  41. 7cbf740 Tweaked rawMemoryToString() along lines of suggestion in #281 by Phil Nash · 10 years ago
  42. 3385344 Merge pull request #282 from jlschrag/patch-1 by Phil Nash · 10 years ago
  43. d8bde3e Fixed Typo by Joseph Schrag · 10 years ago
  44. 48fac9c build 47 by Phil Nash · 10 years ago
  45. d12c006 Make TagInfo non-local by Phil Nash · 10 years ago
  46. 9241e43 Build 46 by Phil Nash · 10 years ago
  47. 5daa22d Fixed dereferenced null issue by Phil Nash · 10 years ago
  48. 59d5569 Attempt to prevent analyser warnings about dereferencing null. by Phil Nash · 10 years ago
  49. a2d8f77 Approved new test output by Phil Nash · 10 years ago
  50. 2c9e9ac Fixed space separated lists of test specs by Phil Nash · 10 years ago
  51. baf181f Minor fixes to a couple of test names by Phil Nash · 10 years ago
  52. b43d770 Tests hidden with legacy ./ prefix tagged as hidden by Phil Nash · 10 years ago
  53. fbf3f6f Fix case sensitivity when matching tags by Phil Nash · 10 years ago
  54. e21d0b2 Killed a couple more warnings (one for VS2010 and one for Clang) by Phil Nash · 10 years ago
  55. 3bdc97d Suppressed a load of warnings by Phil Nash · 10 years ago
  56. ebd4888 build 45 - fixes by Phil Nash · 10 years ago
  57. 7139035 Updated approvals after adding extra tests by Phil Nash · 10 years ago
  58. e8aa0bb Fixed issue with reading test names from file by Phil Nash · 10 years ago
  59. fcf0deb Fixed issue with wildcards at the start of a string by Phil Nash · 10 years ago
  60. b5d1cfe Suppress switch statement warning by Phil Nash · 10 years ago
  61. ee956bc Fixed isHidden regression by Phil Nash · 10 years ago
  62. 65cc14c build 44 - new name/ tag parser (fixes #279) by Phil Nash · 10 years ago
  63. 9bf43e7 Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code by Phil Nash · 10 years ago
  64. 766491a Approved all the changes following name/ tag parser rework by Phil Nash · 10 years ago
  65. b1e7d16 Moved catch_test_spec.h to catch_test_spec.hpp by Phil Nash · 10 years ago
  66. ae75b37 Switched over to new name/ tag parser by Phil Nash · 10 years ago
  67. 56b8d3a Moved new test spec code into appropriate header by Phil Nash · 10 years ago
  68. 72e6769 Small test spec parser refactoring by Phil Nash · 10 years ago
  69. f8cff10 First cut of new test spec parser code by Phil Nash · 10 years ago
  70. ad44890 Unanonymised unions to avoid breaking on compilers that don’t support them by Phil Nash · 10 years ago
  71. 4e044ed build 43 - removed some pragmas by Phil Nash · 10 years ago
  72. 5ce900a Removed some #pragmas that have been causing problems for now by Phil Nash · 10 years ago
  73. 5a2df71 build 42: “compact” reporter - thanks to Martin Moene by Phil Nash · 10 years ago
  74. 4e9484b Adjusted some elements of style in compact_reporter by Phil Nash · 10 years ago
  75. c02c700 Merged Martin Moene’s “compact reporter” by Phil Nash · 10 years ago
  76. 9f1e054 Suppress some more warnings by Phil Nash · 10 years ago
  77. 57374a1 Added ability for releaseNotes script to pull github issue titles by Phil Nash · 10 years ago
  78. 18845da Added script to extract stub for “release notes” by Phil Nash · 10 years ago
  79. 1740495 Build 41 - fixes by Phil Nash · 10 years ago
  80. 1a6f2a0 Changed the way noexcept support is handled to (hopefully) fix #275 and #273 by Phil Nash · 10 years ago
  81. f1928b7 Include missing <cstring> header - should fix issue #274 by Phil Nash · 10 years ago
  82. aef6cd5 build 40 by Phil Nash · 10 years ago
  83. 31caba4 Added test for invisibles by Phil Nash · 10 years ago
  84. 328a469 Moved tostring impl into catch_tostring.hpp by Phil Nash · 10 years ago
  85. 97150f2 Renamed catch_tostring.hpp catch_tostring.h by Phil Nash · 10 years ago
  86. 7059b2c Added ability to show “invisibles” in strings (just tabs and newline chars, for now). by Phil Nash · 10 years ago
  87. f219194 Replace some static strings with static char*s for leak detection friendliness (h/t #272) by Phil Nash · 10 years ago
  88. 48153e8 Considers endianness when printing raw memory into a string by Phil Nash · 10 years ago
  89. 878c257 Merge pull request #255 from johannesmoene/fix-python-print by Phil Nash · 10 years ago
  90. 6da62d2 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  91. a020865 Sections are, once again, eagerly entered. by Phil Nash · 10 years ago
  92. 463f7bd Merge pull request #260 from paleozogt/patch-1 by Phil Nash · 10 years ago
  93. d7e1790 Merge branch 'master' of https://github.com/gnzlbg/Catch by Phil Nash · 10 years ago
  94. 9d469b6 build 37 by Phil Nash · 10 years ago
  95. 7303b2b Changed branchName to char*, as per #266 by Phil Nash · 10 years ago
  96. cfc37b5 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  97. 41d3f2b Merge pull request #269 from alexander-manenko/master by Phil Nash · 10 years ago
  98. 6c4a7cd Renamed XCode4 folder to just XCode by Phil Nash · 10 years ago
  99. 970127e Removed some unnecessary core macros by Phil Nash · 10 years ago
  100. 87891cf Updated approval tests baselines by Phil Nash · 10 years ago