1. b084562 Improved error handling for --abort as per #108 by Phil Nash · 12 years ago
  2. d2553cd Made ReportConfig a value type by Phil Nash · 12 years ago
  3. 46bcd4b Added ability to specify if macros should be prefixed with CATCH_ by Phil Nash · 12 years ago
  4. 5d73c5a Resolve reporter outside of Config by Phil Nash · 12 years ago
  5. 8fbd8e0 Moved use of reporter into runner (our of Main, directly) by Phil Nash · 12 years ago
  6. abf2716 Added NotImplementedException by Phil Nash · 12 years ago
  7. 4c73aa5 Factored ConfigData out of data by Phil Nash · 12 years ago
  8. 46a3476 Added nothrow command line option by Phil Nash · 12 years ago
  9. 5824b56 Cleaned up some GCC/LLVM warnings by Phil Nash · 12 years ago
  10. 535edcb changed remaining cmd line checks to cmd.raiseError by Phil Nash · 12 years ago
  11. 8d02b93 Changed --cutoff to --abort by Phil Nash · 12 years ago
  12. 6d1c113 Fixed some signed/ unsigned warnings by Phil Nash · 12 years ago
  13. e9e6859 qualified #includes by Phil Nash · 12 years ago
  14. 19b2aa6 Added cutoff option to command line by Phil Nash · 12 years ago
  15. 163088a Refactored command line parser to be more cohesive by Phil Nash · 12 years ago
  16. 7035b55 Matchers macro uses Catch::Matchers namespace internally - so it doesn't have to be declared with "using" first by Phil Nash · 12 years ago
  17. 73e1bc2 Fixed some warnings by Phil Nash · 12 years ago
  18. 1787da5 Reinstated #include that broke single include by Phil Nash · 12 years ago
  19. 371db8b Context methods are non-static - accessed via interface by Phil Nash · 12 years ago
  20. ee18b8c Reformatting by Phil Nash · 12 years ago
  21. 0afa09f Reformatting by Phil Nash · 12 years ago
  22. 5ec53b2 renamed hub -> context by Phil Nash · 12 years ago
  23. d06dced Some more reformatting. Also fixed some warnings by Phil Nash · 12 years ago
  24. e1cb8f2 Fix for comparing (const) char* to NULL by Phil Nash · 12 years ago
  25. e848a91 Shifted some of MockReporter into the impl file file by Phil Nash · 12 years ago
  26. a976c07 Fixed section ordering issue by Phil Nash · 12 years ago
  27. b213202 Added self-test for section ordering by Phil Nash · 12 years ago
  28. 83a66a6 Removed redundant const by Phil Nash · 12 years ago
  29. 8fdf7f3 Added tests for signed/ unsigned fix by Phil Nash · 12 years ago
  30. 53c990a ARC support for Object-C projects by Phil Nash · 13 years ago
  31. 966f5db Added initial built-in matchers for NSString (ObjC) by Phil Nash · 13 years ago
  32. a6a40b3 Added a handful of "built-in" matchers by Phil Nash · 13 years ago
  33. eca5637 First cut of Matcher support by Phil Nash · 13 years ago
  34. 56a02ee Added test for previous change by Phil Nash · 13 years ago
  35. af8d0b3 Fixed trim() for single char strings (github #75) by Phil Nash · 13 years ago
  36. 9bbaeba Refactored internal interfaces to use Totals instead of success/ fail by Phil Nash · 13 years ago
  37. e1a2480 Cleaned up summary reporting by Phil Nash · 13 years ago
  38. 93b8a39 Added new cpp to VS project by Phil Nash · 13 years ago
  39. 7b449f7 Ability to register line# for testing by Phil Nash · 13 years ago
  40. 0b09d1c Fixed GitHub Issue #70 by Phil Nash · 13 years ago
  41. a162e22 Added CHECKED_IF and CHECKED_ELSE by Phil Nash · 13 years ago
  42. 3fd7dc0 Prevent duplicate test names from being registered by Phil Nash · 13 years ago
  43. b13ad46 stdout retained for all sections by Phil Nash · 13 years ago
  44. 458e5ee Xcode 4, warnings and MinGW by Phil Nash · 13 years ago
  45. 0653f48 Added tests for true == true etc by Phil Nash · 13 years ago
  46. d474d8d Updated test count check to include recently added tests by Phil Nash · 13 years ago
  47. 4d0a8d9 Fixed issue with evaluating static bools by Phil Nash · 13 years ago
  48. 1adebef Fixed tests with string literal on lhs by Phil Nash · 13 years ago
  49. b6d4991 Updated self test counts by Phil Nash · 13 years ago
  50. 2fa72a4 Added ability to build custom Approx instance by Phil Nash · 13 years ago
  51. cae44d8 Made Approx a little more forgiving (to 100& epsilon of float) and added some more tests for it by Phil Nash · 13 years ago
  52. 89d1e6c Tweaks to allow headers to be glued together. by Phil Nash · 13 years ago
  53. 0ea29b7 Started adding tests for Approx by Phil Nash · 13 years ago
  54. 823ea3e Re-org by Phil Nash · 13 years ago