Commit Graph

  • 897fe2a01b cmake: Improve unreachable-code warnings Holger Kaelberer 2023-04-19 10:12:44 +0200
  • aad926baf8 Catch.cmake: Add new DISCOVERY_MODE option to catch_discover_tests Holger Kaelberer 2023-04-11 09:50:16 +0200
  • 4e8399d835 CatchAddTests.cmake: Refactor into callable method Holger Kaelberer 2023-04-11 09:43:44 +0200
  • 26439bc7de Fix unreachable-code-return warnings Holger Kaelberer 2023-04-19 10:28:45 +0200
  • 9480318071 cmake: Improve unreachable-code warnings Holger Kaelberer 2023-04-19 10:12:44 +0200
  • d03fafead8 Catch.cmake: Add new DISCOVERY_MODE option to catch_discover_tests Holger Kaelberer 2023-04-11 09:50:16 +0200
  • 5301e84e1b added logo Nir 2023-04-16 12:50:19 +0300
  • 90423a9fc7 added mkdocs Nir 2023-04-16 12:43:56 +0300
  • cc273a55b0 CatchAddTests.cmake: Refactor into callable method Holger Kaelberer 2023-04-11 09:43:44 +0200
  • 9a2a4eadc0
    Bump xml-format-version in XML reporter Martin Hořeňovský 2023-04-10 21:59:50 +0200
  • fb806da76f
    Add lineinfo to XML reporter output for INFO/WARN Martin Hořeňovský 2023-04-10 16:32:03 +0200
  • 50bf00e266 Fix reporter detection in catch_discover_tests Arne Mertz 2023-04-04 16:48:39 +0200
  • a0f991d5ae Fix reporter detection in catch_discover_tests Arne Mertz 2023-04-04 16:48:39 +0200
  • 9f08097f55
    Cleanup internal includes by splitting out some event structs Martin Hořeňovský 2023-03-31 10:44:29 +0200
  • 1f881ab464
    Split ITestInvoker into its own header Martin Hořeňovský 2023-03-23 14:02:45 +0100
  • c487b27d9d
    Reduce misc includes all around Martin Hořeňovský 2023-03-23 13:41:04 +0100
  • 3230760db2
    Cleanup in translating exceptions to messages Martin Hořeňovský 2023-03-23 12:26:44 +0100
  • b3ebce715e
    Cleanup benchmarking includes Martin Hořeňovský 2023-03-23 11:59:40 +0100
  • d0f70fdfd6
    Unify IReporterRegistry and ReporterRegistry Martin Hořeňovský 2023-03-13 00:03:48 +0100
  • e338886cff Fix template syntax Mateusz Chudyk 2023-03-22 23:23:02 +0100
  • 4f4ad8ada9
    Sprinkle some constexpr around Martin Hořeňovský 2023-03-22 19:12:32 +0100
  • 5b665be643
    Cut out catch_interfaces_capture.hpp include from the main include Martin Hořeňovský 2023-03-22 19:12:03 +0100
  • 5db31e587e
    WIP: devirtualize RunContext devel-refactorings-virtuals Martin Hořeňovský 2023-03-16 23:49:24 +0100
  • f3960c02ce
    Devirtualize RegistryHub Martin Hořeňovský 2023-03-15 18:57:38 +0100
  • 02ce0a2eec
    Unify ITestCaseRegistry and TestRegistry Martin Hořeňovský 2023-03-14 23:25:35 +0100
  • cf4d84a349
    Unify ITagAliasRegistry and TagAliasRegistry Martin Hořeňovský 2023-03-14 21:15:13 +0100
  • cfe859e0f3
    Unify IExceptionTranslatorRegistry and ExceptionTranslatorRegistry Martin Hořeňovský 2023-03-14 19:56:59 +0100
  • 31b291ba26
    Unify IMutableEnumRegistry and EnumValuesRegistry Martin Hořeňovský 2023-03-14 16:28:30 +0100
  • ceb7ab6b20
    Unify IReporterRegistry and ReporterRegistry Martin Hořeňovský 2023-03-13 00:03:48 +0100
  • 2598116aa6
    Mark various anonymous classes final Martin Hořeňovský 2023-03-20 22:56:43 +0100
  • 173aa3f1f4
    Devirtualize Context Martin Hořeňovský 2023-03-16 10:04:03 +0100
  • 28437e1214
    Remove pointless member variable from RunContext Martin Hořeňovský 2023-03-20 20:34:58 +0100
  • 3c8fb6bbb2
    Internal linkage for generator trackers Martin Hořeňovský 2023-03-16 16:30:06 +0100
  • 72f3ce4db5
    Outline the actual registering of listener factories to cpp file Martin Hořeňovský 2023-03-15 15:35:03 +0100
  • 62167d756e
    Reduce internal includes Martin Hořeňovský 2023-03-14 23:00:59 +0100
  • 6783411349 Fixed extras installation and shard impl location Bob Miller 2023-03-11 05:46:00 -0800
  • 7b4dd326c0
    Remove obsolete comment in multireporter Martin Hořeňovský 2023-03-12 13:27:07 +0100
  • 1dfaa8abe7
    Outline throwing of TestSkipException Martin Hořeňovský 2023-03-12 00:45:31 +0100
  • ba94278bdd
    Inline trivial function in AssertionHandler Martin Hořeňovský 2023-03-12 00:41:25 +0100
  • 8e5a4b6f70
    Remove superfluous pointer copy in AssertionStats constructor Martin Hořeňovský 2023-03-12 00:39:18 +0100
  • 9b884d8107
    Fix refactoring Martin Hořeňovský 2023-03-11 23:40:22 +0100
  • 8a1b3b81cb Add wxWidgets as another Open Source project using Catch Vadim Zeitlin 2023-03-11 15:34:49 +0100
  • e5aabb6714 Add xmlwrapp to the list of Open Source projects using Catch Vadim Zeitlin 2023-03-11 15:33:30 +0100
  • 3a1ef14097
    Use hasMessage() instead of getMessage().empty() Martin Hořeňovský 2023-03-11 21:27:11 +0100
  • 13fae1e2ff
    Move exception's translation into AssertionResultData message Martin Hořeňovský 2023-03-11 16:14:06 +0100
  • 1178909959 Add wxWidgets as another Open Source project using Catch Vadim Zeitlin 2023-03-11 15:34:49 +0100
  • d63940ebdd Add xmlwrapp to the list of Open Source projects using Catch Vadim Zeitlin 2023-03-11 15:33:30 +0100
  • 6ac0aecb36 Fixed extras installation and shard impl location Bob Miller 2023-03-11 05:46:00 -0800
  • 3220ae6d4a Add support for the IAR compiler jushar 2023-03-08 13:14:29 +0100
  • 77dc30fbca Add support for the IAR compiler jushar 2023-03-08 13:14:29 +0100
  • 0a0ebf5003
    Support elements without op!= in VectorEquals Martin Hořeňovský 2023-03-05 00:11:07 +0100
  • 69f35a5ac8 Bazel support: Update skylib version Vertexwahn 2023-02-28 20:28:21 +0100
  • cd52c38345 Bazel support: Update skylib version Vertexwahn 2023-02-28 20:28:21 +0100
  • 3f0283de7a
    v3.3.2 v3.3.2 Martin Hořeňovský 2023-02-27 15:12:35 +0100
  • 6fbb3f0723
    Add IsNaN matcher Martin Hořeňovský 2023-02-26 00:14:32 +0100
  • 9ff3cde87b
    Simplify test name creation for list-templated test cases Martin Hořeňovský 2023-02-23 15:12:06 +0100
  • 4d802ca58f
    Use StringRef UDL in more preprocessor-generated strings Martin Hořeňovský 2023-02-23 09:37:18 +0100
  • 13711be7cf
    Use StringRef UDL for generated generator names Martin Hořeňovský 2023-02-22 23:31:31 +0100
  • 27ba26f743
    Merge pull request #2643 from kisielk/patch-1 Martin Hořeňovský 2023-02-22 20:59:12 +0100
  • a209bcfb54
    Update build instructions in contributing.md Martin Hořeňovský 2023-02-22 20:11:00 +0100
  • 584973a485
    Early evaluate line loc in NameAndLoc::operator== Martin Hořeňovský 2023-02-20 10:22:37 +0100
  • 4f7c8cb28a
    Avoid copying NameAndLocationRef when passed as argument Martin Hořeňovský 2023-02-19 23:53:34 +0100
  • e1dbad4c9e
    Inline StringRef::operator== Martin Hořeňovský 2023-02-19 14:03:03 +0100
  • 2befd98da2
    Inline some non-virtual functions in ITracker and TrackerContext Martin Hořeňovský 2023-02-20 15:02:41 +0100
  • 00f259aeb2
    Move captured output into TestCaseStats when sending testCaseEnded Martin Hořeňovský 2023-02-20 14:48:36 +0100
  • 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