1. 47eb9b3 Fix #914 being removed during last merge by Martin Hořeňovský · 7 years ago
  2. 8fde7ab Add tests for *_THROWS_MATCHES by Martin Hořeňovský · 7 years ago
  3. c465fbd Slight documentation improvements by Martin Hořeňovský · 7 years ago
  4. 950cae9 Added new assertion macros: `*_THROWS_WITH` by Martin Hořeňovský · 7 years ago
  5. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  6. b459bb4 Silence GCC's Wunused-function firing in compilation tests by Martin Hořeňovský · 7 years ago
  7. 1e16be0 Purge deprecated generators by Martin Hořeňovský · 7 years ago
  8. 47c8994 Inherit from NonCopyable to disable RegisterHub copies by Martin Hořeňovský · 7 years ago
  9. 860de28 Catch and register startup exceptions in autoregistrars by Martin Hořeňovský · 7 years ago
  10. da0edcb Collect startup exceptions instead of throwing them by Martin Hořeňovský · 7 years ago
  11. 0020747 Generate single header even if output dir does not exist by Martin Hořeňovský · 7 years ago
  12. 3e018ef Add link to external gcov/lcov example to documentation by Martin Hořeňovský · 7 years ago
  13. adb66f5 Don't include warning headers from catch_xmlwriter.hpp by Martin Hořeňovský · 7 years ago
  14. 377c9a7 Cosmetic fixes (whitespace and spelling) by Martin Hořeňovský · 7 years ago
  15. ea48ae0 Add test for #914 (stringify truthy exprs in standard way) by Martin Hořeňovský · 7 years ago
  16. 2d1739b ExpressionLhs reconstruction based on value, not truthiness (#914) by twhittock · 7 years ago
  17. 1c59034 Merge pull request #911 from dvirtz/master by Martin Hořeňovský · 7 years ago
  18. 52a8478 Add Inscopix to commercial users by Martin Hořeňovský · 7 years ago
  19. 169e260 Enable colourized output while in debugger by Martin Hořeňovský · 7 years ago
  20. 67914d8 Move back to static StringMaker<T>::convert by Martin Hořeňovský · 7 years ago
  21. 3e328f5 Merge pull request #913 from Carrotstrip/master by Martin Hořeňovský · 7 years ago
  22. b18e675 fixed spelling error by Austin L Wolfgram · 7 years ago
  23. 4b086bd added target name to test name and labels by dvirtz · 7 years ago
  24. aac594a add option to print debug messages by dvirtz · 7 years ago
  25. a49fa0e use absolute path to test files - accroding to CMake docs EXISTS behavior is well-defined only for full paths. by dvirtz · 7 years ago
  26. d271683 Added release process notes/checklist/explanation by Martin Hořeňovský · 7 years ago
  27. 0bb8e12 Merge branch 'master' of https://github.com/awglyde/Catch by Martin Hořeňovský · 7 years ago
  28. 32d97ca Fixed missing ` in tag documentation by Martin Hořeňovský · 7 years ago
  29. bc93b29 Expanded tag documentation by Martin Hořeňovský · 7 years ago
  30. df5cf2d Minor fixup in updateVcpkgPackage.py by Martin Hořeňovský · 7 years ago
  31. b62c025 Merge branch 'master' of https://github.com/philsquared/Catch by Martin Hořeňovský · 7 years ago
  32. 1ea84cb Expanded logging documentation by Martin Hořeňovský · 7 years ago
  33. 2a5d373 Merge pull request #908 from pJunger/patch-1 by Martin Hořeňovský · 7 years ago
  34. 3dcc923 v1.9.4 by Martin Hořeňovský · 7 years ago
  35. 589c400 Typo fix by Martin Hořeňovský · 7 years ago
  36. 31f5e2e Updated documentation about stringifying UDTs by Martin Hořeňovský · 7 years ago
  37. d4e0b1d Added namespace in method testCaseEnded by Patrick Junger · 7 years ago
  38. b8443e6 Added Win32 UNICODE wmain support (#903) by Antonio Di Monaco · 7 years ago
  39. 85aa770 Disable unreachable code warning for TrickyTests.cpp by Martin Hořeňovský · 7 years ago
  40. f82e312 Attempt at fixing compilation on OSX by Martin Hořeňovský · 7 years ago
  41. bffef1b Fix alignment for Catch::Option by Martin Hořeňovský · 7 years ago
  42. 7e14232 Fix C4702 (unreachable code) in generators by Martin Hořeňovský · 7 years ago
  43. d7eb041 Fix compilation on non-OSX platforms by Martin Hořeňovský · 7 years ago
  44. 8c757cc Removed need for Error class to capture stream inserted strings into exceptions by Phil Nash · 7 years ago
  45. bada67b Rebased approvals by Phil Nash · 7 years ago
  46. 4c5af20 Added CATCH_ENFORCE (and updated CATCH_INTERNAL_ERROR to be stream based) by Phil Nash · 7 years ago
  47. 687437f converted IStreamingReporter to unique_ptr by Phil Nash · 7 years ago
  48. ef8b72c Changed dynamic_pointer_casts to static_pointer_casts by Phil Nash · 7 years ago
  49. 5604ec7 Updated toString documentation by Martin Hořeňovský · 7 years ago
  50. a9128d0 More macros are now variadic by Martin Hořeňovský · 7 years ago
  51. c5c3d36 Added std:: qualification to nullptr_t by Martin Hořeňovský · 7 years ago
  52. 33ed177 Reworked stringification layer, removed Catch::toString by Martin Hořeňovský · 7 years ago
  53. 6f012f2 Added warning if source file cannot be found by Benjamin R. Jack · 7 years ago
  54. 98e61c3 Approval tests now see different line endings as ok by Martin Hořeňovský · 7 years ago
  55. e641485 Updated approval tests by Martin Hořeňovský · 7 years ago
  56. a3ceb8f Approval tests now can deal with different expansions of errno by Martin Hořeňovský · 7 years ago
  57. b819432 Don't clear out all messages upon printing an assertion. by Martin Hořeňovský · 7 years ago
  58. 9ceae8f CMake binaries are now conditionally enabled by Martin Hořeňovský · 7 years ago
  59. 40130e5 Fix order of arguments in CATCH_FAIL macro by Martin Hořeňovský · 7 years ago
  60. 5ffc8a8 Fix order of arguments in CATCH_FAIL and nonvariadic INTERNAL_CATCH_MSG by Martin Hořeňovský · 7 years ago
  61. 6e0fa4b Update opensource-users.md by JayAndCatchFire · 7 years ago
  62. 316cb28 Added missing <memory> includes by Phil Nash · 7 years ago
  63. 51c143b Added test for assertion with comma by Phil Nash · 7 years ago
  64. d17d94e Made INTERNAL_CATCH_TEST variadic so commas in assertions work by Phil Nash · 7 years ago
  65. 8ccbf63 Removed Ptr, Shared and SharedImpl by Phil Nash · 7 years ago
  66. e6094a9 migrated (Reporter) Nodes to std::shared_ptr by Phil Nash · 7 years ago
  67. 851e40a migrated Pattern to std::shared_ptr by Phil Nash · 7 years ago
  68. 0807a69 migrated ITracker to std::shared_ptr by Phil Nash · 7 years ago
  69. 44cccde Migrated ITestCase to std::shared_ptr by Phil Nash · 7 years ago
  70. 0844d6e Migrated IStreamingReporter from Ptr to std::shared_ptr by Phil Nash · 7 years ago
  71. a96f25c Some listener and factory clean-ups by Phil Nash · 7 years ago
  72. dd78824 Migrated IReporterFactory to std::shared_ptr by Phil Nash · 7 years ago
  73. 338ba6b Migrated Config and IConfig to shared_ptr (from Ptr) by Phil Nash · 7 years ago
  74. 41afd0c Removed copy ctor, assignment operator and swap from TestCaseInfo by Phil Nash · 7 years ago
  75. 602b62f Removed legacy reporter support by Phil Nash · 7 years ago
  76. de348b9 Removed VS 2013 from AppVeyor by Martin Hořeňovský · 7 years ago
  77. c1835ec Removed gcc 4.7 from travis by Martin Hořeňovský · 7 years ago
  78. e749724 A load more C++11 tweaks - mostly moving initialisations from constructors to inline by Phil Nash · 7 years ago
  79. cc8206f Removed SafeBool by Phil Nash · 7 years ago
  80. e1bca70 Most of Assertion macros are now variadic by Martin Hořeňovský · 7 years ago
  81. 53864de Fix MSVC compilation error by Martin Hořeňovský · 7 years ago
  82. b245eaa Fix double-to-float conversion warning in tests by Martin Hořeňovský · 7 years ago
  83. be0fc60 Updated version number for v2 development and removed single include (for now). by Phil Nash · 7 years ago
  84. a0ada2e v1.9.3 by Phil Nash · 7 years ago
  85. e4694f5 Removed errant uses of uint64_t fixes #894 by Phil Nash · 7 years ago
  86. 61ac340 Enabled SFINAE stream test by Phil Nash · 7 years ago
  87. 569d355 Removed C++11 config macro docs by Phil Nash · 7 years ago
  88. 79650e4 Removed more C++98/03 compatibility by Phil Nash · 7 years ago
  89. 5c8ea03 Removed debug break support for PowerPC Macs by Phil Nash · 7 years ago
  90. 2420224 Use std::chrono for Timer to eliminate platform dependency by Phil Nash · 7 years ago
  91. 67005d2 Removed more redundant compatibility stuff from timer by Phil Nash · 7 years ago
  92. f57f96f Removed pre-C++11 versions of Clang (3.4) and GCC (4.4) by Phil Nash · 7 years ago
  93. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 7 years ago
  94. 97707af Removed catch_type_traits from CMakeLists.txt by Phil Nash · 7 years ago
  95. 1f3ba8a Converted (almost) all for-loops with iterators or indices to range-based by Phil Nash · 7 years ago
  96. 073377a CMake defaults to C++11 by Phil Nash · 7 years ago
  97. 6a09425 Remove C++98 backcompat from evaluate by Martin Hořeňovský · 7 years ago
  98. c6e5738 Remove c++98 backcompat from timer by Martin Hořeňovský · 7 years ago
  99. c6980ec Remove C++98 backcompat from toString by Martin Hořeňovský · 7 years ago
  100. 7c90066 Removed superfluous reimplementation of type traits by Martin Hořeňovský · 7 years ago