Commit Graph

  • d750da13a8
    Split out colour mode string parsing into its own function Martin Hořeňovský 2022-04-04 15:23:30 +0200
  • c045733d05
    Add splitReporterSpec helper Martin Hořeňovský 2022-04-04 11:54:02 +0200
  • 9fea3d253f
    Add missing include to catch_optional.hpp Martin Hořeňovský 2022-04-04 11:40:59 +0200
  • b7d26e9c44 Get Bazel build working again Julian Amann 2022-04-02 01:23:38 +0200
  • 797c3e7318
    Refactor tests Martin Hořeňovský 2022-03-31 22:30:38 +0200
  • 6206db5a73
    Fix missing licence headers Martin Hořeňovský 2022-03-31 20:04:08 +0200
  • 78e33ce51f
    Added TestCaseInfoHasher and tests. (#2394) Daniel Feist 2022-03-31 16:46:41 +0200
  • 3724045eb0 Change of tests after Catch2-provided seed was added Daniel Feist 2022-03-30 23:30:03 +0200
  • 72ca5b43c9 fixup handling of Catch2-provided seed Martin Hořeňovský 2022-03-30 15:13:11 +0200
  • 907fe312ec Further adaptions after code review: - Added seed handling to TestCaseInfoHasher - Enhanced unit tests with seeded hashers - Updated ApprovalTests Daniel Feist 2022-03-27 13:37:58 +0200
  • c1773ca1ae Update src/catch2/internal/catch_test_case_registry_impl.cpp Martin Hořeňovský 2022-03-24 22:52:40 +0100
  • 172770f367 Adaptions after code review: Daniel Feist 2022-03-21 23:42:50 +0100
  • e841b5eb92 Added TestCaseInfoHasher and tests. Daniel Feist 2022-03-17 01:50:59 +0100
  • 1a8a793178
    Refactor colour handling to prepare for per-reporter colour modes Martin Hořeňovský 2022-03-27 23:35:41 +0200
  • f35dd17f72
    feat(cmake): print STDERR if test executable fail Zacharie Corniere 2022-03-24 17:07:56 +0100
  • a4e4e82474
    Always indent test names at 2 spaces with default listing Martin Hořeňovský 2022-03-24 16:03:42 +0100
  • 6227ca317e
    Add tests for ColourGuard Martin Hořeňovský 2022-03-24 00:09:27 +0100
  • 081a1e9aba
    ColourGuard is no longer constructed engaged Martin Hořeňovský 2022-03-21 23:20:08 +0100
  • 4d8acafecb
    Rename isStdout => isConsole and add doccomment Martin Hořeňovský 2022-03-21 00:22:54 +0100
  • cf6dd937ab Add test for FatalConditionHandler and stack unwinding Kochetkov, Yuriy 2022-03-02 15:42:07 +0300
  • 2ce64d1d8f Fix disengage failure logs for FatalConditionHandlerGuard Kochetkov, Yuriy 2022-02-08 13:43:40 +0300
  • 7882f7359e Remove unnecessary casts Kochetkov, Yuriy 2022-01-24 12:40:22 +0300
  • 3cc317163d
    Enable building Catch2 as a dynamic library Alecto Irene Perez 2022-03-22 20:26:17 -0600
  • 0aa4dbae2e Fix filename as tag bug When a test file isn't provided with "/" in the path, the filename isn't registered as a tag. Fixing by providing a conditon for this edge case. Martin Mekota 2022-03-17 20:56:11 +0100
  • 59dd49c749 fix(CatchAddTests): fix ${specs} placement for correct test discovery Zacharie Corniere 2022-02-22 09:37:05 +0100
  • 0e176c318b
    Refactored colour handling Martin Hořeňovský 2022-03-14 15:04:55 +0100
  • c1c72c7e05
    Better doccomment for IEventListener Martin Hořeňovský 2022-03-17 22:14:56 +0100
  • 06092f727d
    Remove special handling of default stream for reporters Martin Hořeňovský 2022-03-18 00:14:09 +0100
  • 4acc520f76
    Event listeners no longer take reporter config in constructor Martin Hořeňovský 2022-03-14 15:04:42 +0100
  • 18c58667d7
    Generate Visual Studio project files with constant project guids Alan Jowett 2022-03-17 17:21:12 -0600
  • a35d5237ee Fix filename as tag bug When a test file isn't provided with "/" in the path, the filename isn't registered as a tag. Fixing by providing a conditon for this edge case. Martin Mekota 2022-03-17 20:56:11 +0100
  • a339797778 By defualt, CMake derives a Visual Studio project GUID from the file path but the GUID can be overridden via a property (see https://gitlab.kitware.com/cmake/cmake/-/commit/c85367f4). Alan Jowett 2022-03-12 18:20:05 -0700
  • 634cdb4efe Fix borken Bazel build Vertexwahn 2022-03-11 22:07:50 +0100
  • 38879296a7 Add eventpp and accessorpp to Catch2 users wqking 2022-03-13 21:04:58 +0800
  • 78cf47614f Add eventpp and accessorpp to Catch2 users wqking 2022-03-13 21:04:58 +0800
  • 4fad3d212b update approval tests Raphael Schaller 2022-03-13 12:59:46 +0100
  • 9ff341cb0b StringMaker for std::vector<bool> reference Raphael Schaller 2022-03-12 17:49:12 +0100
  • 4b96020d8c Fix borken Bazel build Vertexwahn 2022-03-11 22:07:50 +0100
  • 81f612c96c
    Refactor MatchersRanges test utils (#2386) schallerr 2022-03-09 23:13:37 +0100
  • f2bec2fed3 remove m_touched Raphael Schaller 2022-03-09 20:02:14 +0100
  • 913f79a661
    Each reporter keeps its own colour implementation Martin Hořeňovský 2022-03-06 19:20:53 +0100
  • 8b1133a45a switched from array to vector Raphael Schaller 2022-03-07 17:44:48 +0100
  • 06f74a0f8e
    Add %stderr and %stdout as recognized magic stream names Martin Hořeňovský 2022-03-07 10:42:26 +0100
  • add1630a47 fix compilation with MSVC Raphael Schaller 2022-03-06 18:50:45 +0100
  • 61d0f7a9af
    Pass the whole IStream wrapper into reporter Martin Hořeňovský 2022-02-23 23:46:45 +0100
  • 9b01c404f5
    Fix cli help tooltip for --use-colour Martin Hořeňovský 2022-03-06 14:45:30 +0100
  • f206162b2d
    Fix some messy formatting in catch_stats Martin Hořeňovský 2022-03-06 11:02:20 +0100
  • 05d4ec62c8
    Add common ReporterBase as parent of the helper bases Martin Hořeňovský 2022-03-06 16:08:31 +0100
  • 4dd5e2eece
    Rename base reporter iface IStreamingReporter -> IEventListener Martin Hořeňovský 2022-03-06 15:37:16 +0100
  • 2c9f49297c update approval tests Raphael Schaller 2022-03-06 15:05:48 +0100
  • ed1c48457b refactor test util classes in MatchersRanges.tests Raphael Schaller 2021-11-14 13:57:11 +0100
  • a8ccae0d6f Use bracket-enclosed test name for ctest label conversion Jeeyong Um 2022-03-06 00:00:23 +0800
  • f9facc1881 Add variadic CAPTURE tests John Beard 2022-03-05 12:50:48 +0000
  • 9c7bd269fa Add variadic CAPTURE tests John Beard 2022-03-05 12:50:48 +0000
  • 0dc7d511d1 Convert tags to ctest labels Jeeyong Um 2022-03-05 20:03:34 +0800
  • ff151d2833
    Fix: CAPTURE not variadic when disabled (#2378) John Beard 2022-03-04 14:29:22 +0000
  • 2ebc041903 Fix name of with-main library. Joel Uckelman 2022-03-03 16:44:49 +0000
  • ecae3d950d Add CAPTURE to disabled macros John Beard 2022-03-03 22:40:25 +0000
  • 891080da10 Add variadic test for CAPTURE John Beard 2022-03-03 22:09:47 +0000
  • b1796ccfcf Fix name of with-main library. Joel Uckelman 2022-03-03 16:44:49 +0000
  • 5e94498ed0 CAPTURE not variadic when disabled John Beard 2022-03-02 23:47:01 +0000
  • 5f3a07ffae Add test for FatalConditionHandler and stack unwinding Kochetkov, Yuriy 2022-03-02 15:42:07 +0300
  • 3d0532cb5c Fix disengage failure logs for FatalConditionHandlerGuard Kochetkov, Yuriy 2022-02-08 13:43:40 +0300
  • 6e54ec7e49 Remove unnecessary casts Kochetkov, Yuriy 2022-01-24 12:40:22 +0300
  • 529eec97bb
    Mention CMake configure options in release notes Martin Hořeňovský 2022-02-23 14:16:36 +0100
  • ff5b311898
    Remove superfluous warning suppression in tests Martin Hořeňovský 2022-02-22 19:15:38 +0100
  • 4a2eb90302
    Add basic CMake presets Martin Hořeňovský 2022-02-22 15:47:11 +0100
  • 715cd25081
    Add IStream::isStdOut Martin Hořeňovský 2022-02-21 23:48:15 +0100
  • 1d4b42ad7b Minor whitespace fix GravisZro 2022-02-21 09:13:00 -0500
  • 6256c5e3cf Minor whitespace fix GravisZro 2022-02-21 09:13:00 -0500
  • 72f0372664
    Add tests for CMake configure toggles passing to Catch2 build Martin Hořeňovský 2022-02-19 21:27:53 +0100
  • 4396a9119f
    Add some missing configuration includes Martin Hořeňovský 2022-02-19 21:27:03 +0100
  • bda4b7df84
    Fix fallback stringifier config Martin Hořeňovský 2022-02-20 13:17:40 +0100
  • 0c722564c3 Examples: remove references to catch_default_main John Beard 2022-02-18 22:36:47 +0000
  • a23a09323c Examples: remove references to catch_default_main John Beard 2022-02-18 22:36:47 +0000
  • 33ffc3b6fc
    Allow passing compile-time configuration options through CMake Martin Hořeňovský 2022-02-02 15:36:58 +0100
  • fc5552d27b
    Push down handling of default reporter to Config's constructor Martin Hořeňovský 2022-02-17 20:44:27 +0100
  • 7cf2f88e50
    Add small missing things to release notes Martin Hořeňovský 2022-02-14 18:22:11 +0100
  • a85d5d1f9f
    Merge 92d827c1e9 into 190f71792a Alexander Shaduri 2022-02-07 15:09:32 +0400
  • a9ed2c235d
    Rename MiscFunctions.cmake -> CatchMiscFunctions.cmake Martin Hořeňovský 2022-02-07 00:05:11 +0100
  • a1e5934aa9
    Add licence header to MiscFunctions.cmake Martin Hořeňovský 2022-02-03 00:34:01 +0100
  • 190f71792a proper support for lib suffix in conan Guillaume Egles 2022-02-05 10:32:06 -0800
  • 3bc0ac2f12 proper support for lib suffix in conan Guillaume Egles 2022-02-05 10:32:06 -0800
  • c912f62fc4
    Remove Windows.h related defines Martin Hořeňovský 2022-02-05 16:21:06 +0100
  • aa3c7be434
    Fix ToC in CLI documentation Martin Hořeňovský 2022-02-05 16:14:47 +0100
  • b0279e0c14
    Remove mention of CATCH_CONFIG_MAIN from docs/configuration.md Martin Hořeňovský 2022-02-05 14:55:01 +0100
  • 9afb6ce138 feature: double -> const auto when static_cast in right Certseeds 2022-02-02 12:11:52 +0800
  • d6a9501223
    fix: a single _ should not be used for a name Henry Schreiner 2022-02-03 10:43:12 -0500
  • 4cd51b93a2
    feature: double -> const auto when static_cast in right Certseeds 2022-02-02 12:11:52 +0800
  • bb08dae7b6 When building a static library, use include/ instead of single_include/ David Kaye 2022-02-01 19:11:31 +0000
  • b25165a7cf Add new instructions to be more clear on how to get Catch2 james 2022-01-30 22:43:25 +0000
  • efb54926ee
    Don't cache stdout handle in Windows console colour impl Martin Hořeňovský 2022-01-29 23:12:40 +0100
  • 7a2f9f4633
    Extend checkLicense.py to also check tests Martin Hořeňovský 2022-01-29 13:10:54 +0100
  • 79e4cd1af4
    Cleanup summary comments in ExtraTests Martin Hořeňovský 2022-01-29 00:40:03 +0100
  • 635db2785f
    Use the new licence header in ExtraTests's cpp files Martin Hořeňovský 2022-01-29 00:07:44 +0100
  • 51888d360a
    Use the new licence header in TestScripts Martin Hořeňovský 2022-01-29 00:04:49 +0100
  • f83332d89b
    Use the new licence header in SelfTest's cpp files Martin Hořeňovský 2022-01-29 00:03:43 +0100
  • b5dbdc858d
    Link to the v2-v3 migration docs from release notes Martin Hořeňovský 2022-01-28 23:55:27 +0100
  • e53a75b425
    Add integration test for listener-reporter event ordering Martin Hořeňovský 2022-01-28 00:00:52 +0100
  • 4ff8b27bb6
    Cleanups output normalization in ApprovalTests Martin Hořeňovský 2022-01-26 23:47:40 +0100