1. 4e58d7c Removed tests for unsigned ints against signed negative ints by Phil Nash · 14 years ago
  2. 751c8bd Removed special case logic around comparisons between unsigned ints and negative signed ints (as it was non-standard) by Phil Nash · 14 years ago
  3. 24b352f Allow warnings about comparisons between signed and unsigned ints to get through by Phil Nash · 14 years ago
  4. 07f228a Merge https://github.com/ctt/Catch into SingleEvaluation by Phil Nash · 14 years ago
  5. 5545627 Merge branch 'SingleEvaluation' of https://github.com/ctt/Catch into SingleEvaluation by Phil Nash · 14 years ago
  6. 5de646c iPhone test runner adds OC_TEST_CASEs by Phil Nash · 14 years ago
  7. 84b394e debug stream fixes by Phil Nash · 14 years ago
  8. a1e5e9f Added isDebuggerActive for non Windows and Mac platforms. by ctt · 14 years ago
  9. 4d43cae Added isDebuggerActive for non Windows and Mac platforms. by ctt · 14 years ago
  10. 7a4b215 string reporting is more consistent by Phil Nash · 14 years ago
  11. f5f130c Refined multiline stdout by Phil Nash · 14 years ago
  12. 8431fa1 Send to debugger console by default if running within debugger (only support on Windows at the moment) by Phil Nash · 14 years ago
  13. 62e23ac some investigation stuff by Phil Nash · 14 years ago
  14. f8f592f Updated test count by Phil Nash · 14 years ago
  15. 43c1139 Fixed VC++ warning by Phil Nash · 14 years ago
  16. e9e6b90 Support output to debug window in Windows by Phil Nash · 14 years ago
  17. 7f52eda extracted showHelp() function by Phil Nash · 14 years ago
  18. 4d613f1 Added XCode 4 related extension to be ignored by Phil Nash · 14 years ago
  19. 0571f79 Split Main impl into layered functions to offer more customisation points by Phil Nash · 14 years ago
  20. 18553e0 Fixed warning in 32 bit builds by Phil Nash · 14 years ago
  21. 7dfd830 Allow { NULL <op> T }to work by Phil Nash · 14 years ago
  22. ef611c6 Pointer comparisons and compare to NULL by Phil Nash · 14 years ago
  23. 1e15669 Added missing #include for <limits> by Phil Nash · 14 years ago
  24. 5cab62b Updated test counts following addition of more test cases by Phil Nash · 14 years ago
  25. f6758c2 Added special case logic for signed/ unsigned comparisons involving negative numbers and added test cases to cover them by Phil Nash · 14 years ago
  26. cc0ed3a reports test case if stdout/ stderr written to, even if it succeeded by Phil Nash · 14 years ago
  27. f9cc21a Suppress spurious "not all control paths return a value" warning in Visual Studio by Phil Nash · 14 years ago
  28. 6d11d56 Correctness fixes (for VS) by Phil Nash · 14 years ago
  29. f454850 Always output final summary - even if no errors by Phil Nash · 14 years ago
  30. 3eb41ee Refactored duplicated code between acceptExpression() and acceptResult() by Phil Nash · 14 years ago
  31. 4890a1d StopOnFailure now works again by Phil Nash · 14 years ago
  32. b87bff2 Added newlines to warn & info - and always output cout & cerr by Phil Nash · 14 years ago
  33. c27e6dc Tidied exception check macros by Phil Nash · 14 years ago
  34. 0dc4508 Fixed exception check regression by Phil Nash · 14 years ago
  35. b826243 Removed complex expression tests (they shouldn't compile now) by Phil Nash · 14 years ago
  36. f35e0cb Removed complex expression state (as it shouldn't compile now anyway) by Phil Nash · 14 years ago
  37. 13bfe47 Improvements to self test to give finer grained feedback by Phil Nash · 14 years ago
  38. 2e44486 Fixed some issues caused by single evaluation work by Phil Nash · 14 years ago
  39. e0e7477 More Single Evaluation work by Phil Nash · 14 years ago
  40. b708789 First cut of single-evaluation fix by Phil Nash · 14 years ago
  41. c57ff75 Renamed file by Phil Nash · 14 years ago
  42. e6ce1a3 Second attempt at signed/ unsigned by Phil Nash · 14 years ago
  43. 0130dfa First attempt at solving signed/ unsigned issue with int literals by Phil Nash · 14 years ago
  44. 0123417 Small defensive tweak on checking expression by Phil Nash · 14 years ago
  45. e401601 Added CAPTURE() macro by Phil Nash · 14 years ago
  46. 088d700 Fixed lazy reporting for nested sections by Phil Nash · 14 years ago
  47. 7fe330f Made dummy BreakIntoDebugger() macro an inline function to avoid compiler warning by Phil Nash · 14 years ago
  48. a691e69 Merge branch 'master' of https://github.com/mattrubin/Catch by Phil Nash · 14 years ago
  49. 8087f57 Fixed null string reporting issue by Phil Nash · 14 years ago
  50. 331188f Added generator copy ctor to fix bug when NRVO is not used. Some exception handling improvements, too by Phil Nash · 14 years ago
  51. 6bfc1b6 Fixed self test by Phil Nash · 14 years ago
  52. 65e4111 Added more focussed meta test for sections and fixed bug in outstanding section detection by Phil Nash · 14 years ago
  53. a243a23 More complete fix for nested sections by Phil Nash · 14 years ago
  54. 55c63af Fixed a compiler error when on a Mac with DEBUG not defined, which resulted in an undefined BreakIntoDebugger() by Matt Rubin · 14 years ago
  55. 70e7d7f Further improved nested sections by Phil Nash · 14 years ago
  56. a8c31c7 Quick fix for nested sections - doesn't cover all cases yet by Phil Nash · 14 years ago
  57. ab30ab6 Added attribution for __debugbreak() by Phil Nash · 14 years ago
  58. 73acd94 Fixed more warnings and applied workaround for getting to std::numeric_limits without clashing with Windows' min() and max() macros. by Phil Nash · 14 years ago
  59. dea7781 Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows by Phil Nash · 14 years ago
  60. 7d65a8c Improved reporting from self-test and basic reporter in general by Phil Nash · 14 years ago
  61. 3bad3d6 Refactored self-test - doesn't need so many supporting classes by Phil Nash · 14 years ago
  62. c8f12e1 First cut of iOS test runner by Phil Nash · 14 years ago
  63. 9e33fdd First draft of iOS test runner by Phil Nash · 14 years ago
  64. 58e9a8b Some clean-up by Phil Nash · 14 years ago
  65. 9d12592 Added some headers to fix build on some gcc versions by Phil Nash · 14 years ago
  66. cf7b688 Some layout reformatting. I think everything is in my preferred style now by Phil Nash · 14 years ago
  67. d16ce74 Fixed compiler error for gcc on Linux (reported by Tryneus - thanks) by Phil Nash · 14 years ago
  68. 4663a9c Added wiki link to readme by Phil Nash · 14 years ago
  69. 0847a0f Fixed OC bindings project following recent changes by Phil Nash · 14 years ago
  70. d1ee964 Fixed more gcc warnings by Phil Nash · 14 years ago
  71. db378d8 Fixed most pedantic warnings by Phil Nash · 14 years ago
  72. 44488f6 Some formating clean-up by Phil Nash · 14 years ago
  73. d944e69 Moved generator tests into their own file by Phil Nash · 14 years ago
  74. ffcde2d Fixed self test by Phil Nash · 14 years ago
  75. bf4a431 Extracted generator impl code out of Hub by Phil Nash · 14 years ago
  76. fe67902 Removed some cruft by Phil Nash · 14 years ago
  77. 5cad9d5 Multiple generators working and factored out a bit better by Phil Nash · 14 years ago
  78. c2b96d7 First cut of generators by Phil Nash · 14 years ago
  79. 455c299 Only report test case once for all sections within it by Phil Nash · 14 years ago
  80. 6a6b346 Removed OutputDebugString support until I can test it on a Windows machine by Phil Nash · 14 years ago
  81. 5108821 Removed OutputDebugString support until I can test it on a Windows machine by Phil Nash · 14 years ago
  82. ae307b0 Started adding support for isolated sections by Phil Nash · 14 years ago
  83. 2b05dfa Incremental naming for annonymous test cases by Phil Nash · 14 years ago
  84. dd7f13c Added ANON_TEST_CASE() macro by Phil Nash · 14 years ago
  85. 9ca0988 Renamed catch_default_main.hpp to catch_with_main.hpp by Phil Nash · 14 years ago
  86. bfc1ee6 Cleaned up config class a bit by Phil Nash · 14 years ago
  87. 2885339 Allow output stream to be specified on the command line by Phil Nash · 14 years ago
  88. 925409d Added self test to project by Phil Nash · 14 years ago
  89. 6c010e2 A single embedded runner instance can now be used for multiple nested runs, with results reset between each. Meta test runner looking very clean now. by Phil Nash · 14 years ago
  90. 684baf1 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ by Phil Nash · 14 years ago
  91. f36d777 Replaced dodgy self-test code with slightly less dodgy self test meta test cases by Phil Nash · 14 years ago
  92. f063c2a Reformatted basic reporter signatures by Phil Nash · 14 years ago
  93. 4b162c1 Keep stack of runners and pass success/ fail count to EndTestCase by Phil Nash · 14 years ago
  94. b81e0b9 Some code clean-up by Phil Nash · 14 years ago
  95. 1172d26 Added some specialisations for toString by Phil Nash · 14 years ago
  96. 263c046 Refactored more into Hub by Phil Nash · 14 years ago
  97. fd58d48 Some more refactoring/ cleaning of test case files by Phil Nash · 14 years ago
  98. 95627c4 split test registry code out by Phil Nash · 14 years ago
  99. 430733c Moved test case registry into hub by Phil Nash · 14 years ago
  100. a65f210 Changed some std::string args to char* to improve compile time by Phil Nash · 14 years ago