1. 4d43cae Added isDebuggerActive for non Windows and Mac platforms. by ctt · 14 years ago
  2. 0123417 Small defensive tweak on checking expression by Phil Nash · 14 years ago
  3. e401601 Added CAPTURE() macro by Phil Nash · 14 years ago
  4. 088d700 Fixed lazy reporting for nested sections by Phil Nash · 14 years ago
  5. 7fe330f Made dummy BreakIntoDebugger() macro an inline function to avoid compiler warning by Phil Nash · 14 years ago
  6. a691e69 Merge branch 'master' of https://github.com/mattrubin/Catch by Phil Nash · 14 years ago
  7. 8087f57 Fixed null string reporting issue by Phil Nash · 14 years ago
  8. 331188f Added generator copy ctor to fix bug when NRVO is not used. Some exception handling improvements, too by Phil Nash · 14 years ago
  9. 6bfc1b6 Fixed self test by Phil Nash · 14 years ago
  10. 65e4111 Added more focussed meta test for sections and fixed bug in outstanding section detection by Phil Nash · 14 years ago
  11. a243a23 More complete fix for nested sections by Phil Nash · 14 years ago
  12. 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
  13. 70e7d7f Further improved nested sections by Phil Nash · 14 years ago
  14. a8c31c7 Quick fix for nested sections - doesn't cover all cases yet by Phil Nash · 14 years ago
  15. ab30ab6 Added attribution for __debugbreak() by Phil Nash · 14 years ago
  16. 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
  17. dea7781 Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows by Phil Nash · 14 years ago
  18. 7d65a8c Improved reporting from self-test and basic reporter in general by Phil Nash · 14 years ago
  19. 3bad3d6 Refactored self-test - doesn't need so many supporting classes by Phil Nash · 14 years ago
  20. c8f12e1 First cut of iOS test runner by Phil Nash · 14 years ago
  21. 9e33fdd First draft of iOS test runner by Phil Nash · 14 years ago
  22. 58e9a8b Some clean-up by Phil Nash · 14 years ago
  23. 9d12592 Added some headers to fix build on some gcc versions by Phil Nash · 14 years ago
  24. cf7b688 Some layout reformatting. I think everything is in my preferred style now by Phil Nash · 14 years ago
  25. d16ce74 Fixed compiler error for gcc on Linux (reported by Tryneus - thanks) by Phil Nash · 14 years ago
  26. 4663a9c Added wiki link to readme by Phil Nash · 14 years ago
  27. 0847a0f Fixed OC bindings project following recent changes by Phil Nash · 14 years ago
  28. d1ee964 Fixed more gcc warnings by Phil Nash · 14 years ago
  29. db378d8 Fixed most pedantic warnings by Phil Nash · 14 years ago
  30. 44488f6 Some formating clean-up by Phil Nash · 14 years ago
  31. d944e69 Moved generator tests into their own file by Phil Nash · 14 years ago
  32. ffcde2d Fixed self test by Phil Nash · 14 years ago
  33. bf4a431 Extracted generator impl code out of Hub by Phil Nash · 14 years ago
  34. fe67902 Removed some cruft by Phil Nash · 14 years ago
  35. 5cad9d5 Multiple generators working and factored out a bit better by Phil Nash · 14 years ago
  36. c2b96d7 First cut of generators by Phil Nash · 14 years ago
  37. 455c299 Only report test case once for all sections within it by Phil Nash · 14 years ago
  38. 6a6b346 Removed OutputDebugString support until I can test it on a Windows machine by Phil Nash · 14 years ago
  39. 5108821 Removed OutputDebugString support until I can test it on a Windows machine by Phil Nash · 14 years ago
  40. ae307b0 Started adding support for isolated sections by Phil Nash · 14 years ago
  41. 2b05dfa Incremental naming for annonymous test cases by Phil Nash · 14 years ago
  42. dd7f13c Added ANON_TEST_CASE() macro by Phil Nash · 14 years ago
  43. 9ca0988 Renamed catch_default_main.hpp to catch_with_main.hpp by Phil Nash · 14 years ago
  44. bfc1ee6 Cleaned up config class a bit by Phil Nash · 14 years ago
  45. 2885339 Allow output stream to be specified on the command line by Phil Nash · 14 years ago
  46. 925409d Added self test to project by Phil Nash · 14 years ago
  47. 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
  48. 684baf1 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ by Phil Nash · 14 years ago
  49. f36d777 Replaced dodgy self-test code with slightly less dodgy self test meta test cases by Phil Nash · 14 years ago
  50. f063c2a Reformatted basic reporter signatures by Phil Nash · 14 years ago
  51. 4b162c1 Keep stack of runners and pass success/ fail count to EndTestCase by Phil Nash · 14 years ago
  52. b81e0b9 Some code clean-up by Phil Nash · 14 years ago
  53. 1172d26 Added some specialisations for toString by Phil Nash · 14 years ago
  54. 263c046 Refactored more into Hub by Phil Nash · 14 years ago
  55. fd58d48 Some more refactoring/ cleaning of test case files by Phil Nash · 14 years ago
  56. 95627c4 split test registry code out by Phil Nash · 14 years ago
  57. 430733c Moved test case registry into hub by Phil Nash · 14 years ago
  58. a65f210 Changed some std::string args to char* to improve compile time by Phil Nash · 14 years ago
  59. 896a04f More project refactoring by Phil Nash · 14 years ago
  60. e0d530c Project refactoring by Phil Nash · 14 years ago
  61. b87a16d Fixed TestMain after recent refactorings by Phil Nash · 14 years ago
  62. 4220fb6 Added missing #includes by Phil Nash · 14 years ago
  63. b47139d tweaked list enum by Phil Nash · 14 years ago
  64. 92f3b93 Project update by Phil Nash · 14 years ago
  65. e24ad7d Renamed runnerconfig file -> config by Phil Nash · 14 years ago
  66. 5a262b7 Project clean-up by Phil Nash · 14 years ago
  67. 949d9ea Renamed RunnerConfig to just Config (now its the only one) by Phil Nash · 14 years ago
  68. 50712a3 Folded ReporterConfig into RunnerConfig by Phil Nash · 14 years ago
  69. aca80a1 moved impl of hub out into hub_impl - only #included from runner. by Phil Nash · 14 years ago
  70. 18e32b9 Only Hub #includes report_registry. Seperated reporter registrars from registry. by Phil Nash · 14 years ago
  71. 764229a ReporterRegistry now fully aggregated by Hub by Phil Nash · 14 years ago
  72. e846e07 Refactored reporter related code into interface based design by Phil Nash · 14 years ago
  73. 6ea8f29 First step to refactoring ResultsCapture into pure calls onto IResultListener interface by Phil Nash · 14 years ago
  74. 245be00 Tweak to reporter registrar to make sure generated name is unique by Phil Nash · 14 years ago
  75. 27fdf01 Added help option by Phil Nash · 14 years ago
  76. c60156a more commane line tidy up by Phil Nash · 14 years ago
  77. dc53c3a Tidied command line a little by Phil Nash · 14 years ago
  78. 763d5c3 Fixed warning about copy ctor by Phil Nash · 14 years ago
  79. 4b8e3fc Fixed some more warnings by Phil Nash · 14 years ago
  80. 04ecced Moved boilerplate main for obj bindings into header by Phil Nash · 14 years ago
  81. 9a79ee7 Cleaned up some more warnings by Phil Nash · 14 years ago
  82. 3000f6a Merge remote branch 'socketpuppet/master' by Phil Nash · 14 years ago
  83. 9dfb815 Allow tests including catch to compile with g++ flags -Wall and -Werror. by Michael Mortensen · 14 years ago
  84. 36ff7ba Fixes to the self test by Phil Nash · 14 years ago
  85. 4aa36f6 Changed initialization order to avoid some warnings when compiling with g++. by Michael Mortensen · 14 years ago
  86. 1b96cec Fixed bug with listing test cases by Phil Nash · 14 years ago
  87. 01f3dff Fixed OCTest project to use new REQUIRE macro by Phil Nash · 14 years ago
  88. 034c8b6 INFO()s are only cleared by failures or end of test case by Phil Nash · 14 years ago
  89. 89c4647 INFO() now works correctly by Phil Nash · 14 years ago
  90. a36b8d0 Added facility to write self-registering test cases as methods by Phil Nash · 14 years ago
  91. 7abc636 Added file for DebugBreak to project by Phil Nash · 14 years ago
  92. 53da26e Added ability to break into debugger on Windows and Mac by Phil Nash · 14 years ago
  93. 0025668 Added streaming to message macros and added scoped info by Phil Nash · 14 years ago
  94. b3ef7fc Added nested sections test by Phil Nash · 14 years ago
  95. aae4183 Fixed comment by Phil Nash · 14 years ago
  96. a2d2095 changed macro names: EXPECT -> REQUIRE, *_NOT -> *_FALSE by Phil Nash · 14 years ago
  97. de77ff3 Some tidy up by Phil Nash · 14 years ago
  98. 68eec92 Refactored xml reporter in terms of xmlwriter and filled out new events by Phil Nash · 14 years ago
  99. a35e4b5 Some clean-up and a little more JUnit implementation by Phil Nash · 14 years ago
  100. 0ab4432 First draft of Junit reporter by Phil Nash · 14 years ago