Commit Graph

  • bd0ee6adbe Add GCC compiler flag. (see #2094) HoseynHeydari 2022-04-14 16:26:09 +0430
  • a243cbae52
    Introduce type to handle reporter specs with defaults filled-in Martin Hořeňovský 2022-04-13 14:55:05 +0200
  • 79d1e82381
    Store IStream instance owning ptrs in reporter instances Martin Hořeňovský 2022-04-12 21:22:43 +0200
  • 4f09f1120b
    Make IStream::stream non-const Martin Hořeňovský 2022-04-12 20:59:01 +0200
  • 62fd660583
    v2.13.9 v2.13.9 Martin Hořeňovský 2022-04-12 22:38:17 +0200
  • 9934b7de13
    Remove pointless mutable from ScopedElement's XmlWriter ptr Martin Hořeňovský 2022-04-12 22:31:47 +0200
  • 7a89916198
    Remove superfluous default argument from XMLWriter's constructor Martin Hořeňovský 2022-04-12 22:28:36 +0200
  • 61f803126d
    Use parent constructor where applicable in reporters Martin Hořeňovský 2022-04-12 22:27:12 +0200
  • d698776ec5
    Remove unused RDBufStream type Martin Hořeňovský 2022-04-12 22:22:04 +0200
  • e0d9319814 Added --skip-benchmarks command-line option. Daniel Feist 2022-04-11 22:53:36 +0200
  • f25236ff43
    Small cleanup for pluralise Martin Hořeňovský 2022-04-11 20:37:54 +0200
  • 8cdaebe964
    struct -> class normalization for various interface types Martin Hořeňovský 2022-04-11 00:00:19 +0200
  • 1a56ba851b
    struct -> class normalization for matchers Martin Hořeňovský 2022-04-10 23:53:37 +0200
  • 9abe49ec53
    struct -> class normalization for reporters Martin Hořeňovský 2022-04-10 22:03:12 +0200
  • 195a6ac941
    Use StringRefs for operation name in StringMatcherBase Martin Hořeňovský 2022-04-11 10:58:45 +0200
  • be948f1fd0
    Add COST property to the CMakeConfig tests Martin Hořeňovský 2022-04-10 21:55:52 +0200
  • 4e006a93ff
    Rename IStreamingReporterPtr => IEventListenerPtr Martin Hořeňovský 2022-04-10 21:50:30 +0200
  • 73d8fb5bca
    Update release-notes.md Martin Hořeňovský 2022-04-10 21:43:28 +0200
  • 0a33405983
    Mention Bazel support in release notes Martin Hořeňovský 2022-04-09 20:55:13 +0200
  • cb551b4f6d
    Add default reporter for Bazel integration (#2399) Lukasz Okraszewski 2022-04-08 17:01:59 +0100
  • 7f99ee93de Renumber the test file Martin Hořeňovský 2022-04-08 15:58:06 +0200
  • b9cea9aa8e Cleanup test script Martin Hořeňovský 2022-04-08 15:56:56 +0200
  • ce54c28cc1 strip out supefluous includes Martin Hořeňovský 2022-04-08 15:12:25 +0200
  • 8297b0395f Standardize warning suppression Martin Hořeňovský 2022-04-08 14:56:59 +0200
  • 599abe9772 Fix reporter spec Martin Hořeňovský 2022-04-08 14:41:12 +0200
  • 59b3104c95 Add default reporter for Bazel integration Lukasz Okraszewski 2022-03-21 15:17:59 +0000
  • 4b78157981
    Remove Config::openStream function Martin Hořeňovský 2022-04-07 12:45:05 +0200
  • 46b3f7ee5f
    Document magic %-prefixed streams Martin Hořeňovský 2022-04-07 12:40:46 +0200
  • f9f4e58dfb
    Add missing version placeholder to --colour-mode cli option docs Martin Hořeňovský 2022-04-06 23:33:33 +0200
  • d5bfce4d84
    Rename config::colourMode to config::defaultConfigMode Martin Hořeňovský 2022-04-06 21:56:29 +0200
  • c43947eb47
    Fix CLI hints for colour and reporter options Martin Hořeňovský 2022-04-06 21:52:51 +0200
  • 423e1d2ebb
    Integrate the new reporter specs into Catch2 Martin Hořeňovský 2022-04-04 21:07:04 +0200
  • 3c06bcb374
    Fix reporter parser spec to use the right key for colour-mode Martin Hořeňovský 2022-04-06 15:17:17 +0200
  • a51fd07bd0
    Add helper for parsing the new reporter specs Martin Hořeňovský 2022-04-04 17:06:47 +0200
  • 8ac86495de
    Cleanup ColourMode parsing in CLI Martin Hořeňovský 2022-04-04 15:38:25 +0200
  • 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