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