1. ae307b0 Started adding support for isolated sections by Phil Nash · 14 years ago
  2. 2b05dfa Incremental naming for annonymous test cases by Phil Nash · 14 years ago
  3. dd7f13c Added ANON_TEST_CASE() macro by Phil Nash · 14 years ago
  4. 9ca0988 Renamed catch_default_main.hpp to catch_with_main.hpp by Phil Nash · 14 years ago
  5. bfc1ee6 Cleaned up config class a bit by Phil Nash · 14 years ago
  6. 2885339 Allow output stream to be specified on the command line by Phil Nash · 14 years ago
  7. 925409d Added self test to project by Phil Nash · 14 years ago
  8. 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
  9. 684baf1 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ by Phil Nash · 14 years ago
  10. f36d777 Replaced dodgy self-test code with slightly less dodgy self test meta test cases by Phil Nash · 14 years ago
  11. f063c2a Reformatted basic reporter signatures by Phil Nash · 14 years ago
  12. 4b162c1 Keep stack of runners and pass success/ fail count to EndTestCase by Phil Nash · 14 years ago
  13. b81e0b9 Some code clean-up by Phil Nash · 14 years ago
  14. 1172d26 Added some specialisations for toString by Phil Nash · 14 years ago
  15. 263c046 Refactored more into Hub by Phil Nash · 14 years ago
  16. fd58d48 Some more refactoring/ cleaning of test case files by Phil Nash · 14 years ago
  17. 95627c4 split test registry code out by Phil Nash · 14 years ago
  18. 430733c Moved test case registry into hub by Phil Nash · 14 years ago
  19. a65f210 Changed some std::string args to char* to improve compile time by Phil Nash · 14 years ago
  20. 896a04f More project refactoring by Phil Nash · 14 years ago
  21. e0d530c Project refactoring by Phil Nash · 14 years ago
  22. b87a16d Fixed TestMain after recent refactorings by Phil Nash · 14 years ago
  23. 4220fb6 Added missing #includes by Phil Nash · 14 years ago
  24. b47139d tweaked list enum by Phil Nash · 14 years ago
  25. 92f3b93 Project update by Phil Nash · 14 years ago
  26. e24ad7d Renamed runnerconfig file -> config by Phil Nash · 14 years ago
  27. 5a262b7 Project clean-up by Phil Nash · 14 years ago
  28. 949d9ea Renamed RunnerConfig to just Config (now its the only one) by Phil Nash · 14 years ago
  29. 50712a3 Folded ReporterConfig into RunnerConfig by Phil Nash · 14 years ago
  30. aca80a1 moved impl of hub out into hub_impl - only #included from runner. by Phil Nash · 14 years ago
  31. 18e32b9 Only Hub #includes report_registry. Seperated reporter registrars from registry. by Phil Nash · 14 years ago
  32. 764229a ReporterRegistry now fully aggregated by Hub by Phil Nash · 14 years ago
  33. e846e07 Refactored reporter related code into interface based design by Phil Nash · 14 years ago
  34. 6ea8f29 First step to refactoring ResultsCapture into pure calls onto IResultListener interface by Phil Nash · 14 years ago
  35. 245be00 Tweak to reporter registrar to make sure generated name is unique by Phil Nash · 14 years ago
  36. 27fdf01 Added help option by Phil Nash · 14 years ago
  37. c60156a more commane line tidy up by Phil Nash · 14 years ago
  38. dc53c3a Tidied command line a little by Phil Nash · 14 years ago
  39. 763d5c3 Fixed warning about copy ctor by Phil Nash · 14 years ago
  40. 4b8e3fc Fixed some more warnings by Phil Nash · 14 years ago
  41. 04ecced Moved boilerplate main for obj bindings into header by Phil Nash · 14 years ago
  42. 9a79ee7 Cleaned up some more warnings by Phil Nash · 14 years ago
  43. 3000f6a Merge remote branch 'socketpuppet/master' by Phil Nash · 14 years ago
  44. 9dfb815 Allow tests including catch to compile with g++ flags -Wall and -Werror. by Michael Mortensen · 14 years ago
  45. 36ff7ba Fixes to the self test by Phil Nash · 14 years ago
  46. 4aa36f6 Changed initialization order to avoid some warnings when compiling with g++. by Michael Mortensen · 14 years ago
  47. 1b96cec Fixed bug with listing test cases by Phil Nash · 14 years ago
  48. 01f3dff Fixed OCTest project to use new REQUIRE macro by Phil Nash · 14 years ago
  49. 034c8b6 INFO()s are only cleared by failures or end of test case by Phil Nash · 14 years ago
  50. 89c4647 INFO() now works correctly by Phil Nash · 14 years ago
  51. a36b8d0 Added facility to write self-registering test cases as methods by Phil Nash · 14 years ago
  52. 7abc636 Added file for DebugBreak to project by Phil Nash · 14 years ago
  53. 53da26e Added ability to break into debugger on Windows and Mac by Phil Nash · 14 years ago
  54. 0025668 Added streaming to message macros and added scoped info by Phil Nash · 14 years ago
  55. b3ef7fc Added nested sections test by Phil Nash · 14 years ago
  56. aae4183 Fixed comment by Phil Nash · 14 years ago
  57. a2d2095 changed macro names: EXPECT -> REQUIRE, *_NOT -> *_FALSE by Phil Nash · 14 years ago
  58. de77ff3 Some tidy up by Phil Nash · 14 years ago
  59. 68eec92 Refactored xml reporter in terms of xmlwriter and filled out new events by Phil Nash · 14 years ago
  60. a35e4b5 Some clean-up and a little more JUnit implementation by Phil Nash · 14 years ago
  61. 0ab4432 First draft of Junit reporter by Phil Nash · 14 years ago
  62. ce319b7 stdout/ stderr capturing by Phil Nash · 14 years ago
  63. 9a703f7 Tidy up after merge mess by Phil Nash · 14 years ago
  64. fa9f970 fixed merge by Phil Nash · 14 years ago
  65. ceab2a6 merge by Phil Nash · 14 years ago
  66. e6b2b0e Implemented more reporter methods and started to fill out Section impl by Phil Nash · 14 years ago
  67. 388e9ff Some work on sections by Phil Nash · 14 years ago
  68. 5f43a43 Fixed broken meta-test by Phil Nash · 14 years ago
  69. 7d1ce5f toString() now works with non-specialised non-streamable types by Phil Nash · 14 years ago
  70. f59ecbc Auto registers OC Classes by Phil Nash · 14 years ago
  71. d52f61c first cut of ObjC bindings by Phil Nash · 14 years ago
  72. 635216e Move the Xcode project around a bit by Phil Nash · 14 years ago
  73. 3d6fa68 Moved catch_runnerconfig.hpp into internal by Phil Nash · 14 years ago
  74. c6177be Moved catch_runnerconfig.hpp into internal by Phil Nash · 14 years ago
  75. 0c65b0a Fixed project after file rename by Phil Nash · 14 years ago
  76. d8aa843 Added Visual Studio project and fixed up some warnings showing in VS by Phil Nash · 14 years ago
  77. 7e8cfa7 more portability fixes by Phil Nash · 14 years ago
  78. 9e47083 some portability fixes (thanks to Sam Saariste) by Phil Nash · 14 years ago
  79. 7d71e9b #include and newline fixes from Björn Fahller by Phil Nash · 14 years ago
  80. 92f2d32 Fixed leak by Phil Nash · 14 years ago
  81. 5cf94a8 Allow -s to be used to show successful results in test harness by Phil Nash · 14 years ago
  82. c435f4c Test cases all succeed again by Phil Nash · 14 years ago
  83. 48a7022 Detect and warn about overly complex expressions by Phil Nash · 14 years ago
  84. 3d0fed7 Fixed a == 1 || b == 2 case by Phil Nash · 14 years ago
  85. e3bcf68 Fixed temporary encapsulation violation by Phil Nash · 14 years ago
  86. 16a6dd5 Added note about ! operator by Phil Nash · 14 years ago
  87. 3455e55 Change some names to protect the ... reserved by Phil Nash · 14 years ago
  88. d802600 First commit for GitHub by Phil Nash · 14 years ago