Commit Graph

  • 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
  • ab6c7375be
    v3.2.1 v3.2.1 Martin Hořeňovský 2022-12-09 23:10:18 +0100
  • 24607694cb
    Move Catch::always_false into decomposer.hpp Martin Hořeňovský 2022-12-09 16:18:27 +0100
  • 28e651f152
    Move SFINAE in decomposer into return type Martin Hořeňovský 2022-12-08 16:31:55 +0100
  • 15dcbfdf54 Export CMake package Frederic Ouellet 2022-12-07 23:17:35 -0500
  • b9c0263fb9 Avoid usage of master when possible Sergio Arroutbi 2022-11-30 17:05:44 +0100
  • 142703e89d
    adds clang-tidy warning suppressions for CHECK and TEST_CASE Christopher Di Bella 2022-11-29 21:30:24 -0800
  • 845c353bf8 fix include statement Scott Hutchinson 2022-11-25 14:28:04 -0800
  • 2552ed064f Fix issue with Address Sanitizer on Windows. Scott Hutchinson 2022-11-25 13:44:01 -0800
  • 428a30ebd0
    Merge branch 'catchorg:v2.x' into v2.x Scott Hutchinson 2022-11-23 15:56:56 -0800
  • 3e0e9071f2
    Fixed typo in code example in top level README.md mrbald 2022-11-23 15:48:17 +0100
  • 139438b194
    Merge branch 'catchorg:devel' into fix/parseUInt_compiler_warning lbckmnn 2022-11-22 23:33:32 +0100
  • fd2188ca24
    Merge branch 'catchorg:devel' into feature/MessageMatches lbckmnn 2022-11-22 23:33:22 +0100
  • b045a4b46d
    Merge 1c139df6c0 into 2d7be1f7de Mohammed Elwardi Fadeli 2022-11-22 23:24:29 +0100
  • 2d7be1f7de
    Add Clang-10 and GCC-10 C++20 builds Martin Hořeňovský 2022-11-22 16:17:18 +0100
  • 1f3b51e903
    Use logo with bit of white background in README Martin Hořeňovský 2022-11-22 16:11:16 +0100
  • a20200be7e
    Revert "Fix old GCC + types with ambiguous constructor from 0" Martin Hořeňovský 2022-11-22 15:23:03 +0100
  • c01dc9c976
    Fix incomplete type error ‘Catch::Detail::is_eq_comparable’ #2574 Lava Block 2022-11-22 13:11:30 +0100
  • 6ab339f36f Fix catch_logcical_traits.hpp David Hunter 2022-11-21 14:53:09 -0700
  • 441eaa9361 Merge branch 'std_module' of https://github.com/davidhunter22/Catch2 into std_module David Hunter 2022-11-21 14:27:54 -0700
  • fec8adc9b5
    Merge branch 'catchorg:devel' into std_module David Hunter 2022-11-21 14:22:49 -0700
  • 30d7ee5119 Make default for the standard library build OFF David Hunter 2022-11-21 13:47:44 -0700
  • 297acbd895 std modules, test cases David Hunter 2022-11-21 12:57:13 -0700
  • 69447615e7 standard library module David Hunter 2022-11-17 01:47:44 -0700
  • bbe0eb75cc standard library module David Hunter 2022-11-17 01:47:44 -0700
  • 291c502f66
    Fix old GCC + types with ambiguous constructor from 0 Martin Hořeňovský 2022-11-20 11:06:45 +0100
  • ae1644e7e9
    Add logical trait polyfills Martin Hořeňovský 2022-11-20 15:29:12 +0100
  • 25a9563784 fix compiler warning in parseUint and catch only relevant exceptions lbckmnn 2022-11-20 13:54:55 +0100
  • e2a3a1ace1 update catch_amalgamated lbckmnn 2022-11-20 13:05:38 +0100
  • 066ab62a22 add MessageMatches matcher lbckmnn 2022-11-18 22:37:01 +0100
  • 65cc7fd2ae
    v3.2.0 v3.2.0 Martin Hořeňovský 2022-11-16 16:06:45 +0100
  • c276b530ee
    Fix typo in docs/release-notes.md Martin Hořeňovský 2022-11-16 16:06:29 +0100
  • 8beb74da8a
    Add repeatability guarantees to faq.md Martin Hořeňovský 2022-11-16 11:21:00 +0100
  • 2d852d9628
    Update Fibonacci example in README.md Shawn Zhong 2022-11-14 13:43:53 -0600
  • e932bcf7a3 silence clang's -Wcomma Tim Blechmann 2022-10-06 07:53:51 +0800
  • 1c139df6c0 Report TestType in XML reports for templated test cases Elwardi 2022-11-13 19:38:32 +0100