1. 6b6143c Removed templates from Approx (just uses double) by Phil Nash · 13 years ago
  2. 89d1e6c Tweaks to allow headers to be glued together. by Phil Nash · 13 years ago
  3. 4b24490 Fixed Github Issue #32: "ResultBuilder& operator << should use toString" by Phil Nash · 14 years ago
  4. 0ea29b7 Started adding tests for Approx by Phil Nash · 14 years ago
  5. dfea75f Allow epsilon and scale to be specified by Phil Nash · 14 years ago
  6. d7b8b01 Updated to use Richard Harris' approximation formula by Phil Nash · 14 years ago
  7. d7c203c Factored Approx out into own file by Phil Nash · 14 years ago
  8. 95419e9 Merges objc top level headers into main headers (using #ifdef __OBJC__) by Phil Nash · 14 years ago
  9. 38edb9f Removed bool warning by Phil Nash · 14 years ago
  10. 823ea3e Re-org by Phil Nash · 14 years ago
  11. 02c877f Updated self test with current test counts by Phil Nash · 14 years ago
  12. db2eda9 XML Reporter reports file/ line in Exception element by Phil Nash · 14 years ago
  13. 02e597c report file/ line of section of unexpected exception is thrown by Phil Nash · 14 years ago
  14. 81e42ce capture file/ line of test case - for reporting on uncaught exceptions by Phil Nash · 14 years ago
  15. 77d72fb Qualified Catch::toSting by Phil Nash · 14 years ago
  16. 5d7b054 Improved custom exception handling by Phil Nash · 14 years ago
  17. 9430a2c First cut of custom exception support by Phil Nash · 14 years ago
  18. d4117b9 Added name option to cmd line help by Phil Nash · 14 years ago
  19. b1d9fa8 Fixed bug in xml reporter that didn't accumulate success status correctly by Phil Nash · 14 years ago
  20. 06134ba Make FixtureWrapper class name unique using the preprocessor instead of a specialisations by Phil Nash · 14 years ago
  21. b3db552 Allow name to be provided for overall test run by Phil Nash · 14 years ago
  22. 0bc42c5 change root element of xml reporter to Catch by Phil Nash · 14 years ago
  23. c8b279e change root element of xml reporter to Catch by Phil Nash · 14 years ago
  24. 0f2e5d6 Cleaned up some of the contributed tests by Phil Nash · 14 years ago
  25. 0f478a5 Some reporter refinements by Phil Nash · 14 years ago
  26. 381fffe Extract what() message from std::exceptions in _NO_THROW() by Phil Nash · 14 years ago
  27. 3e512bd Added boolean test for ptr expressions by Phil Nash · 14 years ago
  28. 46b4909 Added Malcolm Noyes' test cases by Phil Nash · 14 years ago
  29. 01db6c4 Moved Approx into its own namespace to avoid ADL issues with operator == by Phil Nash · 14 years ago
  30. 3c08431 Updated test counts by Phil Nash · 14 years ago
  31. 4e58d7c Removed tests for unsigned ints against signed negative ints by Phil Nash · 14 years ago
  32. 751c8bd Removed special case logic around comparisons between unsigned ints and negative signed ints (as it was non-standard) by Phil Nash · 14 years ago
  33. 24b352f Allow warnings about comparisons between signed and unsigned ints to get through by Phil Nash · 14 years ago
  34. 07f228a Merge https://github.com/ctt/Catch into SingleEvaluation by Phil Nash · 14 years ago
  35. 5545627 Merge branch 'SingleEvaluation' of https://github.com/ctt/Catch into SingleEvaluation by Phil Nash · 14 years ago
  36. 5de646c iPhone test runner adds OC_TEST_CASEs by Phil Nash · 14 years ago
  37. 84b394e debug stream fixes by Phil Nash · 14 years ago
  38. a1e5e9f Added isDebuggerActive for non Windows and Mac platforms. by ctt · 14 years ago
  39. 4d43cae Added isDebuggerActive for non Windows and Mac platforms. by ctt · 14 years ago
  40. 7a4b215 string reporting is more consistent by Phil Nash · 14 years ago
  41. f5f130c Refined multiline stdout by Phil Nash · 14 years ago
  42. 8431fa1 Send to debugger console by default if running within debugger (only support on Windows at the moment) by Phil Nash · 14 years ago
  43. 62e23ac some investigation stuff by Phil Nash · 14 years ago
  44. f8f592f Updated test count by Phil Nash · 14 years ago
  45. 43c1139 Fixed VC++ warning by Phil Nash · 14 years ago
  46. e9e6b90 Support output to debug window in Windows by Phil Nash · 14 years ago
  47. 7f52eda extracted showHelp() function by Phil Nash · 14 years ago
  48. 4d613f1 Added XCode 4 related extension to be ignored by Phil Nash · 14 years ago
  49. 0571f79 Split Main impl into layered functions to offer more customisation points by Phil Nash · 14 years ago
  50. 18553e0 Fixed warning in 32 bit builds by Phil Nash · 14 years ago
  51. 7dfd830 Allow { NULL <op> T }to work by Phil Nash · 14 years ago
  52. ef611c6 Pointer comparisons and compare to NULL by Phil Nash · 14 years ago
  53. 1e15669 Added missing #include for <limits> by Phil Nash · 14 years ago
  54. 5cab62b Updated test counts following addition of more test cases by Phil Nash · 14 years ago
  55. f6758c2 Added special case logic for signed/ unsigned comparisons involving negative numbers and added test cases to cover them by Phil Nash · 14 years ago
  56. cc0ed3a reports test case if stdout/ stderr written to, even if it succeeded by Phil Nash · 14 years ago
  57. f9cc21a Suppress spurious "not all control paths return a value" warning in Visual Studio by Phil Nash · 14 years ago
  58. 6d11d56 Correctness fixes (for VS) by Phil Nash · 14 years ago
  59. f454850 Always output final summary - even if no errors by Phil Nash · 14 years ago
  60. 3eb41ee Refactored duplicated code between acceptExpression() and acceptResult() by Phil Nash · 14 years ago
  61. 4890a1d StopOnFailure now works again by Phil Nash · 14 years ago
  62. b87bff2 Added newlines to warn & info - and always output cout & cerr by Phil Nash · 14 years ago
  63. c27e6dc Tidied exception check macros by Phil Nash · 14 years ago
  64. 0dc4508 Fixed exception check regression by Phil Nash · 14 years ago
  65. b826243 Removed complex expression tests (they shouldn't compile now) by Phil Nash · 14 years ago
  66. f35e0cb Removed complex expression state (as it shouldn't compile now anyway) by Phil Nash · 14 years ago
  67. 13bfe47 Improvements to self test to give finer grained feedback by Phil Nash · 14 years ago
  68. 2e44486 Fixed some issues caused by single evaluation work by Phil Nash · 14 years ago
  69. e0e7477 More Single Evaluation work by Phil Nash · 14 years ago
  70. b708789 First cut of single-evaluation fix by Phil Nash · 14 years ago
  71. c57ff75 Renamed file by Phil Nash · 14 years ago
  72. e6ce1a3 Second attempt at signed/ unsigned by Phil Nash · 14 years ago
  73. 0130dfa First attempt at solving signed/ unsigned issue with int literals by Phil Nash · 14 years ago
  74. 0123417 Small defensive tweak on checking expression by Phil Nash · 14 years ago
  75. e401601 Added CAPTURE() macro by Phil Nash · 14 years ago
  76. 088d700 Fixed lazy reporting for nested sections by Phil Nash · 14 years ago
  77. 7fe330f Made dummy BreakIntoDebugger() macro an inline function to avoid compiler warning by Phil Nash · 14 years ago
  78. a691e69 Merge branch 'master' of https://github.com/mattrubin/Catch by Phil Nash · 14 years ago
  79. 8087f57 Fixed null string reporting issue by Phil Nash · 14 years ago
  80. 331188f Added generator copy ctor to fix bug when NRVO is not used. Some exception handling improvements, too by Phil Nash · 14 years ago
  81. 6bfc1b6 Fixed self test by Phil Nash · 14 years ago
  82. 65e4111 Added more focussed meta test for sections and fixed bug in outstanding section detection by Phil Nash · 14 years ago
  83. a243a23 More complete fix for nested sections by Phil Nash · 14 years ago
  84. 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
  85. 70e7d7f Further improved nested sections by Phil Nash · 14 years ago
  86. a8c31c7 Quick fix for nested sections - doesn't cover all cases yet by Phil Nash · 14 years ago
  87. ab30ab6 Added attribution for __debugbreak() by Phil Nash · 14 years ago
  88. 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
  89. dea7781 Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows by Phil Nash · 14 years ago
  90. 7d65a8c Improved reporting from self-test and basic reporter in general by Phil Nash · 14 years ago
  91. 3bad3d6 Refactored self-test - doesn't need so many supporting classes by Phil Nash · 14 years ago
  92. c8f12e1 First cut of iOS test runner by Phil Nash · 14 years ago
  93. 9e33fdd First draft of iOS test runner by Phil Nash · 14 years ago
  94. 58e9a8b Some clean-up by Phil Nash · 14 years ago
  95. 9d12592 Added some headers to fix build on some gcc versions by Phil Nash · 14 years ago
  96. cf7b688 Some layout reformatting. I think everything is in my preferred style now by Phil Nash · 14 years ago
  97. d16ce74 Fixed compiler error for gcc on Linux (reported by Tryneus - thanks) by Phil Nash · 14 years ago
  98. 4663a9c Added wiki link to readme by Phil Nash · 14 years ago
  99. 0847a0f Fixed OC bindings project following recent changes by Phil Nash · 14 years ago
  100. d1ee964 Fixed more gcc warnings by Phil Nash · 14 years ago