Commit Graph

  • 291b35b389
    Added --skip-benchmarks command-line option. (#2408) Daniel Feist 2022-04-23 23:14:49 +0200
  • fe44137b70 Tighten up --skip-benchmarks test Martin Hořeňovský 2022-04-23 23:10:03 +0200
  • 468f80ef59 Set lambda to be used if and only if benchmark is not skipped Daniel Feist 2022-04-23 15:47:46 +0200
  • 5260fd2fb3 Removed unused includes Daniel Feist 2022-04-23 15:41:44 +0200
  • d81e0eadf2 Added new CTest test for --skip-benchmarks cmd line option The new CTest runs a dedicated TEST_CASE with the --skip-benchmarks option. The TEST_CASE can only succeed when the two benchmarks inside are skipped. Daniel Feist 2022-04-23 15:38:12 +0200
  • 3872c3a3a3 Improved documentation of --skip-benchmarks cmd line option - Added version placeholder in documentation - Improved description of as suggested Daniel Feist 2022-04-23 15:28:31 +0200
  • 1ba5a45611 Merge branch 'devel' into command_line_option_skip_benchmarks Daniel Feist 2022-04-23 12:47:45 +0200
  • f526ff0fc3
    Bump version to v3.0.0 preview 5 v3.0.0-preview5 Martin Hořeňovský 2022-04-20 23:46:07 +0200
  • 17a04f88d9
    Always report rng seed from builtin reporters Martin Hořeňovský 2022-04-19 10:32:13 +0200
  • 90e6905050
    Remove no longer used CATCH_USE_VALGRIND cmake option Martin Hořeňovský 2022-04-18 12:14:21 +0200
  • 6bdc7e1a65
    Remove unused function in Clara Martin Hořeňovský 2022-04-17 23:30:40 +0200
  • 56d04d2c5d Move compiler detection header beffore using CATCH_COMPILER_CLANG macro. (see #2094) HoseynHeydari 2022-04-18 01:48:32 +0430
  • d71b4617e9
    Disable Werror for unknown pragmas in tests Martin Hořeňovský 2022-04-17 21:11:36 +0200
  • e1827f7875 Merge remote-tracking branch 'upstream/devel' into devel. (see #2094) HoseynHeydari 2022-04-16 20:47:56 +0430
  • 7b93a2014c
    Rename catch_stream -> catch_reusable_string_stream Martin Hořeňovský 2022-04-16 15:00:41 +0200
  • 98bb638fb2
    Split out IStream out of catch_stream.hpp Martin Hořeňovský 2022-04-16 14:43:40 +0200
  • 05e85c5652
    Split out Catch::cout/cerr/clog into their own file Martin Hořeňovský 2022-04-16 14:12:56 +0200
  • eed97e99a4 Remove unnecessary includes. (see #2094) HoseynHeydari 2022-04-16 02:47:54 +0430
  • 5fa59e98ae Merge remote-tracking branch 'upstream/devel' into devel (see #2094) HoseynHeydari 2022-04-16 01:19:46 +0430
  • cb49c62af9 Move macros to seprate header file. (see #2094) HoseynHeydari 2022-04-16 01:13:02 +0430
  • b520257676
    Split REMOVE_PARENS from catch_preprocessor.hpp Martin Hořeňovský 2022-04-15 17:14:25 +0200
  • 574d042821
    Push catch_preprocessor include down from test_macros header Martin Hořeňovský 2022-04-15 16:40:06 +0200
  • c742ea9ad9
    Some IWYU include cleanups Martin Hořeňovský 2022-04-14 17:16:01 +0200
  • d8b5016fc9 Add MINGW32 compiler flag. (see #2094) HoseynHeydari 2022-04-14 17:56:19 +0430
  • e3aaa40fe7 Add MSVC compiler flag. (see #2094) HoseynHeydari 2022-04-14 17:23:59 +0430
  • c665fd7f50 Add clang compiler flag. (see #2094) HoseynHeydari 2022-04-14 16:46:59 +0430
  • 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