Commit Graph

  • fed1436246
    Avoid allocating trimmed name for SectionTracker Martin Hořeňovský 2023-02-20 00:12:54 +0100
  • 0477326ad9
    Directly construct empty string for invalid SectionInfo Martin Hořeňovský 2023-02-19 23:56:27 +0100
  • f04c93462b
    Small refactoring in AssertionResult Martin Hořeňovský 2023-02-19 20:23:36 +0100
  • 1af351cea1
    Remove unused TrackerContext::endRun function Martin Hořeňovský 2023-02-19 19:45:40 +0100
  • dcc9fa3f38
    Use StringRef UDL for more string literals when expanding macros Martin Hořeňovský 2023-02-19 19:45:14 +0100
  • bf6a15a69a
    Rewrite -# docs Martin Hořeňovský 2023-02-17 15:55:21 +0100
  • 6135a78c31
    Don't insert the foo part of [.foo] tag twice when parsing test spec Martin Hořeňovský 2023-02-13 22:16:50 +0100
  • 334efd7493 Cleaned up some of the README.md language. Added demonstration of sections in the example code. AC 2023-02-12 12:23:30 -0500
  • e8ba329b6c
    Add support for iterator+sentinel pairs in Contains matcher Martin Hořeňovský 2023-02-10 23:25:41 +0100
  • 4aa88299af
    Preconstruct error message in RunContext::handleIncomplete Martin Hořeňovský 2023-02-10 21:32:57 +0100
  • 4ff9be3bc5
    cmake-integration.md: Use "tests" as test target name in all examples. Kamil Kisiel 2023-02-10 11:09:26 -0800
  • 22da6684ce
    Update benchmark example in README Benson Muite 2023-02-09 21:22:30 +0300
  • 2e9942e4f4 ObjectStorage: fix UB (strict aliasing violation) Marc Mutz 2023-02-08 20:23:35 +0100
  • 0e1435c87d ObjectStorage: fix UB (strict aliasing violation) Marc Mutz 2023-02-08 20:23:35 +0100
  • 76cdaa3b51
    Merge pull request #2637 from jbadwaik/nvhpc_unused_warning Martin Hořeňovský 2023-02-08 19:51:39 +0100
  • 644294df60
    Suppress declared_but_not_referenced warning for NVHPC Jayesh Badwaik (FZ Juelich) 2023-02-08 12:40:55 +0100
  • cefa8fcf32
    Enable use of UnorderedRangeEquals with iterator+sentinel pairs Martin Hořeňovský 2023-02-06 15:34:32 +0100
  • 772fa3f790
    Add Catch::Detail::is_permutation that supports sentinels Martin Hořeňovský 2023-02-05 16:40:38 +0100
  • f3c0a3cd09
    Fix RangeEquals matcher to handle iterator + sentinel ranges Martin Hořeňovský 2023-02-03 16:12:09 +0100
  • 42d9d4533e
    Add test for empty result of filter generator Martin Hořeňovský 2023-02-01 18:27:41 +0100
  • 618d44c448
    Update docs about thread safe assertions Martin Hořeňovský 2023-02-01 15:24:47 +0100
  • 388f7e1737
    Cleanup unneeded allocations from reporters Martin Hořeňovský 2023-01-30 12:35:44 +0100
  • 2ab20a0e00
    v3.3.1 v3.3.1 Martin Hořeňovský 2023-01-29 23:18:57 +0100
  • 60264b8807
    Avoid copying strings in sonarqube when sorting tests by file Martin Hořeňovský 2023-01-29 20:45:04 +0100
  • 65ffee5189
    Don't take ownership of SECTION's name for inactive sections Martin Hořeňovský 2023-01-28 00:35:40 +0100
  • 43f02027e4
    Avoid allocations when looking for trackers Martin Hořeňovský 2023-01-27 22:12:57 +0100
  • 906552f8c8
    Clean up extraneous copies in Messages Martin Hořeňovský 2023-01-28 22:01:34 +0100
  • 356dfc1439
    Move name and sample analysis in benchmarks into BenchmarkStats Martin Hořeňovský 2023-01-28 21:40:51 +0100
  • e5d1eb757f
    Move AssertionResultData into AssertionResult in RunContext Martin Hořeňovský 2023-01-28 19:57:26 +0100
  • 2403f5620e
    Move SectionEndInfo into sectionEnded call in SECTION's destructor Martin Hořeňovský 2023-01-28 13:00:24 +0100
  • d58491c85a
    Move sectionInfo into sectionEndInfo when SECTION ends Martin Hořeňovský 2023-01-28 10:41:13 +0100
  • c837cb4a8a
    v3.3.0 v3.3.0 Martin Hořeňovský 2023-01-22 19:43:11 +0100
  • 8359a6b244
    Stop exceptions in generator constructors from aborting the binary Martin Hořeňovský 2023-01-17 11:04:49 +0100
  • adf43494e1
    Add missing version information to matchers.md Martin Hořeňovský 2023-01-22 00:35:32 +0100
  • efca9a0f18
    Added ElementsAre and UnorderedElementsAre (#2377) John Beard 2023-01-21 23:33:04 +0000
  • b5ee85d2f4 Docs rewrite Martin Hořeňovský 2023-01-22 00:24:47 +0100
  • ccb4f47ca0 ADL begin/end tests Martin Hořeňovský 2023-01-21 22:47:59 +0100
  • 8bdbcd46c1 Renaming to (Unordered)RangeEquals Martin Hořeňovský 2023-01-21 22:23:52 +0100
  • ae0827402f Update approvals Martin Hořeňovský 2023-01-21 16:32:22 +0100
  • a2185b5902 Added ElementsAre and UnorderedElementsAre Garz4 2020-12-27 15:34:52 -0600
  • dd36f83b88
    Merge pull request #2630 from ChrisThrasher/export_all_symbols Martin Hořeňovský 2023-01-21 15:14:24 +0100
  • baab9e8d28
    Export symbols for all compilers on Windows Chris Thrasher 2023-01-20 16:16:30 -0700
  • e6e6c25299
    Merge 911eb82cf3 into 2d3c9713a3 Corentin Schreiber 2023-01-20 11:46:07 -0700
  • 2d3c9713a3
    Remove VS2015 workaround from Detail::generate Martin Hořeňovský 2023-01-18 15:01:42 +0100
  • 956f915e31 Document template macros are in spearate header Arash Badie-Modiri 2023-01-13 15:07:46 +0200
  • aa8da505ec Fix compatibility with previous CUDA versions Tommy Carozzani 2023-01-17 08:01:09 +0100
  • e27bb7198d Fix macro-redefinition issue with MSVC+CUDA Martin Hořeňovský 2023-01-15 00:24:37 +0100
  • 3486f8ed9e
    Update generator docs Martin Hořeňovský 2023-01-18 11:09:00 +0100
  • 908c370f24 Fix error: ISO C++ forbids in-class initialization of non-const static member 'm_started' Catch1.x Benoit Blanchon 2023-01-17 09:47:20 +0100
  • c8a397c555 Fix error: ISO C++ forbids in-class initialization of non-const static member 'm_started' Benoit Blanchon 2023-01-17 09:47:20 +0100
  • 0a15951589 Fix compatibility with previous CUDA versions Tommy Carozzani 2023-01-17 08:01:09 +0100
  • 67971c3a39 Consider Visual C++ 2015 Update 3 in regard to 'extended constexpr' klaus triendl 2023-01-16 20:23:38 +0200
  • 52870ff7e6
    Fix macro-redefinition issue with MSVC+CUDA Martin Hořeňovský 2023-01-15 00:24:37 +0100
  • b5be642042
    catch_debugger.hpp: restore PPC support (#2619) Sergey Fedorov 2023-01-14 06:03:30 +0700
  • 1e6070a80f
    Document template macros are in spearate header Arash Badie-Modiri 2023-01-13 15:07:46 +0200
  • d59572f46f
    Reword the SKIP docs a bit Martin Hořeňovský 2023-01-12 18:56:02 +0100
  • 16f48f8c7c
    Add SUCCEED and FAIL docs next to SKIP docs Martin Hořeňovský 2023-01-12 16:22:56 +0100
  • 367c2cb248
    Update doc about what counts as unique test case Martin Hořeňovský 2023-01-12 15:21:10 +0100
  • d548be26e3
    Add new SKIP macro for skipping tests at runtime (#2360) Philip Salzmann 2023-01-12 15:01:47 +0100
  • e36d13fdee
    catch_debugger.hpp: restore PPC support Sergey Fedorov 2023-01-11 00:30:17 +0700
  • 6309b3cd90 Add docs for SKIP macro, deprecate IEventListener::skipTest Philip Salzmann 2023-01-09 15:48:19 +0100
  • e08e62d062 --allow-running-no-tests also allows all tests to be skipped Martin Hořeňovský 2023-01-05 23:40:19 +0100
  • 54cc2fa929 Cleanup xml reporter handling of tag ending Martin Hořeňovský 2022-12-22 10:28:43 +0100
  • 6f2ebd340e Fix license header Martin Hořeňovský 2022-12-22 10:25:40 +0100
  • 884bb5c728 Add support for explicit skips in all reporters Philip Salzmann 2022-12-21 12:43:00 +0100
  • 393048515a Use LightGrey for the skip colour Martin Hořeňovský 2022-10-02 11:23:32 +0200
  • 98e2a88881 Return exit code 4 if all test cases are skipped Philip Salzmann 2022-04-13 14:18:35 +0200
  • 2494e5d056 Don't show "skipped assertions" in console/compact reporters Philip Salzmann 2022-04-13 14:03:35 +0200
  • add702c752 Add new SKIP macro for skipping tests at runtime Philip Salzmann 2022-01-31 16:34:27 +0100
  • 52066dbc2a Fix build with GCC 13 (add missing <cstdint> include) Sam James 2023-01-08 02:03:32 +0000
  • cdf604f30e Update command-line.md TrueWodzu 2023-01-08 13:28:25 +0100
  • 490d6342fc
    Update command-line.md TrueWodzu 2023-01-08 13:28:25 +0100
  • 12a93b20b9
    Fix build with GCC 13 (add missing <cstdint> include) Sam James 2023-01-08 02:03:32 +0000
  • 04382af4c6
    Slightly better clang-format Martin Hořeňovský 2023-01-05 23:02:41 +0100
  • ac93f19437
    Improved path normalization in approvalTests.py Martin Hořeňovský 2022-12-31 21:17:54 +0100
  • 72b60dfd28
    Cleanup the Windows GHA builds Martin Hořeňovský 2022-12-30 22:16:28 +0100
  • 0c62167fea
    Merge pull request #2604 from ChrisThrasher/generated_includes_directory Martin Hořeňovský 2022-12-28 21:19:53 +0100
  • 78a1310fc7 Merge remote-tracking branch 'origin/devel' into devel Riom 2022-12-27 12:51:26 +0100
  • 7280a91a8f Add CATCH_CONFIG_PREFIX_MESSAGES to the documentation and include in BUILD.bazel. Riom 2022-12-23 22:05:00 +0100
  • 1be954ff70
    Keep generated headers within project binary directory Chris Thrasher 2022-12-26 22:44:13 -0600
  • 0214cfbdb7 Add CATCH_CONFIG_PREFIX_MESSAGES to the documentation and include in BUILD.bazel. Riom 2022-12-23 22:05:00 +0100
  • 9ec1d6ff3b
    Merge branch 'catchorg:devel' into devel Riom 2022-12-23 21:53:14 +0100
  • 4f20a74c1c
    .clang-format: `SortIncludes: True` is incorrect Zahar Koval 2022-12-20 17:04:08 +0300
  • 78bb4fda05
    Mention that the benchmarks are not run by default next to example Martin Hořeňovský 2022-12-18 21:42:40 +0100
  • e6ec1c238b
    Fix benchmarking example in the main readme Martin Hořeňovský 2022-12-18 21:33:33 +0100
  • f0d1a6523f
    change 2 to 3, remove ! for No tests ran in README yoowonsuk 2022-12-18 15:53:28 +0900
  • 477c1f5152 Fixed typo in code example in top level README.md mrbald 2022-11-23 15:48:17 +0100
  • f8b9f77259
    Prune Appveyor builds Martin Hořeňovský 2022-12-16 22:32:32 +0100
  • 77fbacb03f
    Add VS 2019-2022 C+14/17 jobs to GHA Martin Hořeňovský 2022-12-16 11:35:42 +0100
  • ed3bcd3dd2 Fix build errors. Scott Hutchinson 2022-12-12 08:59:37 -0800
  • 564782ab94
    Remove -H. argument from the 'Configure the full test build' command Scott Hutchinson 2022-12-12 08:28:48 -0800
  • 5dc0474d8a Update to match the latest devel (v3) branch. Scott Hutchinson 2022-12-12 08:09:47 -0800
  • e3fc97dffb
    fix compiler warning in parseUint and catch only relevant exceptions (#2572) lbckmnn 2022-12-12 12:15:42 +0100
  • 9c0533a905
    Add MessageMatches matcher for exception (#2570) lbckmnn 2022-12-12 00:40:47 +0100
  • 4ec135a58d do not change amalgamated files lbckmnn 2022-12-11 23:08:07 +0100
  • 0c2078f7f7 do not change amalgamated files lbckmnn 2022-12-11 22:52:20 +0100
  • c359076e8a Fix missing include causing compiler error Martin Sternevald 2022-12-10 12:44:09 +0100
  • ed02710b83
    Make AutoReg in test registration macros const Martin Hořeňovský 2022-12-10 11:21:36 +0100
  • 25c286ff10 Fix missing include causing compiler error Martin Sternevald 2022-12-10 12:44:09 +0100
  • 8b84438be4 Avoid usage of master when possible Sergio Arroutbi 2022-11-30 17:05:44 +0100