1. a096e4b Provide XmlReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  2. 4b3730d Provide JunitReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  3. 6acdacf Provide CompactReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  4. 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
  5. e34754e Split SelfTest test files into Usage and Introspective varieties by Phil Nash · 7 years ago
  6. 0b1f1b1 Add ULP and margin matcher by Martin Hořeňovský · 7 years ago
  7. 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
  8. a20b286 Improve travis.yml by Martin Hořeňovský · 7 years ago
  9. 7a562d3 Cleanup CMakelists.txt by Martin Hořeňovský · 7 years ago
  10. fa9c420 Replace include_directories() with target_include_directories() by Martin Moene · 7 years ago
  11. b119ebd v2.0.1 release by Phil Nash · 7 years ago
  12. ae21020 dev build 6 by Martin Hořeňovský · 7 years ago
  13. 601b288 Remove superfluous define from cmake project by Martin Hořeňovský · 7 years ago
  14. 3049445 Remove benchmark binary from main cmake list by Martin Hořeňovský · 7 years ago
  15. c672512 Fix C4601 and enable C4602 warning for internal builds by Martin Hořeňovský · 7 years ago
  16. c7d9f02 Add pkg-config support by Martin Hořeňovský · 7 years ago
  17. 79b405f Add stringification for std::chrono::{duration,time_point} by Martin Hořeňovský · 7 years ago
  18. 9aa9671 Sweep out some extra warnings by Martin Hořeňovský · 7 years ago
  19. ca7021a Reflected file extension changes in CMakeLists.txt file by Phil Nash · 7 years ago
  20. ab5d176 Fix/disable failing approval tests by Martin Hořeňovský · 7 years ago
  21. b3a9231 Actually fix AppVeyor ctest by Martin Hořeňovský · 7 years ago
  22. 35bad89 Fix ctest failure on windows by Martin Hořeňovský · 7 years ago
  23. 3a5b951 Make approval tests part of ctest by Martin Hořeňovský · 7 years ago
  24. e871742 Move session to internal, split apart implementation by Martin Hořeňovský · 7 years ago
  25. 6388fc9 Remove last usage of NotImplementedException by Martin Hořeňovský · 7 years ago
  26. 0673b9b Split RNG related things into its own file by Martin Hořeňovský · 7 years ago
  27. 5932576 Split writeToDebugConsole out of main path by Martin Hořeňovský · 7 years ago
  28. 24af32f Add define that pulls in reporter and listeners interfaces by Martin Hořeňovský · 7 years ago
  29. 94d347b Removed StringData by Phil Nash · 7 years ago
  30. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  31. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 7 years ago
  32. 11295a2 Make catch_stream.hpp a standard .cpp file by Martin Hořeňovský · 7 years ago
  33. ee9b19e Moved matcher-based capture macros into their own file by Phil Nash · 7 years ago
  34. 8c95a81 Removed all (well, most) of the redundant, ResultBuilder-based, code by Phil Nash · 7 years ago
  35. f247ce5 First cut of new AssertionHandler/ Decomposer by Phil Nash · 7 years ago
  36. f45d35c Added benchmark tests by Phil Nash · 7 years ago
  37. a9b6813 First draft of (experimental) benchmarking support by Phil Nash · 7 years ago
  38. 85e14c5 Move some compile-time dispatch to runtime by Martin Hořeňovský · 7 years ago
  39. feca97d Split out internal error macros from the common path by Martin Hořeňovský · 7 years ago
  40. d4e796c Move Section(End)Info bodies to proper .cpp file by Martin Hořeňovský · 7 years ago
  41. 33fd54a Split Option<T> and TagAlias definitions away from the main include path by Martin Hořeňovský · 7 years ago
  42. a75eaa3 Split out more headers into separate .cpp files by Martin Hořeňovský · 7 years ago
  43. 9de729b General cleanup by Martin Hořeňovský · 7 years ago
  44. 1a96175 Split out helper functions on std::string from catch_common.h by Martin Hořeňovský · 7 years ago
  45. cb69632 Removed catch_section_info.cpp (not used) by Phil Nash · 7 years ago
  46. b35225f Removed tbc_text_format from CMakeLists.txt by Phil Nash · 7 years ago
  47. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 7 years ago
  48. 4a1e898 More method bodies moved out of line by Martin Hořeňovský · 7 years ago
  49. edbe122 Split out non-templated Approx methods into cpp file by Martin Hořeňovský · 7 years ago
  50. 7ccf11d Split out catch_run_context into cpp and hpp file by Martin Hořeňovský · 7 years ago
  51. 8d8f481 Moved couple function's bodies out of common-include path by Martin Hořeňovský · 7 years ago
  52. 4332b84 Moved leak detector to its own file by Martin Hořeňovský · 7 years ago
  53. 1d3bfa0 More include and impl refactoring by Martin Hořeňovský · 7 years ago
  54. 5f3f19d Default included reporters are now also in .cpp files by Martin Hořeňovský · 7 years ago
  55. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago
  56. 78e7994 Added string classes by Phil Nash · 7 years ago
  57. 1c223b6 Integrated (all) new version of Clara by Phil Nash · 7 years ago
  58. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  59. 1e16be0 Purge deprecated generators by Martin Hořeňovský · 7 years ago
  60. da0edcb Collect startup exceptions instead of throwing them by Martin Hořeňovský · 7 years ago
  61. ea48ae0 Add test for #914 (stringify truthy exprs in standard way) by Martin Hořeňovský · 7 years ago
  62. b8443e6 Added Win32 UNICODE wmain support (#903) by Antonio Di Monaco · 7 years ago
  63. 9ceae8f CMake binaries are now conditionally enabled by Martin Hořeňovský · 7 years ago
  64. 8ccbf63 Removed Ptr, Shared and SharedImpl by Phil Nash · 7 years ago
  65. 97707af Removed catch_type_traits from CMakeLists.txt by Phil Nash · 7 years ago
  66. 073377a CMake defaults to C++11 by Phil Nash · 7 years ago
  67. 79ce693 remove redundant "/" by Rian Quinn · 8 years ago
  68. 613e146 Save errno before using sprintf, ifstream. by Martin Hořeňovský · 8 years ago
  69. 932a405 /Wx -> /WX (stupid typo) by Martin Hořeňovský · 8 years ago
  70. 9a03720 Enable /Wx (Warnings as error) for SelfTest builds by Martin Hořeňovský · 8 years ago
  71. 6fea473 Fixed CMake generation of MSVC warning levels by philsquared · 8 years ago
  72. 68e7fdc Added 4265 to specific warnings in VS by Phil Nash · 8 years ago
  73. b0260c6 Fixed-up TAP reporter a bit. by Martin Hořeňovský · 8 years ago
  74. b753f05 Add reporter for Automake (#826) by Justin Wilson · 8 years ago
  75. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 8 years ago
  76. 4e6938d Moved matchers tests into their own file by Phil Nash · 8 years ago
  77. 1400127 Extracted string matchers impl into cpp that is only compiled into main TU by Phil Nash · 8 years ago
  78. 7fed25a New Matchers implementation by Phil Nash · 8 years ago
  79. 73159ac REQUIRE_THROWS_AS now catches exception by const& by Martin Hořeňovský · 8 years ago
  80. 7db4d8d Added tests (single char pretty printing + op overload) by Martin Hořeňovský · 8 years ago
  81. 7dd4f29 Added INSTALL commands (#788) by Saad K · 8 years ago
  82. 50c95a0 Bumped min cmake version to 3.0 by Martin Hořeňovský · 8 years ago
  83. 7ae96c7 Returned basic warnings to CMake generated builds by Martin Hořeňovský · 8 years ago
  84. dab1d9d Added CheckFileList in CMake over the benchmark sources by Martin Hořeňovský · 8 years ago
  85. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 8 years ago
  86. 876af87 Added surrogate cpp for catch_test_case_tracker by Phil Nash · 8 years ago
  87. 531d267 Added the new proxy header to CMakeLists.txt by Martin Hořeňovský · 8 years ago
  88. e6ef60a CMake will now warn if a file is in folder, but not in variable by Martin Hořeňovský · 8 years ago
  89. 3b7511e First commit of benchmarks for Catch runtime perf. by Martin Hořeňovský · 8 years ago
  90. d5360e8 Sorted file lists in CMakeLists.txt for easier maintainence by Phil Nash · 8 years ago
  91. 0bcae64 Set project name in CMakeLists.txt to CatchSelfTest by Phil Nash · 8 years ago
  92. 8abe17a CMake project groups test files separately from surrogate impl files for nicer rendering as XCode/ VS projects by Phil Nash · 8 years ago
  93. e1fbbe1 Added headers to CMake project (for CLion) by Phil Nash · 8 years ago
  94. c8fefc4 Fixed Travis and CMake after moving CMakeLists.txt by Phil Nash · 8 years ago
  95. 6419307 Moved CMake into root folder (where it’s much happier - especially for CLion) by Phil Nash · 8 years ago