1. 9438a03 Big assertion capture refactoring. by Phil Nash · 10 years ago
  2. 1479681 Approved new test case by Phil Nash · 10 years ago
  3. 7cbf740 Tweaked rawMemoryToString() along lines of suggestion in #281 by Phil Nash · 10 years ago
  4. 48fac9c build 47 by Phil Nash · 10 years ago
  5. d12c006 Make TagInfo non-local by Phil Nash · 10 years ago
  6. 9241e43 Build 46 by Phil Nash · 10 years ago
  7. 5daa22d Fixed dereferenced null issue by Phil Nash · 10 years ago
  8. 59d5569 Attempt to prevent analyser warnings about dereferencing null. by Phil Nash · 10 years ago
  9. a2d8f77 Approved new test output by Phil Nash · 10 years ago
  10. 2c9e9ac Fixed space separated lists of test specs by Phil Nash · 10 years ago
  11. baf181f Minor fixes to a couple of test names by Phil Nash · 10 years ago
  12. b43d770 Tests hidden with legacy ./ prefix tagged as hidden by Phil Nash · 10 years ago
  13. fbf3f6f Fix case sensitivity when matching tags by Phil Nash · 10 years ago
  14. e21d0b2 Killed a couple more warnings (one for VS2010 and one for Clang) by Phil Nash · 10 years ago
  15. 3bdc97d Suppressed a load of warnings by Phil Nash · 10 years ago
  16. ebd4888 build 45 - fixes by Phil Nash · 10 years ago
  17. 7139035 Updated approvals after adding extra tests by Phil Nash · 10 years ago
  18. e8aa0bb Fixed issue with reading test names from file by Phil Nash · 10 years ago
  19. fcf0deb Fixed issue with wildcards at the start of a string by Phil Nash · 10 years ago
  20. b5d1cfe Suppress switch statement warning by Phil Nash · 10 years ago
  21. ee956bc Fixed isHidden regression by Phil Nash · 10 years ago
  22. 65cc14c build 44 - new name/ tag parser (fixes #279) by Phil Nash · 10 years ago
  23. 9bf43e7 Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code by Phil Nash · 10 years ago
  24. 766491a Approved all the changes following name/ tag parser rework by Phil Nash · 10 years ago
  25. b1e7d16 Moved catch_test_spec.h to catch_test_spec.hpp by Phil Nash · 10 years ago
  26. ae75b37 Switched over to new name/ tag parser by Phil Nash · 10 years ago
  27. 56b8d3a Moved new test spec code into appropriate header by Phil Nash · 10 years ago
  28. 72e6769 Small test spec parser refactoring by Phil Nash · 10 years ago
  29. f8cff10 First cut of new test spec parser code by Phil Nash · 10 years ago
  30. ad44890 Unanonymised unions to avoid breaking on compilers that don’t support them by Phil Nash · 10 years ago
  31. 4e044ed build 43 - removed some pragmas by Phil Nash · 10 years ago
  32. 5ce900a Removed some #pragmas that have been causing problems for now by Phil Nash · 10 years ago
  33. 5a2df71 build 42: “compact” reporter - thanks to Martin Moene by Phil Nash · 10 years ago
  34. 4e9484b Adjusted some elements of style in compact_reporter by Phil Nash · 10 years ago
  35. c02c700 Merged Martin Moene’s “compact reporter” by Phil Nash · 10 years ago
  36. 9f1e054 Suppress some more warnings by Phil Nash · 10 years ago
  37. 57374a1 Added ability for releaseNotes script to pull github issue titles by Phil Nash · 10 years ago
  38. 18845da Added script to extract stub for “release notes” by Phil Nash · 10 years ago
  39. 1740495 Build 41 - fixes by Phil Nash · 10 years ago
  40. 1a6f2a0 Changed the way noexcept support is handled to (hopefully) fix #275 and #273 by Phil Nash · 10 years ago
  41. f1928b7 Include missing <cstring> header - should fix issue #274 by Phil Nash · 10 years ago
  42. aef6cd5 build 40 by Phil Nash · 10 years ago
  43. 31caba4 Added test for invisibles by Phil Nash · 10 years ago
  44. 328a469 Moved tostring impl into catch_tostring.hpp by Phil Nash · 10 years ago
  45. 97150f2 Renamed catch_tostring.hpp catch_tostring.h by Phil Nash · 10 years ago
  46. 7059b2c Added ability to show “invisibles” in strings (just tabs and newline chars, for now). by Phil Nash · 10 years ago
  47. f219194 Replace some static strings with static char*s for leak detection friendliness (h/t #272) by Phil Nash · 10 years ago
  48. 48153e8 Considers endianness when printing raw memory into a string by Phil Nash · 10 years ago
  49. 878c257 Merge pull request #255 from johannesmoene/fix-python-print by Phil Nash · 10 years ago
  50. 6da62d2 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  51. a020865 Sections are, once again, eagerly entered. by Phil Nash · 10 years ago
  52. 463f7bd Merge pull request #260 from paleozogt/patch-1 by Phil Nash · 10 years ago
  53. d7e1790 Merge branch 'master' of https://github.com/gnzlbg/Catch by Phil Nash · 10 years ago
  54. 9d469b6 build 37 by Phil Nash · 10 years ago
  55. 7303b2b Changed branchName to char*, as per #266 by Phil Nash · 10 years ago
  56. cfc37b5 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  57. 41d3f2b Merge pull request #269 from alexander-manenko/master by Phil Nash · 10 years ago
  58. 6c4a7cd Renamed XCode4 folder to just XCode by Phil Nash · 10 years ago
  59. 970127e Removed some unnecessary core macros by Phil Nash · 10 years ago
  60. 87891cf Updated approval tests baselines by Phil Nash · 10 years ago
  61. 3c34d65 Doc tweaks by Phil Nash · 10 years ago
  62. 94f47d5 Updated docs with new [!throws] behaviour by Phil Nash · 10 years ago
  63. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 10 years ago
  64. c5406a2 build 35 by Phil Nash · 10 years ago
  65. 1bccc03 Secondary fix for #270 (addresses same issue with CHECK) by Phil Nash · 10 years ago
  66. a176b93 Fix for #270 (REQUIRE continues if test throws an exception). by Phil Nash · 10 years ago
  67. e9d3537 re-approved following recent command line description tweak by Phil Nash · 10 years ago
  68. 3627ee6 Fix build issue with TchRunnerMainView in XCode 5 by Alexander Manenko · 10 years ago
  69. af8cd98 New version of Clara that fixes operator= issue with ref member (#265) by Phil Nash · 10 years ago
  70. ce65985 Conditionally removes usage of deprecated features by gnzlbg · 10 years ago
  71. 72e96d9 GIT_EXECUTABLE undefined by Aaron Simmons · 10 years ago
  72. 472dc2a New version of Clara by Phil Nash · 10 years ago
  73. f9df35b Fixed instance of Clara::_ placeholder when using CATCH_CONFIG_RUNNER by Phil Nash · 10 years ago
  74. 77c9edf Fix python scripts for python 3 (print now a function rather than a keyword) by Martin Moene · 10 years ago
  75. 91ea20c Change <> to != by Martin Moene · 10 years ago
  76. dd2810d build 30 - with Clara fix for null deref crash by Phil Nash · 10 years ago
  77. 04f994a Updated VS2010 project (removed CmdLineTests.cpp) by Phil Nash · 10 years ago
  78. 9abb276 Fix problem (hopefully) with single source definitions from Clara by Phil Nash · 10 years ago
  79. 9b4c7fa Updated cmake file with command line test removal by Phil Nash · 10 years ago
  80. 8cd1b31 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  81. fd879f7 Build 28 - new version of Clara - removed command line tests by Phil Nash · 10 years ago
  82. b9fea75 New version of Clara. by Phil Nash · 10 years ago
  83. 174ada4 Merge pull request #251 from ThatOtherPerson/patch-1 by Phil Nash · 10 years ago
  84. e6ee29a Highlight block as C++ by David Beckley · 10 years ago
  85. 1f1ee3c New version of Clara by Phil Nash · 10 years ago
  86. 1c2fbe1 build 26 by Phil Nash · 10 years ago
  87. f899552 updated single include test project by Phil Nash · 10 years ago
  88. d29cbec Updated single include generator to allow for embedded micro-libraries by Phil Nash · 10 years ago
  89. 5845ae9 Added private assignment operator to fix VS2010 issue - thanks to Kosta (#239) by Phil Nash · 10 years ago
  90. b15726b Added #include for <memory> to Clara - thanks again, Martin by Phil Nash · 10 years ago
  91. 160b74d … and <stdexcept> by Phil Nash · 10 years ago
  92. 633feaa Added #include <algorithm> to clara.h - thanks Martin by Phil Nash · 10 years ago
  93. 0dc49d1 Extracted stand-alone micro-library, tbc_text_format.h, from catch_text.h. by Phil Nash · 10 years ago
  94. b756243 Fixed some comments by Phil Nash · 10 years ago
  95. c98a97c Tweaked Cliche macros/ names by Phil Nash · 10 years ago
  96. 4554155 Made Clara a “Cliche” header, which will be usable independently of Catch. by Phil Nash · 10 years ago
  97. 7eb5acc build 25 - fix for #231 by Phil Nash · 11 years ago
  98. 46a1fc7 Removed unnecessary union name by Phil Nash · 11 years ago
  99. be890d0 build 24 by Phil Nash · 11 years ago
  100. e091018 Fixes toString() for function pointers and added support for member function pointers. by Phil Nash · 11 years ago