1. 30cebd6 Added some missing source files (including all SurrogateCpps) to CMake project. by Phil Nash · 8 years ago
  2. 31861bb rebased following recent changes by Phil Nash · 8 years ago
  3. b1eeec7 -f supports quoted test names (test name surrounded with " characters). by Phil Nash · 8 years ago
  4. 5095619 Fixes for XML encoding. by Robert A Zeh · 8 years ago
  5. 1c47fe0 Updated embedded Clara to 0.0.2.3 by Phil Nash · 8 years ago
  6. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  7. f895e0d Rebased approvals following colour changes by Phil Nash · 8 years ago
  8. 8ccb18d Added --use-colour option to give finer control over colourisation. by Phil Nash · 8 years ago
  9. 5262e61 Approvals for Matcher change (added comma) by Phil Nash · 9 years ago
  10. 84d1c08 Keep Xcode 7.1 happy by Phil Nash · 9 years ago
  11. 722315a Removed some trailing whitespace by Phil Nash · 9 years ago
  12. d274fc5 Added noexcept to CustomStdException destructor by Phil Nash · 9 years ago
  13. 0e64973 Added support for manually registering test functions. As discussed in #421 by Phil Nash · 9 years ago
  14. a49f088 exception translators considered even for types deriving from std::exception, now by Phil Nash · 9 years ago
  15. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  16. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  17. f3e7722 Don't introduce Catch::Matchers namespace in macro by Phil Nash · 9 years ago
  18. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  19. c81778e Fixed CMake file by Phil Nash · 9 years ago
  20. f5642be Fixed reversed logic of NoAssertions warning check by Phil Nash · 9 years ago
  21. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  22. bc8840c Removed deprecated section tracking implementation and tests by Phil Nash · 9 years ago
  23. 471bd25 Approved changes due to "No assertions" warnings now firing correctly on inner sections by Phil Nash · 9 years ago
  24. 0b523db Converted all new part tracking tests/ sections to non variadic form by Phil Nash · 9 years ago
  25. b851592 Moved all new tracking impl into catch_test_case_tracker.pp by Phil Nash · 9 years ago
  26. 3deb3e0 Removed the "part" component of the tracker names by Phil Nash · 9 years ago
  27. 73a140f More minor tweaks by Phil Nash · 9 years ago
  28. ef62b57 Added tests for failing a section within a generator by Phil Nash · 9 years ago
  29. f4389b4 more minor clean-ups by Phil Nash · 9 years ago
  30. 4b99be6 Cleaned tests up a bit by Phil Nash · 9 years ago
  31. 293e54d Added IndexTracker and got it working with a single generator by Phil Nash · 9 years ago
  32. 9a6a086 More name changes by Phil Nash · 9 years ago
  33. 2c6411e Tweaks by Phil Nash · 9 years ago
  34. 1cb9939 First cut of new section/ part tracking by Phil Nash · 9 years ago
  35. d43a47e Refactored stream related stuff by Phil Nash · 9 years ago
  36. afcc38e Fixes for single include by Phil Nash · 9 years ago
  37. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  38. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  39. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  40. 0edebf4 approvals rebase by Phil Nash · 9 years ago
  41. e085d48 Qualified path to xmlwriter to fix travis error by Phil Nash · 9 years ago
  42. 7097551 rebased approvals for long long test by Phil Nash · 9 years ago
  43. 733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support by Phil Nash · 9 years ago
  44. d6e59cd Fixed Xml encoding by Phil Nash · 9 years ago
  45. 7286892 Exception message assertions now work with matchers by Phil Nash · 9 years ago
  46. 2104ca2 Exception message testing now supports wildcards by Phil Nash · 9 years ago
  47. 85de743 Added _THROWS_WITH macros - asserts on exception message by Phil Nash · 9 years ago
  48. d6f1446 Fixed an issue on some compilers with implicit conversion from nullptr to Ptr by Phil Nash · 9 years ago
  49. 088c5bc --filenames-as-tags by Phil Nash · 9 years ago
  50. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  51. 8cc1108 Use <= operator instead of ->* for decomposer by Phil Nash · 9 years ago
  52. 6ed74b5 changed hex threshold on ints to 255 by Phil Nash · 9 years ago
  53. bfa3f86 Removed some more warnings by Phil Nash · 9 years ago
  54. 2fc9de9 Updated approvals following merge of develop back to master by Phil Nash · 9 years ago
  55. d9fbc62 Merged from develop by Phil Nash · 9 years ago
  56. 856468c Rebased to include new --force-colour tests by Phil Nash · 9 years ago
  57. e5280b2 Add --force-colour option to force colour output. by Peter Huene · 9 years ago
  58. 5018320 Added tests for toString<std::tuple<>> and rebased by Phil Nash · 10 years ago
  59. 75a08bb Merge branch 'tuple_to_string' of https://github.com/PureAbstract/Catch into PureAbstract-tuple_to_string by Phil Nash · 10 years ago
  60. c6635a7 Added type attribute to xml reporter output by Phil Nash · 10 years ago
  61. 6817bb0 Fixed up xml reporter and rebased by Phil Nash · 10 years ago
  62. 3c8c9b2 rebased by Phil Nash · 10 years ago
  63. fa751e6 FIxed a couple of test names by Phil Nash · 10 years ago
  64. 3dc3763 Rebased by Phil Nash · 10 years ago
  65. 8ec959e TeamCity reporter work by Phil Nash · 10 years ago
  66. 458b3ae Fixed replace(inPlace) function by Phil Nash · 10 years ago
  67. db0421e First commit of (in progress) TeamCity reporter by Phil Nash · 10 years ago
  68. 0dd214f tags with . prefix are all hidden by Phil Nash · 10 years ago
  69. ff9e51d toString( int ) uses hex for large values by Phil Nash · 10 years ago
  70. a99e75b Made approvals more platform agnostic by Phil Nash · 10 years ago
  71. aaa1970 More generic and maintainable makefile. Fixes #348 by Jamie Bullock · 10 years ago
  72. 81fc6d7 Remove missing catch_self_test.cpp, fixes #348 by Jamie Bullock · 10 years ago
  73. a5dca3d removed some warnings by Phil Nash · 10 years ago
  74. 383d7c0 Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT by Phil Nash · 10 years ago
  75. 8ec9a5a Updated project for Xcode 6 by Phil Nash · 10 years ago
  76. d4e5f18 Merged group name commit from develop by Phil Nash · 10 years ago
  77. 3e1d3c7 Give (currently not used, so global only) group a name by Phil Nash · 10 years ago
  78. 886ef16 Some minor tidy-up/ style alignment of recent toString merges by Phil Nash · 10 years ago
  79. f559a51 ToStringTuple - gcc doesn't like tuple init_list ctor by Andy Sawyer · 10 years ago
  80. 13cbdf7 Add tests for toString(std::tuple<...>) by Andy Sawyer · 10 years ago
  81. 5ea3266 Added baselines for new test cases by Phil Nash · 10 years ago
  82. ee5e7ed Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  83. dd22431 Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  84. fdbbb2c Updated CMakeLists.txt for toString work by Andy Sawyer · 10 years ago
  85. abf9ffc A bunch of Catch::toString tests by Andy Sawyer · 10 years ago
  86. 142f8f4 SelfTest: Build as C++11, add EnumToString tests by Andy Sawyer · 10 years ago
  87. 000e746 SelfTest: refresh makefile by Andy Sawyer · 10 years ago
  88. cb8fe47 Approvals for develop branch by Phil Nash · 10 years ago
  89. 8edf4bf Removed signal handler test, for now (to avoid screwing up the approval tests) by Phil Nash · 10 years ago
  90. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 10 years ago
  91. 8b5a4e9 Added approvals for new tests by Phil Nash · 10 years ago
  92. 4aaf67f const_casts to get rid of warnings in new wchar_t tests by Phil Nash · 10 years ago
  93. 7bc0b44 Merge branch 'master' of https://github.com/jbrwilkinson/Catch by Phil Nash · 10 years ago
  94. c7cf0a9 Catch's Travis builds are using gcc that doesn't like the auto keyword by Ben Arnold · 10 years ago
  95. 7b0a84a toString handles wchar_t raw strings by Ben Arnold · 10 years ago
  96. 63005a1 Added SCENARIO_METHOD for BDD testing with fixtures. by James Wilkinson · 10 years ago
  97. 3ff3acf Approvals for last change by Phil Nash · 10 years ago
  98. d89e74f Format floats like doubles when printing - but add ‘f’ suffix (a lá #291) by Phil Nash · 10 years ago
  99. 23181ee Section no longer relies on copy-elision for correctness by Phil Nash · 10 years ago
  100. 08e5296 Regenerated single include and baselines by Phil Nash · 10 years ago