1. ce612bf Squashed commit of the following: by Phil Nash · 12 years ago
  2. b18d719 Merge pull request #133 from vadz/msvc-warn-fix by Phil Nash · 12 years ago
  3. b7f7054 Fix harmless but annoying MSVC warnings. by Vadim Zeitlin · 12 years ago
  4. 105726f Added to the readme by Phil Nash · 12 years ago
  5. 9bcbe8c Merge pull request #129 from philsquared/Integration by Phil Nash · 12 years ago
  6. 190fe09 regen test 2 by Phil Nash · 12 years ago
  7. 813a13c Regenerated to test branch by Phil Nash · 12 years ago
  8. 9444bbc Added AllOf and AnyOf matchers by Phil Nash · 12 years ago
  9. 9902ac9 Cleaned up ResultInfoBuilder a bit by Phil Nash · 12 years ago
  10. 71edf8b isNot -> isFalse by Phil Nash · 12 years ago
  11. 6730512 Refactoring ResultData out of ResultInfo/ Builder pt2 by Phil Nash · 12 years ago
  12. 86e1915 Refactoring ResultData out of ResultInfo/ Builder pt1 by Phil Nash · 12 years ago
  13. 47f679e Disabled WIP code by Phil Nash · 12 years ago
  14. 803f6b7 Added SCOPED_CAPTURE by Phil Nash · 12 years ago
  15. 36d0da0 Started refactoring ResultInfo/Builder by Phil Nash · 12 years ago
  16. 4104fb7 Random bits of clean-up by Phil Nash · 12 years ago
  17. 9e7e63c Regenerated single include by Phil Nash · 12 years ago
  18. e82b564 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 12 years ago
  19. 45c6c10 Merge pull request #121 from godlygeek/include-guard-fixes by Phil Nash · 12 years ago
  20. 4b93fb8 Added some surrogate cpps by Phil Nash · 12 years ago
  21. 07e20aa Merge remote-tracking branch 'phil' into include-guard-fixes by Matt Wozniski · 12 years ago
  22. 67ec870 First cut of command line support for tags by Phil Nash · 12 years ago
  23. c4160e9 Fixed alternate stream bugs by Phil Nash · 12 years ago
  24. 60fb60f Updated help help by Phil Nash · 12 years ago
  25. e561eec Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 12 years ago
  26. 799ecf9 Regenerated single include by Phil Nash · 12 years ago
  27. ec2fccf Fixed SCOPED_INFO (#123) by Phil Nash · 12 years ago
  28. 5f66d1d Added cleanup as per #125 by Phil Nash · 12 years ago
  29. 85c0e3d Tag command line parsing implementation by Phil Nash · 12 years ago
  30. 1840929 Regenerated header by Phil Nash · 12 years ago
  31. 9d8570f Removed spurious files by Phil Nash · 12 years ago
  32. 6196488 Added copy ctor to ReporterConfig to get rid of warnings by Phil Nash · 12 years ago
  33. f29c898 Normalize include guards for all *.h and *.hpp by Matt Wozniski · 12 years ago
  34. fc1baac First cut of tags support by Phil Nash · 12 years ago
  35. dea756f Capture test case hidden status in member variable by Phil Nash · 12 years ago
  36. f7418eb Completed embedded docs by Phil Nash · 12 years ago
  37. dae5808 Output option description lines that don't end in newline by Phil Nash · 12 years ago
  38. e2d215e Added internal documentation for some options by Phil Nash · 12 years ago
  39. c682a16 Restored quick way to add test programatically by Phil Nash · 12 years ago
  40. f82d65f Added stub for BDD mappings by Phil Nash · 12 years ago
  41. 625fc83 Small naming correction by Phil Nash · 12 years ago
  42. deb3ced Ptr op= takes const ref (fixes: #115) by Phil Nash · 12 years ago
  43. 62b7039 Fixed #114 (no exit code on failure) by Phil Nash · 12 years ago
  44. 74d1d31 Added CATCH_ version of SUCCEED macro by Phil Nash · 12 years ago
  45. a70fbe3 Completed NoAssertions warning implementation by Phil Nash · 12 years ago
  46. 55764c8 Added warnings - first one: no assertions by Phil Nash · 12 years ago
  47. 78c92e6 Got rid of some warnings by Phil Nash · 12 years ago
  48. ecf934b Option objects now enforce min/ max args generically by Phil Nash · 12 years ago
  49. e7db400 Generate help from options objects by Phil Nash · 12 years ago
  50. eb775aa Refactored command line parsers into polymorphic classes by Phil Nash · 12 years ago
  51. 95ae50a Test for ~ and removed debug print by Phil Nash · 12 years ago
  52. f82861f Changed shorthand for exclude: to ~ by Phil Nash · 12 years ago
  53. e571e6f Can specify tests without -t. ex: is shorthand for exclude: by Phil Nash · 12 years ago
  54. 4c97fc5 WIldcards at both ends by Phil Nash · 12 years ago
  55. 56d5c42 First cut of new filtering mechanism by Phil Nash · 12 years ago
  56. b354da9 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 12 years ago
  57. d2ec849 Regenerated single include by Phil Nash · 12 years ago
  58. c2675b5 Added copy actor and operator = back to TestCaseInfo by Phil Nash · 12 years ago
  59. a760772 Moved ofstream back out to Main - to address #112 by Phil Nash · 12 years ago
  60. d5fbe2e conditionally compile GCC pragmas by Phil Nash · 12 years ago
  61. 5bc030d Regenerated single include by Phil Nash · 12 years ago
  62. d178df0 First cut of filters implementation by Phil Nash · 12 years ago
  63. cda2149 Conditionally compile clang pragmas by Phil Nash · 12 years ago
  64. c1dbc9c Separated getting test cases to run from running them by Phil Nash · 12 years ago
  65. d0a5461 Moved TestSpec into its own file by Phil Nash · 12 years ago
  66. ddfe963 Split imll from TestCaseInfo by Phil Nash · 12 years ago
  67. 9c6ce97 Made ITestCase a shared object by Phil Nash · 12 years ago
  68. a67d833 More things using ConfigData by Phil Nash · 12 years ago
  69. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  70. cdc64a1 Added dummy file to empty dir by Phil Nash · 12 years ago
  71. 6360ff6 Removed empty dir by Phil Nash · 12 years ago
  72. 3b02d53 Moved single include self test project by Phil Nash · 12 years ago
  73. 3b80af7 Recreated the single include test project and got it working after impl refactorings by Phil Nash · 12 years ago
  74. c436a4d Separated resultinfo_builder from impl by Phil Nash · 12 years ago
  75. ffe986d Split result info from impl by Phil Nash · 12 years ago
  76. fb386f4 Moved context object entirely into impl file by Phil Nash · 12 years ago
  77. 0477465 Refactored Impls by Phil Nash · 12 years ago
  78. 58a26da Refactored impls by Phil Nash · 12 years ago
  79. da0ae95 Renamed static registries -> registry hub by Phil Nash · 12 years ago
  80. 6b3ee4a Fixes for iTchRunner by Phil Nash · 12 years ago
  81. 1091ca8 First cut of StaticRegistries - separate from Context by Phil Nash · 12 years ago
  82. 5234b15 Fixed quote balancing issue in reporter error by Phil Nash · 12 years ago
  83. 0dc9e43 Fixed toString for NSString* in Xcode 4.4 by Phil Nash · 12 years ago
  84. 6175697 Catches incorrect reporter name as per #107 by Phil Nash · 12 years ago
  85. b084562 Improved error handling for --abort as per #108 by Phil Nash · 12 years ago
  86. 6f22086 Removed stray + by Phil Nash · 12 years ago
  87. df6ea25 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 12 years ago
  88. a0c496f Revert "Fixed issue #101, missing space in end of section message" by Martin Moene · 12 years ago
  89. 14f1c09 Revert "Removed stray '+'" by Martin Moene · 12 years ago
  90. 79a6ae2 Removed stray '+' by Martin Moene · 12 years ago
  91. 1ad971e Fixed issue #101, missing space in end of section message by Martin Moene · 12 years ago
  92. d2553cd Made ReportConfig a value type by Phil Nash · 12 years ago
  93. f606517 Fixed pluralization bug from GitHub issue #101 by Phil Nash · 12 years ago
  94. 46bcd4b Added ability to specify if macros should be prefixed with CATCH_ by Phil Nash · 12 years ago
  95. 5d73c5a Resolve reporter outside of Config by Phil Nash · 12 years ago
  96. 8fbd8e0 Moved use of reporter into runner (our of Main, directly) by Phil Nash · 12 years ago
  97. 02006d8 Disabled use of __FUNCTION__ for now by Phil Nash · 12 years ago
  98. abf2716 Added NotImplementedException by Phil Nash · 12 years ago
  99. 4c73aa5 Factored ConfigData out of data by Phil Nash · 12 years ago
  100. 78372d0 Added toString overload for chars by Phil Nash · 12 years ago