1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-15 02:11:12 -04:00

Commit Graph

  • f9fdc96cbf
    Push LazyStat down into catch_reporter_streaming_base.hpp Martin Hořeňovský 2020-08-24 11:27:13 +0200
  • 360b82620e
    Refactor serializeFilters implementation Martin Hořeňovský 2020-08-24 10:15:47 +0200
  • 2a8e317cfb
    Split various reporter helpers out from streaming_base.hpp Martin Hořeňovský 2020-08-23 22:43:56 +0200
  • 7cc585c7ae Remove superfluous values Dawid Kurek 2020-08-24 10:03:04 +0200
  • 6a08d401aa
    Split out ReporterFactory out of catch_interfaces_reporter.hpp Martin Hořeňovský 2020-08-23 21:19:26 +0200
  • 9677df6d8b
    Split IReporterRegistry into its own header file Martin Hořeňovský 2020-08-23 18:16:10 +0200
  • ed7eaf2df3
    Split catch_reporter_bases.hpp into two separate headers Martin Hořeňovský 2020-08-22 23:16:23 +0200
  • 24559493bf
    Anchor some Clara vtables into the cpp file Martin Hořeňovský 2020-08-20 23:16:06 +0200
  • 7500ad1ffd
    Turn Clara::Detail::ResultBase::Type into its own enum class Martin Hořeňovský 2020-08-20 22:59:06 +0200
  • 1a97af45f1
    Cleanup some stuff found by MSVC's /analyze Martin Hořeňovský 2020-08-19 17:44:22 +0200
  • 2e480b6e56
    Use StringRef for CasedString::caseSensitivitySuffix return type Martin Hořeňovský 2020-08-18 14:03:37 +0200
  • f16be402f7
    Make XmlEncoding tests slightly more efficient Martin Hořeňovský 2020-08-18 13:47:58 +0200
  • e418e75c74
    Turn CaseSensitive into proper enum class Martin Hořeňovský 2020-08-18 13:44:37 +0200
  • 6a46b344c0
    Split out CaseSensitive enum out of catch_common.hpp Martin Hořeňovský 2020-08-18 13:11:30 +0200
  • e7eb749815
    Split the NonCopyable helper out of catch_common.hpp Martin Hořeňovský 2020-08-18 11:35:58 +0200
  • 284672cc84
    Support sentinel-based ranges in default stringify () Sean Middleditch 2020-08-18 01:34:47 -0700
  • 9e9e6e0d3f Approval tests approved Sean Middleditch 2020-08-15 16:54:03 -0700
  • 9e8af60e4e Test stringify directly Sean Middleditch 2020-08-14 20:03:42 -0700
  • c1bb699d45
    Remove superfluous catch_reporter_registrars.hpp includes from reporters Martin Hořeňovský 2020-08-13 14:41:47 +0200
  • bf1e902ca1
    Remove <algorithm> include from catch_commandline.cpp Martin Hořeňovský 2020-08-13 14:41:07 +0200
  • 49b55d53e4
    Prune includes in catch_run_context.cpp Martin Hořeňovský 2020-08-13 14:31:42 +0200
  • 07fb96d42c
    Don't include catch_random_number_generator.hpp in catch_session.cpp Martin Hořeňovský 2020-08-13 14:07:00 +0200
  • 34d9a588bb
    Cleanup includes in catch_list.cpp Martin Hořeňovský 2020-08-13 14:00:19 +0200
  • 739cb4dbfc Add test to ensure sentinel-based ranges compile Sean Middleditch 2020-08-12 21:54:33 -0700
  • 673490deee Support ranges uses sentinels Sean Middleditch 2020-08-12 21:54:22 -0700
  • 05d7014e75
    ApproxMacher uses Approx's overloads for double directly Martin Hořeňovský 2020-08-11 19:07:14 +0200
  • aa28a917cb
    Turn UseColour into enum class Martin Hořeňovský 2020-08-11 15:50:51 +0200
  • b0531404e4
    Turn RunTests into TestRunOrder enum class Martin Hořeňovský 2020-08-11 15:46:03 +0200
  • 60cc4c293d
    Turn ShowDurations into an enum class Martin Hořeňovský 2020-08-11 15:03:37 +0200
  • 6dc8345261
    IStreamingReporter::list* only uses IConfig instead of full Config Martin Hořeňovský 2020-08-11 09:34:25 +0200
  • 24b83edf8a
    Clara cleanups Martin Hořeňovský 2020-08-08 18:18:27 +0200
  • b824d06844
    Fixup missing transitive includes Martin Hořeňovský 2020-08-08 14:40:54 +0200
  • e7aa432850
    Split TextFlow out from Clara Martin Hořeňovský 2020-08-01 20:32:26 +0200
  • 2b34b5c7d0 Fix typo in generators docs mattkurz 2020-08-03 21:51:08 +0200
  • 81aa2d5582
    Replace ostringstream with ReusableStringStream in ConsoleReporter Martin Hořeňovský 2020-08-02 18:51:57 +0200
  • 9d591f19ff
    Allow explicitly setting ReusableStringStream's serialized data Martin Hořeňovský 2020-08-02 18:50:56 +0200
  • a4ac07d104
    Split out default CATCH_CONFIG_CONSOLE_WIDTH into its own header Martin Hořeňovský 2020-08-01 19:09:18 +0200
  • 40c6482276
    Fix typo in generators docs mattkurz 2020-08-03 21:51:08 +0200
  • 708487d201 Issue 1992: Better c++17 std::byte detection This fixed buld errors for ubuntu-16 + clang and similar situations where C++17 is supported in the compiler but not the default C++ standard library. Gregory Bond 2020-08-03 13:03:19 +1000
  • 3bd73a5f25 Issue 1992: Better c++17 std::byte detection This fixed buld errors for ubuntu-16 + clang and similar situations where C++17 is supported in the compiler but not the default C++ standard library. Gregory Bond 2020-08-03 13:03:19 +1000
  • 6859c683e0 Don't apply global settings when configuring as a subproject. James Touton 2020-07-18 19:42:48 -0700
  • de3a208e16 Update ParseAndAddCatchTests.cmake Karthik Nishanth 2020-07-31 08:24:44 +0200
  • cc81ca2335
    Update ParseAndAddCatchTests.cmake Karthik Nishanth 2020-07-31 08:24:44 +0200
  • 8b0845b1a2
    Split catch_config.hpp out of reporter bases Martin Hořeňovský 2020-07-30 08:46:07 +0200
  • c5037743e6
    Avoid copying SectionInfo while construction Section Martin Hořeňovský 2020-07-29 21:29:38 +0200
  • 9d6ac62aff
    Remove unused member from Section Martin Hořeňovský 2020-07-29 21:22:59 +0200
  • ed0ea30149
    Apply some IWYU suggestions Martin Hořeňovský 2020-07-29 16:29:41 +0200
  • 35098a62d8
    Sanitize includes in random_number_generator.cpp Martin Hořeňovský 2020-07-29 14:58:11 +0200
  • ba57c17310
    Remove some extraneous includes from run_context.hpp Martin Hořeňovský 2020-07-29 14:54:55 +0200
  • 4e0af77e29
    Push includes for TestCaseInfo down into reporter TUs Martin Hořeňovský 2020-07-29 14:30:19 +0200
  • eaf7113fd3
    Cleanup stdlib includes in reporter_bases.hpp Martin Hořeňovský 2020-07-29 12:50:51 +0200
  • d090074da7
    Devirtualize handling of ReporterPreferences Martin Hořeňovský 2020-07-28 09:24:57 +0200
  • d218d6f9e2
    Avoid recalculating string-literal size on root tracker construction Martin Hořeňovský 2020-07-27 20:08:44 +0200
  • ef92178058
    Devirtualize nested tracker handling Martin Hořeňovský 2020-07-27 19:53:54 +0200
  • 125d4b4164
    Devirtualize test case registration Martin Hořeňovský 2020-07-27 08:49:49 +0200
  • c9b4867441
    Move some impls of StreamingReporterBase members to .cpp file Martin Hořeňovský 2020-07-27 08:46:35 +0200
  • 258cac63f8
    Move impls of CumulativeReporterBase member functions to .cpp file Martin Hořeňovský 2020-07-27 07:32:21 +0200
  • 5f6990d746
    Only start Section's timer if the duration will be used Martin Hořeňovský 2020-07-26 21:33:49 +0200
  • 5ca68829e1
    Refactor how shortcircuiting of old style matchers is tested Martin Hořeňovský 2020-07-26 21:31:29 +0200
  • ac54ba7e12
    Add test for shortcircuiting behaviour of generic matcher combinators Martin Hořeňovský 2020-07-26 21:22:13 +0200
  • 95c0c88d84
    Fix CMake add test helper for CMake 3.18.0 Reinhold Gschweicher 2020-07-16 11:45:38 +0200
  • 6efeecc179
    Cherry-pick doc updates for v2.13.0 Martin Hořeňovský 2020-07-12 20:28:38 +0200
  • 6b3c563c38
    Remove pointless CompactReporter::getPreferences override Martin Hořeňovský 2020-07-12 20:06:08 +0200
  • a004423c7f
    Improve documentation for --min-duration Martin Hořeňovský 2020-07-12 16:27:55 +0200
  • 4b344f11ea
    Document GENERATE's new usage between SECTIONs Martin Hořeňovský 2020-07-12 16:20:26 +0200
  • 87d0197cbd
    Update catch_reporter_tap.hpp Gavin S 2020-07-12 01:17:37 -0700
  • 4565b826cf
    Modify generator tracking to allow GENERATEs between SECTIONs Martin Hořeňovský 2020-07-04 17:45:30 +0200
  • 250d9b9c72
    Fix how testRandomOrder.py builds tag arguments Martin Hořeňovský 2020-07-11 21:31:08 +0200
  • 90d6fd849e
    Increase tolerances in --min-duration tests Martin Hořeňovský 2020-07-07 11:36:51 +0200
  • 13917c44b4
    --min-duration is overriden by -d no Martin Hořeňovský 2020-07-06 20:33:08 +0200
  • e6d947f6d4
    Refactor tests for duration reporting threshold Martin Hořeňovský 2020-07-06 20:02:20 +0200
  • 80b0d6975c
    Add --min-duration option John Bytheway 2020-04-13 08:34:27 -0400
  • 36131f7ffa
    Escaping literal "*" ("times") to fix markdown Eric Huber 2020-07-05 17:04:00 -0500
  • f52018205d
    Cherry pick release notes for v2.12.4 Martin Hořeňovský 2020-07-24 22:36:13 +0200
  • b32d2fa016
    Update FUNDING file (-Patreon, +PayPal) Martin Hořeňovský 2020-07-04 20:06:27 +0200
  • a25c1a24af
    Fix for macOS on ARM George Rhoten 2020-07-01 08:36:23 -0700
  • e28018c659
    Cherry pick release notes for v2.12.3 Martin Hořeňovský 2020-07-24 22:33:59 +0200
  • 2a25a267ea
    Cherry pick release notes for v2.12.2 Martin Hořeňovský 2020-07-24 22:33:26 +0200
  • 7f58840163
    Add OverallResultsCases element to XML reporter Ryan Pavlik 2020-06-11 16:58:56 -0500
  • 3b0f8c7ff0
    Replace a TODO comment in examples Martin Hořeňovský 2020-06-23 18:30:48 +0200
  • 2840ce1e70
    Add an example of using GENERATE(table()) Richard Ash 2020-06-19 15:32:08 +0100
  • ed9be5a00b
    Add notes on compiling the examples. Richard Ash 2020-06-18 17:40:18 +0100
  • 273111d1a6
    Clang-format configuration added. offa 2020-04-29 13:18:46 +0200
  • a862924601
    Make scripts/updateDocumentToC.py executable. Richard Ash 2020-06-18 17:02:21 +0100
  • 0e77adee05
    Add explicit test for shortcircuiting behaviour of combined matchers Martin Hořeňovský 2020-06-14 21:48:08 +0200
  • b74996a29c
    Devirtualize NameAndLocation query on trackers Martin Hořeňovský 2020-06-13 19:26:17 +0200
  • de53773e46
    Fix copy paste error in 7-arg TEMPLATE_TEST_CASE_SIG implementation Martin Hořeňovský 2020-06-13 15:41:25 +0200
  • 314bb7e632
    Clarify documentation about nested generators Martin Hořeňovský 2020-06-13 11:11:19 +0200
  • 9221a6ff65
    Hide std::exception_ptr and friends if exceptions disabled Matthias Blankertz 2020-06-04 11:53:13 +0200
  • 657ebf5db2
    Replace stray tabs with spaces Martin Hořeňovský 2020-06-01 19:06:41 +0200
  • 480f3f418b
    Improved generator tracking Martin Hořeňovský 2020-06-01 19:04:23 +0200
  • 3ceaad7d66
    fixing UB bogdasar1985 2020-05-28 19:13:55 +0500
  • f05cbea0f6 Don't apply global settings when configuring as a subproject. James Touton 2020-07-18 19:42:48 -0700
  • 229cc4823c Fix CMake add test helper for CMake 3.18.0 Reinhold Gschweicher 2020-07-16 11:45:38 +0200
  • 7b589b65d5 Fix CMake add test helper for CMake 3.18.0 Reinhold Gschweicher 2020-07-16 11:45:38 +0200
  • 4c47453aae
    Merge pull request from catchorg/master bogdasar1985 2020-07-13 02:45:48 +0500
  • 5c502320e8
    Remove obsolete comment in UnorderedEquals vector matcher Martin Hořeňovský 2020-05-18 14:29:50 +0200
  • f3fe2dcb11
    Add status attribute to JUnit's section reporting Martin Hořeňovský 2020-05-15 21:00:19 +0200
  • 8b5f6e26d3
    Fix compilation failure when using libstdc++10 () Natsu 2020-05-15 17:30:12 +0800
  • c24f7e5b34
    Fix invalid isspace call detected by PREfast Billy Robert O'Neal III 2020-05-11 20:38:09 -0700