1. b5a5d9a Stop leaking some warning suppressions to user code by Phil Nash · 7 years ago
  2. 61e838e Reorganised (some) usage tests so they can be included multiple times by Phil Nash · 7 years ago
  3. 74d3dfd All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level by Phil Nash · 7 years ago[Renamed (97%) from projects/SelfTest/UsageTests/MiscTests.cpp]
  4. e34754e Split SelfTest test files into Usage and Introspective varieties by Phil Nash · 7 years ago[Renamed (85%) from projects/SelfTest/MiscTests.cpp]
  5. 56e1075 Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path by Phil Nash · 7 years ago
  6. 8da0d04 qualified a load of size_ts with std:: namespace (all those not from Clara) by Phil Nash · 7 years ago
  7. c5608f0 Changed all .hpp extensions to .h where there is now a corresponding .cpp by Phil Nash · 7 years ago
  8. f06ed85 Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master by Martin Hořeňovský · 7 years ago
  9. df5c31b Cleaned up the output a bit by Phil Nash · 7 years ago
  10. d01fe03 Removed <algorithm> include from the main path by Martin Hořeňovský · 7 years ago
  11. f193698 Removed all (that I could find) redundant second macro args to TEST_CASE and SECTION by Phil Nash · 7 years ago
  12. c874a99 Enabled c++11 tests in approvals by Phil Nash · 7 years ago
  13. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  14. 377c9a7 Cosmetic fixes (whitespace and spelling) by Martin Hořeňovský · 7 years ago
  15. 33ed177 Reworked stringification layer, removed Catch::toString by Martin Hořeňovský · 7 years ago
  16. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 7 years ago
  17. a2e20b0 "Fix" build by annotating the new test as !shouldfail by Martin Hořeňovský · 7 years ago
  18. ace7040 Add tests for #835 by Martin Hořeňovský · 7 years ago
  19. 4e6938d Moved matchers tests into their own file by Phil Nash · 7 years ago
  20. 5530303 Removed test for invoking String Matcher with NULL (this will no longer be supported) by Phil Nash · 7 years ago
  21. 1f271c9 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  22. 88b7602 Revert "XmlWriter reverts to XML 1.0." by Phil Nash · 7 years ago
  23. a189387 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  24. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  25. b1eeec7 -f supports quoted test names (test name surrounded with " characters). by Phil Nash · 8 years ago
  26. 5095619 Fixes for XML encoding. by Robert A Zeh · 8 years ago
  27. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  28. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  29. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  30. f3e7722 Don't introduce Catch::Matchers namespace in macro by Phil Nash · 9 years ago
  31. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  32. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  33. afcc38e Fixes for single include by Phil Nash · 9 years ago
  34. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  35. e085d48 Qualified path to xmlwriter to fix travis error by Phil Nash · 9 years ago
  36. 733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support by Phil Nash · 9 years ago
  37. d6e59cd Fixed Xml encoding by Phil Nash · 9 years ago
  38. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  39. 8edf4bf Removed signal handler test, for now (to avoid screwing up the approval tests) by Phil Nash · 10 years ago
  40. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 10 years ago
  41. 4aaf67f const_casts to get rid of warnings in new wchar_t tests by Phil Nash · 10 years ago
  42. c7cf0a9 Catch's Travis builds are using gcc that doesn't like the auto keyword by Ben Arnold · 10 years ago
  43. 7b0a84a toString handles wchar_t raw strings by Ben Arnold · 10 years ago
  44. d657b1b Removed use of variadic form of SUCCEED from tests - as per #284 by Phil Nash · 10 years ago
  45. 3bdc97d Suppressed a load of warnings by Phil Nash · 10 years ago
  46. f8cff10 First cut of new test spec parser code by Phil Nash · 10 years ago
  47. 31caba4 Added test for invisibles by Phil Nash · 10 years ago
  48. 48153e8 Considers endianness when printing raw memory into a string by Phil Nash · 10 years ago
  49. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 10 years ago
  50. fb90d38 Changed stdout/ stderr messages to be less misleading by Phil Nash · 11 years ago
  51. 3524321 Removed some cruft by Phil Nash · 11 years ago
  52. ca7292e Removed redundant MetaTestRunner by Phil Nash · 11 years ago
  53. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  54. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  55. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  56. 9aff9aa Integrated new section tracker. by Phil Nash · 11 years ago
  57. 9c39a5e Support [.] as alias for [hide] by Phil Nash · 11 years ago
  58. aee9b75 Now fully switched over to Clara-based command line with modified args by Phil Nash · 11 years ago
  59. 0c56269 test case for infinite loop by Phil Nash · 11 years ago
  60. 06548a5 Fix for #144 - string matchers now work with NULLs by Phil Nash · 11 years ago
  61. 29426b6 Added vector resize test by Phil Nash · 11 years ago
  62. 0db35c0 Cleaned up -Wpadded warning handling a bit more by Phil Nash · 11 years ago
  63. 35cb97f Cleaned up some stray tests by Phil Nash · 11 years ago
  64. 8b71158 Fixed reference to basic reporter (to console reporter) by Phil Nash · 12 years ago
  65. 37ce023 Removed mocked output logging tests in favour of approval tests by Phil Nash · 12 years ago
  66. 9444bbc Added AllOf and AnyOf matchers by Phil Nash · 12 years ago
  67. 47f679e Disabled WIP code by Phil Nash · 12 years ago
  68. 4104fb7 Random bits of clean-up by Phil Nash · 12 years ago
  69. 67ec870 First cut of command line support for tags by Phil Nash · 12 years ago
  70. fc1baac First cut of tags support by Phil Nash · 12 years ago
  71. a70fbe3 Completed NoAssertions warning implementation by Phil Nash · 12 years ago
  72. cda2149 Conditionally compile clang pragmas by Phil Nash · 12 years ago
  73. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  74. 8fbd8e0 Moved use of reporter into runner (our of Main, directly) by Phil Nash · 12 years ago
  75. 19b2aa6 Added cutoff option to command line by Phil Nash · 12 years ago
  76. 163088a Refactored command line parser to be more cohesive by Phil Nash · 12 years ago
  77. 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
  78. a976c07 Fixed section ordering issue by Phil Nash · 12 years ago
  79. b213202 Added self-test for section ordering by Phil Nash · 12 years ago
  80. 53c990a ARC support for Object-C projects by Phil Nash · 12 years ago
  81. a6a40b3 Added a handful of "built-in" matchers by Phil Nash · 12 years ago
  82. eca5637 First cut of Matcher support by Phil Nash · 12 years ago
  83. 56a02ee Added test for previous change by Phil Nash · 12 years ago
  84. af8d0b3 Fixed trim() for single char strings (github #75) by Phil Nash · 12 years ago
  85. e1a2480 Cleaned up summary reporting by Phil Nash · 12 years ago
  86. 0b09d1c Fixed GitHub Issue #70 by Phil Nash · 12 years ago
  87. a162e22 Added CHECKED_IF and CHECKED_ELSE by Phil Nash · 12 years ago
  88. 458e5ee Xcode 4, warnings and MinGW by Phil Nash · 13 years ago
  89. 823ea3e Re-org by Phil Nash · 13 years ago[Renamed (98%) from Test/MiscTests.cpp]
  90. b708789 First cut of single-evaluation fix by Phil Nash · 13 years ago
  91. 088d700 Fixed lazy reporting for nested sections by Phil Nash · 13 years ago
  92. 8087f57 Fixed null string reporting issue by Phil Nash · 13 years ago
  93. 6bfc1b6 Fixed self test by Phil Nash · 13 years ago
  94. a243a23 More complete fix for nested sections by Phil Nash · 13 years ago
  95. 70e7d7f Further improved nested sections by Phil Nash · 13 years ago
  96. d944e69 Moved generator tests into their own file by Phil Nash · 14 years ago
  97. ffcde2d Fixed self test by Phil Nash · 14 years ago
  98. 5cad9d5 Multiple generators working and factored out a bit better by Phil Nash · 14 years ago
  99. c2b96d7 First cut of generators by Phil Nash · 14 years ago
  100. 684baf1 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ by Phil Nash · 14 years ago