1. cb8fe47 Approvals for develop branch by Phil Nash · 10 years ago
  2. 8edf4bf Removed signal handler test, for now (to avoid screwing up the approval tests) by Phil Nash · 10 years ago
  3. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 10 years ago
  4. 8b5a4e9 Added approvals for new tests by Phil Nash · 10 years ago
  5. 4aaf67f const_casts to get rid of warnings in new wchar_t tests by Phil Nash · 10 years ago
  6. 7bc0b44 Merge branch 'master' of https://github.com/jbrwilkinson/Catch by Phil Nash · 10 years ago
  7. c7cf0a9 Catch's Travis builds are using gcc that doesn't like the auto keyword by Ben Arnold · 10 years ago
  8. 7b0a84a toString handles wchar_t raw strings by Ben Arnold · 10 years ago
  9. 63005a1 Added SCENARIO_METHOD for BDD testing with fixtures. by James Wilkinson · 10 years ago
  10. 3ff3acf Approvals for last change by Phil Nash · 10 years ago
  11. d89e74f Format floats like doubles when printing - but add ‘f’ suffix (a lá #291) by Phil Nash · 10 years ago
  12. 23181ee Section no longer relies on copy-elision for correctness by Phil Nash · 10 years ago
  13. 08e5296 Regenerated single include and baselines by Phil Nash · 10 years ago
  14. 9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. by Phil Nash · 10 years ago
  15. d657b1b Removed use of variadic form of SUCCEED from tests - as per #284 by Phil Nash · 10 years ago
  16. 061861d Approved tag alias tests by Phil Nash · 10 years ago
  17. 1d210eb Tag aliases feature by Phil Nash · 10 years ago
  18. 9438a03 Big assertion capture refactoring. by Phil Nash · 10 years ago
  19. 1479681 Approved new test case by Phil Nash · 10 years ago
  20. 7cbf740 Tweaked rawMemoryToString() along lines of suggestion in #281 by Phil Nash · 10 years ago
  21. a2d8f77 Approved new test output by Phil Nash · 10 years ago
  22. 2c9e9ac Fixed space separated lists of test specs by Phil Nash · 10 years ago
  23. baf181f Minor fixes to a couple of test names by Phil Nash · 10 years ago
  24. 3bdc97d Suppressed a load of warnings by Phil Nash · 10 years ago
  25. 7139035 Updated approvals after adding extra tests by Phil Nash · 10 years ago
  26. fcf0deb Fixed issue with wildcards at the start of a string by Phil Nash · 10 years ago
  27. 9bf43e7 Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code by Phil Nash · 10 years ago
  28. 766491a Approved all the changes following name/ tag parser rework by Phil Nash · 10 years ago
  29. b1e7d16 Moved catch_test_spec.h to catch_test_spec.hpp by Phil Nash · 10 years ago
  30. ae75b37 Switched over to new name/ tag parser by Phil Nash · 10 years ago
  31. 56b8d3a Moved new test spec code into appropriate header by Phil Nash · 10 years ago
  32. 72e6769 Small test spec parser refactoring by Phil Nash · 10 years ago
  33. f8cff10 First cut of new test spec parser code by Phil Nash · 10 years ago
  34. 5a2df71 build 42: “compact” reporter - thanks to Martin Moene by Phil Nash · 10 years ago
  35. 1a6f2a0 Changed the way noexcept support is handled to (hopefully) fix #275 and #273 by Phil Nash · 11 years ago
  36. 31caba4 Added test for invisibles by Phil Nash · 11 years ago
  37. 48153e8 Considers endianness when printing raw memory into a string by Phil Nash · 11 years ago
  38. a020865 Sections are, once again, eagerly entered. by Phil Nash · 11 years ago
  39. 87891cf Updated approval tests baselines by Phil Nash · 11 years ago
  40. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 11 years ago
  41. 1bccc03 Secondary fix for #270 (addresses same issue with CHECK) by Phil Nash · 11 years ago
  42. a176b93 Fix for #270 (REQUIRE continues if test throws an exception). by Phil Nash · 11 years ago
  43. e9d3537 re-approved following recent command line description tweak by Phil Nash · 11 years ago
  44. fd879f7 Build 28 - new version of Clara - removed command line tests by Phil Nash · 11 years ago
  45. b9fea75 New version of Clara. by Phil Nash · 11 years ago
  46. c98a97c Tweaked Cliche macros/ names by Phil Nash · 11 years ago
  47. 4554155 Made Clara a “Cliche” header, which will be usable independently of Catch. by Phil Nash · 11 years ago
  48. e091018 Fixes toString() for function pointers and added support for member function pointers. by Phil Nash · 11 years ago
  49. 886d9d3 Reporter command line parser errors more eagerly by Phil Nash · 11 years ago
  50. 1aa60fa Changed Approx::toString() to be implemented in terms of toString( double ) (as proposed in #233) by Phil Nash · 11 years ago
  51. fb90d38 Changed stdout/ stderr messages to be less misleading by Phil Nash · 11 years ago
  52. 557b3bd Made SUCCESS variadic too (optional stream) by Phil Nash · 11 years ago
  53. 9d7b779 build 19 by Phil Nash · 11 years ago
  54. 859760a Build 18 by Phil Nash · 11 years ago
  55. b462520 Test for FAIL that doesn’t take an argument by Phil Nash · 11 years ago
  56. a1e87a4 trim test/ section names in xml reporter by Phil Nash · 11 years ago
  57. de49ec4 Fixed broken single header following script change by Phil Nash · 11 years ago
  58. 3524321 Removed some cruft by Phil Nash · 11 years ago
  59. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  60. ba13f3f Restored second arg to a TEST_CASE for non variadic compilers by Phil Nash · 11 years ago
  61. ca7292e Removed redundant MetaTestRunner by Phil Nash · 11 years ago
  62. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  63. 4f57c8c Print warnings if no assertions and not running with -s by Phil Nash · 11 years ago
  64. 93a945c Fixed uninitialised members in Context object by Phil Nash · 11 years ago
  65. aafed30 Added an extra tag test by Phil Nash · 11 years ago
  66. a35ee20 Filter out version number from approval tests by Phil Nash · 11 years ago
  67. 16c21ee No, really trim paths in approval tests down to just filenames by Phil Nash · 11 years ago
  68. 1e74938 Trim paths in approval tests down to filenames by Phil Nash · 11 years ago
  69. 2f7a296 Split approve file into multiple files by Phil Nash · 11 years ago
  70. 41b27af Fix for comma separated tags on the command line - also added more test for tags by Phil Nash · 11 years ago
  71. 1e2f1d1 Fixes toString forward reference issue: by Phil Nash · 11 years ago
  72. f7378ee Fixed string indexing bug by Phil Nash · 11 years ago
  73. 4611871 Build 8 - includes command line tweaks and fixes for durations by Phil Nash · 11 years ago
  74. 1870ca8 Some Clara/ command line clean-up and tweaks by Phil Nash · 11 years ago
  75. 3faa412 Removed basic reporter by Phil Nash · 11 years ago
  76. 11b5179 Redacted test durations from JUnit reporter output in approval test script by Phil Nash · 11 years ago
  77. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 11 years ago
  78. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  79. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  80. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago
  81. 28d3881 Merged TestCaseTracker and SectionTracker and introduced TestCaseTracker::Guard by Phil Nash · 11 years ago
  82. 9aff9aa Integrated new section tracker. by Phil Nash · 11 years ago
  83. 6a484fd Reworked SectionTracker and moved into own header by Phil Nash · 11 years ago
  84. 372a6c6 Small fixes and started new section tracking code by Phil Nash · 11 years ago
  85. ad7445d build 5 - added throw() to streambuf destructor overrides (#182) by Phil Nash · 11 years ago
  86. 3907559 build 4 by Phil Nash · 11 years ago
  87. 109f46a Fixed broken test by Phil Nash · 11 years ago
  88. 066a638 Fix for #179 by Phil Nash · 11 years ago
  89. 4b5e008 guard NOMINMAX definition (windows) by Phil Nash · 11 years ago
  90. cd68830 Build 2 by Phil Nash · 11 years ago
  91. 5d26ca1 Static assertion for && and || expressions by Phil Nash · 11 years ago
  92. a9b346b Removed line numbers from approval tests of xml too by Phil Nash · 11 years ago
  93. 40b8c77 Removed line numbers from approval tests by Phil Nash · 11 years ago
  94. b5fd5a6 INFO and CAPTURE are now scoped by Phil Nash · 11 years ago
  95. 0d35730 INFOs only reset at assertion if consumed by Phil Nash · 11 years ago
  96. 239fa28 Added run without -s to approvals by Phil Nash · 11 years ago
  97. 47751e4 Approved [.] change by Phil Nash · 11 years ago
  98. 9c39a5e Support [.] as alias for [hide] by Phil Nash · 11 years ago
  99. 2352043 Big merge from Integration - now v1.0 build 1 by Phil Nash · 11 years ago
  100. c57ebc8 Approved latest changes by Phil Nash · 11 years ago