1. 646e1f6 Make Catch2ConfigVersion.cmake be generated as arch-independent by Martin Hořeňovský · 6 years ago
  2. 0646e02 Disable installation step when Catch is used as a subproject by Martin Hořeňovský · 6 years ago
  3. f061dab Add ExtraTests infrastructure by Martin Hořeňovský · 6 years ago
  4. 7f18282 Allow overriding of Python interpreter by David Seifert · 6 years ago
  5. 15cf3ca v2.3.0 by Martin Hořeňovský · 6 years ago
  6. 797d3b0 Reinstate CATCH_BUILD_TESTING CMake option by Martin Hořeňovský · 6 years ago
  7. 1af60ef Separate Catch2Config from targets by Martin Hořeňovský · 6 years ago
  8. ed582bd Include contrib in installation by Martin Hořeňovský · 6 years ago
  9. 0eb99fb Add option to not install documentation by Paul le Roux · 6 years ago
  10. 44722f9 Integrate CMake with `<catch2/catch.hpp>` include paths by Martin Hořeňovský · 6 years ago
  11. d2a130f v2.2.3 by Martin Hořeňovský · 6 years ago
  12. 0074926 Provide a polyfill over `std::to_string` by Martin Hořeňovský · 6 years ago
  13. e92b9c0 Add an experimental new way of capturing stdout/stderr by Martin Hořeňovský · 6 years ago
  14. f00257e Call listeners before calling reporters by Martin Hořeňovský · 6 years ago
  15. d2d8455 v2.2.2 by Martin Hořeňovský · 6 years ago
  16. 1ca8f43 Add PredicateMatcher that takes an arbitrary predicate functions by Martin Hořeňovský · 6 years ago
  17. 0a34cc2 v2.2.1 by Martin Hořeňovský · 7 years ago
  18. d14b756 v2.2.0 by Martin Hořeňovský · 7 years ago
  19. d38f782 Ensure Catch2ConfigVersion.cmake is installed properly by Bastian Dörig · 7 years ago
  20. ca8470f https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default by dvirtz · 7 years ago
  21. 355b3f9 Add option to warn when no tests ran by dvirtz · 7 years ago
  22. 7cbd0b5 v2.1.2 by Martin Hořeňovský · 7 years ago
  23. b5ef68b Force MSVC to use utf-8 by Martin Hořeňovský · 7 years ago
  24. 39bfc6e Export Catch as a CMake package and 'linkable' target by Daniel J. Rollins · 7 years ago
  25. ba6d33f Enable -Wpedantic, fix unconditional use of C++14 extension by Martin Hořeňovský · 7 years ago
  26. 5201e92 Redirect std::uncaught_exception to Catch::uncaught_exception by Josh Lospinoso · 7 years ago
  27. 62dae59 v2.1.1 by Martin Hořeňovský · 7 years ago
  28. b0f4f16 Namespace Catch CMake options by David Seifert · 7 years ago
  29. 1e3ddbb Specify VERSION in modern CMake by David Seifert · 7 years ago
  30. 0d687a1 Change CMake project name to 'Catch2' by David Seifert · 7 years ago
  31. bdf431c Install documentation by David Seifert · 7 years ago
  32. a035998 Use CTest to control test suite via BUILD_TESTING by David Seifert · 7 years ago
  33. 8d4074a Use `GNUInstallDirs` module by David Seifert · 7 years ago
  34. 07c84ad Allow disabling -Werror in CMake by Martin Hořeňovský · 7 years ago
  35. cd76f57 v2.1.0 by Martin Hořeňovský · 7 years ago
  36. c3a1143 Cleanly override warning level for SelfTest in MSVC by philsquared · 7 years ago
  37. f580591 Test different way of excluding system headers by Martin Hořeňovský · 7 years ago
  38. 51e281a Simplify code coverage CMake toggle by Martin Hořeňovský · 7 years ago
  39. 45a4657 Add codecov.io coverage collection from AppVeyor by Martin Hořeňovský · 7 years ago
  40. 67f734c Remove system headers when preprocessing coverage report by Martin Hořeňovský · 7 years ago
  41. e344984 Add codecov.io coverage tracking by Martin Hořeňovský · 7 years ago
  42. ae1547e Add extra tests to ctest by Martin Hořeňovský · 7 years ago
  43. 87c125e Enable Werror for dev builds by Martin Hořeňovský · 7 years ago
  44. a8a1c37 Introduce a way to intentionally expose interface for use in tests by Martin Hořeňovský · 7 years ago
  45. f36817e Check single-header using test examples by Martin Hořeňovský · 7 years ago
  46. 85de072 Add examples subdirectory to CMake build; included if BUILD_EXAMPLES is true by Martin Moene · 7 years ago
  47. 98d4c49 Provide ConsoleReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  48. a096e4b Provide XmlReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  49. 4b3730d Provide JunitReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  50. 6acdacf Provide CompactReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  51. 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
  52. e34754e Split SelfTest test files into Usage and Introspective varieties by Phil Nash · 7 years ago
  53. 0b1f1b1 Add ULP and margin matcher by Martin Hořeňovský · 7 years ago
  54. 868e125 Moved a lot of stream related stuff out of the public headers and replaced more ostream dependencies with iosfwd by Phil Nash · 7 years ago
  55. a20b286 Improve travis.yml by Martin Hořeňovský · 7 years ago
  56. 7a562d3 Cleanup CMakelists.txt by Martin Hořeňovský · 7 years ago
  57. fa9c420 Replace include_directories() with target_include_directories() by Martin Moene · 7 years ago
  58. b119ebd v2.0.1 release by Phil Nash · 7 years ago
  59. ae21020 dev build 6 by Martin Hořeňovský · 7 years ago
  60. 601b288 Remove superfluous define from cmake project by Martin Hořeňovský · 7 years ago
  61. 3049445 Remove benchmark binary from main cmake list by Martin Hořeňovský · 7 years ago
  62. c672512 Fix C4601 and enable C4602 warning for internal builds by Martin Hořeňovský · 7 years ago
  63. c7d9f02 Add pkg-config support by Martin Hořeňovský · 7 years ago
  64. 79b405f Add stringification for std::chrono::{duration,time_point} by Martin Hořeňovský · 7 years ago
  65. 9aa9671 Sweep out some extra warnings by Martin Hořeňovský · 7 years ago
  66. ca7021a Reflected file extension changes in CMakeLists.txt file by Phil Nash · 7 years ago
  67. ab5d176 Fix/disable failing approval tests by Martin Hořeňovský · 7 years ago
  68. b3a9231 Actually fix AppVeyor ctest by Martin Hořeňovský · 7 years ago
  69. 35bad89 Fix ctest failure on windows by Martin Hořeňovský · 7 years ago
  70. 3a5b951 Make approval tests part of ctest by Martin Hořeňovský · 7 years ago
  71. e871742 Move session to internal, split apart implementation by Martin Hořeňovský · 7 years ago
  72. 6388fc9 Remove last usage of NotImplementedException by Martin Hořeňovský · 7 years ago
  73. 0673b9b Split RNG related things into its own file by Martin Hořeňovský · 7 years ago
  74. 5932576 Split writeToDebugConsole out of main path by Martin Hořeňovský · 7 years ago
  75. 24af32f Add define that pulls in reporter and listeners interfaces by Martin Hořeňovský · 7 years ago
  76. 94d347b Removed StringData by Phil Nash · 7 years ago
  77. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  78. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 7 years ago
  79. 11295a2 Make catch_stream.hpp a standard .cpp file by Martin Hořeňovský · 7 years ago
  80. ee9b19e Moved matcher-based capture macros into their own file by Phil Nash · 7 years ago
  81. 8c95a81 Removed all (well, most) of the redundant, ResultBuilder-based, code by Phil Nash · 7 years ago
  82. f247ce5 First cut of new AssertionHandler/ Decomposer by Phil Nash · 7 years ago
  83. f45d35c Added benchmark tests by Phil Nash · 7 years ago
  84. a9b6813 First draft of (experimental) benchmarking support by Phil Nash · 7 years ago
  85. 85e14c5 Move some compile-time dispatch to runtime by Martin Hořeňovský · 7 years ago
  86. feca97d Split out internal error macros from the common path by Martin Hořeňovský · 7 years ago
  87. d4e796c Move Section(End)Info bodies to proper .cpp file by Martin Hořeňovský · 7 years ago
  88. 33fd54a Split Option<T> and TagAlias definitions away from the main include path by Martin Hořeňovský · 7 years ago
  89. a75eaa3 Split out more headers into separate .cpp files by Martin Hořeňovský · 7 years ago
  90. 9de729b General cleanup by Martin Hořeňovský · 7 years ago
  91. 1a96175 Split out helper functions on std::string from catch_common.h by Martin Hořeňovský · 7 years ago
  92. cb69632 Removed catch_section_info.cpp (not used) by Phil Nash · 7 years ago
  93. b35225f Removed tbc_text_format from CMakeLists.txt by Phil Nash · 7 years ago
  94. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 7 years ago
  95. 4a1e898 More method bodies moved out of line by Martin Hořeňovský · 7 years ago
  96. edbe122 Split out non-templated Approx methods into cpp file by Martin Hořeňovský · 7 years ago
  97. 7ccf11d Split out catch_run_context into cpp and hpp file by Martin Hořeňovský · 7 years ago
  98. 8d8f481 Moved couple function's bodies out of common-include path by Martin Hořeňovský · 7 years ago
  99. 4332b84 Moved leak detector to its own file by Martin Hořeňovský · 7 years ago
  100. 1d3bfa0 More include and impl refactoring by Martin Hořeňovský · 7 years ago