Commit Graph

  • 9cf5897a11 Fix ChunkGenerator with chunk-size 0 David Sommerich 2019-06-29 23:48:30 +1000
  • 6f32c67ea7 Adding to documentation for --order and --rng-seed Scott Hutchinson 2019-06-18 16:08:31 -0700
  • bfc0b7a7da
    Adding to documentation for --order and --rng-seed Scott Hutchinson 2019-06-18 16:08:31 -0700
  • 7eea3ab245
    Actually fix the CMake platform-independence problem Martin Hořeňovský 2019-06-17 19:41:07 +0200
  • 80af9ca687 Rollback ctest labels in CatchAddTests.cmake Justin Bassett 2019-06-06 20:10:34 -0700
  • 33286fdc37
    Fix bug with making arch-independent CMake config file Martin Hořeňovský 2019-06-17 19:08:16 +0200
  • 2f631bb808
    v2.9.1 v2.9.1 Martin Hořeňovský 2019-06-17 12:00:19 +0200
  • 25cc09dcec
    Fix benchmarking in stand-alone files Martin Hořeňovský 2019-06-17 11:58:40 +0200
  • e64ab6e9f4 Rollback ctest labels in CatchAddTests.cmake Justin Bassett 2019-06-06 20:10:34 -0700
  • f9dce28e7d
    v2.9.0 v2.9.0 Martin Hořeňovský 2019-06-16 10:42:52 +0200
  • b87caafd91 Remove explicit setting of CXX_STANDARD for SelfTest target Jayesh Badwaik 2019-05-05 00:23:53 +0200
  • bbbd5c4e08 Added null-ptr check in Colour::use() geh 2019-05-14 14:14:39 +0200
  • de211dbd08 Added null-ptr check in Colour::use() geh 2019-05-14 14:14:39 +0200
  • f41051f22a test approvals for TEMPLATE_LIST_TEST_CASE Jozef Grajciar 2019-05-27 20:41:21 +0200
  • e90d5a86e4 docs for TEMPLATE_LIST_TEST_CASE Jozef Grajciar 2019-05-27 20:39:25 +0200
  • dbc1295354 tests for TEMPLATE_LIST_TEST_CASE Jozef Grajciar 2019-05-27 17:25:48 +0200
  • f2cfc2b852 TEMPLATE_LIST_TEST_CASE implementation Jozef Grajciar 2019-05-27 17:24:16 +0200
  • 6346ae7c4b test approvals for TEMPLATE_LIST_TEST_CASE Jozef Grajciar 2019-05-27 20:41:21 +0200
  • 062719ae72 docs for TEMPLATE_LIST_TEST_CASE Jozef Grajciar 2019-05-27 20:39:25 +0200
  • 668f2935d7 tests for TEMPLATE_LIST_TEST_CASE Jozef Grajciar 2019-05-27 17:25:48 +0200
  • 1e90e2d30d TEMPLATE_LIST_TEST_CASE implementation Jozef Grajciar 2019-05-27 17:24:16 +0200
  • c365ac392b
    Standardize and document the parallel processing toggle Martin Hořeňovský 2019-06-15 12:50:36 +0200
  • e640c3837a
    Move the async-using parts of benchmarking into a .cpp file Martin Hořeňovský 2019-06-15 11:14:24 +0200
  • b468d7cbff
    Link benchmarking docs from the doc main page Martin Hořeňovský 2019-06-15 09:23:00 +0200
  • 7142d5a8c9
    Show bound when stringifying the WithinULP matcher Martin Hořeňovský 2019-06-14 20:16:12 +0200
  • 1967feac49
    Introduce stubs for throwing specific exception types Martin Hořeňovský 2019-06-14 14:59:19 +0200
  • f0b7b0ca11
    Add a FUNDING file Martin Hořeňovský 2019-06-07 18:56:48 +0200
  • 4b1252547c
    Merge pull request #1616 from fodinabor/integrate_nonius Martin Hořeňovský 2019-06-07 07:01:47 +0200
  • 1323697f5a Merge branch 'section-OOO-test' into section-OOO-fix Daniel Bak 2019-06-06 13:33:02 -0600
  • 271e033175 In a failing test, the sectionend() corresponding to a sectionstart() could possibly pop different data than was pushed. This is because sectionEndedEarly() would push the failing section onto another stack (m_unfinishedSections), and then the next sectionEnded() would close the hanging sectionStarted(). Then the m_unfinishedSections would be popped, filling up the remaining hanging sections. Daniel Bak 2019-06-04 19:20:00 -0600
  • 10067a47da
    Add an extra test for benchmarking macros Martin Hořeňovský 2019-06-02 13:19:09 +0200
  • e340ab8db6
    Various improvements to the benchmarking support Martin Hořeňovský 2019-05-19 20:54:44 +0200
  • f7af81561e Added captures to errnoParser and nanParser as these were not capturing correctly on my machine. Daniel Bak 2019-06-06 13:11:11 -0600
  • 1985480111 Added test to reveal bug #1650 Editied approval tests to expect correct behavior. Daniel Bak 2019-06-05 16:47:42 -0600
  • 3d0b82a062 Added test displaying issue #1650 Daniel Bak 2019-06-05 11:58:20 -0600
  • ce2560ca95 Integrate Nonius benchmark into Catch2 Joachim Meyer 2019-04-23 23:41:13 +0200
  • 00347f1e79
    v2.8.0 v2.8.0 Martin Hořeňovský 2019-05-26 22:47:00 +0200
  • a5a2d08fbb
    Remove commented out code Martin Hořeňovský 2019-05-26 21:19:55 +0200
  • 97602b248b
    Remove obsolete file with wrong advice Martin Hořeňovský 2019-05-25 21:20:37 +0200
  • e28e162795
    Merge pull request #1638 from janisozaur/patch-1 Martin Hořeňovský 2019-05-25 21:15:58 +0200
  • 90378f4a59
    Have conan test-build the package in a separate subdirectory Martin Hořeňovský 2019-05-23 14:29:45 +0200
  • 84f8e806b8 Nttp support tests approvals Jozef Grajciar 2019-05-23 19:29:18 +0200
  • 732e4b06db docs for signature based parametrised test cases Jozef Grajciar 2019-04-24 17:04:13 +0200
  • 0c43f98fa2 Nttp support Jozef Grajciar 2019-04-17 20:23:24 +0200
  • a6e93337a2 Nttp support tests approvals Jozef Grajciar 2019-05-23 19:29:18 +0200
  • 7585794c8c docs for signature based parametrised test cases Jozef Grajciar 2019-04-24 17:04:13 +0200
  • ebdcc9120b Nttp support Jozef Grajciar 2019-04-17 20:23:24 +0200
  • bd703dd74b
    Merge pull request #1611 from cincodenada/unscoped-disabled-prefixed Martin Hořeňovský 2019-05-23 14:19:22 +0200
  • 99602787cd
    Fix error message when unmatched quotes are encountered by CAPTURE Martin Hořeňovský 2019-05-23 13:51:33 +0200
  • bfb4ee1597
    Prevent building in source dir Michał Janiszewski 2019-05-21 06:38:06 +0200
  • 31537c43d9 Rebased approvals Phil Nash 2019-05-21 00:05:39 +0100
  • 96355da34e StringRef no longer repoints m_start to m_data after c_str() on a substring. Phil Nash 2019-05-21 00:04:19 +0100
  • 71fce429af Fix clang warning on self-assignment Phil Nash 2019-05-20 23:56:55 +0100
  • d13e094598 Remove unique type check Jozef Grajciar 2019-05-20 21:13:05 +0200
  • d30f1dda02 Rebased approvals Phil Nash 2019-05-18 20:53:28 +0100
  • 3bce8ba14b Fix StringRef self-assignment after substring Phil Nash 2019-05-18 17:54:06 +0100
  • e680c4b9fb fix SEGFAULT during construction of Session Jozef Grajciar 2019-05-15 20:14:25 +0200
  • f1e14a1168 Add missing word mlimber 2019-05-08 09:04:33 -0400
  • 9ed26f93e0
    Add missing word mlimber 2019-05-08 09:04:33 -0400
  • 2ce0c935ef
    Remove explicit setting of CXX_STANDARD for SelfTest target Jayesh Badwaik 2019-05-05 00:23:53 +0200
  • 92ad9ee355
    Merge pull request #1614 from mlimber/master Martin Hořeňovský 2019-05-03 17:46:03 +0200
  • e2862a8d71
    Add documentation for custom precision in float stringification Martin Hořeňovský 2019-05-03 15:40:21 +0200
  • 1161011dd0
    Refactor custom precision in floating point stringification Martin Hořeňovský 2019-05-02 21:32:54 +0200
  • 53a83e855e Add support for custom precision in floating point stringification mlimber 2019-04-26 11:14:33 -0400
  • 9c741fe960 Allow quotes in CAPTURE arguments (#1608) Petr Ledvina 2019-05-01 19:12:44 +0200
  • b1f114f6b0 Fixup warning in release mode Martin Hořeňovský 2019-05-01 17:47:04 +0200
  • ff22fe5d4e Approve test results Petr Ledvina 2019-04-25 11:18:36 +0200
  • 865c2e2596 Add test case for string / char in capture Petr Ledvina 2019-04-25 11:18:01 +0200
  • 5a55520943 Improve string and character constant parsing Petr Ledvina 2019-04-25 11:17:31 +0200
  • b1d88b7a44 Allow quotes in CAPTURE arguments Petr Ledvina 2019-04-24 15:50:30 +0200
  • 79b1c7bef6 Listener docs: should call base class functions John Bytheway 2019-04-28 09:20:28 +0100
  • 979bbf03bb Removed another redundant ; (from docs) Phil nash 2019-04-27 18:52:38 +0100
  • 33ce3f3953 added cpp to another code block in docs Phil nash 2019-04-27 18:51:26 +0100
  • 87a9424c9d Removed redundant ; Phil nash 2019-04-27 18:50:05 +0100
  • 77f89113fc
    Remove semicolon causing GCC to complain mlimber 2019-04-26 16:10:33 -0400
  • 00cb0035c9 Enclosed generated StringMaker for enums in Catch namespace, rather than qualified Phil nash 2019-04-26 18:24:52 +0100
  • 6267b06089 Added #include for <memory> (for unique_ptr) Phil nash 2019-04-26 17:06:44 +0100
  • 9837c35df1 Rebased approvals for stringified enum tests Phil nash 2019-04-26 11:30:19 +0100
  • 46066ede17 Merge branch enum stringification work Phil nash 2019-04-26 11:26:45 +0100
  • 6981783178 Added some missing #includes Phil nash 2019-04-25 14:19:00 +0100
  • 08c8df1e3b include StringRef, rather than fwd decl, for splitString Phil nash 2019-04-25 10:32:55 +0100
  • daeb5a87e6 Removed global qualification of specialisation Phil nash 2019-04-25 10:23:58 +0100
  • f2ee4f17ad Moved enum tests that depend on internals to IntrospectiveTests. Phil nash 2019-04-25 10:13:11 +0100
  • 182fc3e46e fix example's mistake in slow-compiles.md Wu Yuanshou 2019-04-24 11:42:29 +0800
  • 6b5b72651d Add UNSCOPED_INFO to prefix/disabled sections Joel Bradshaw 2019-04-24 12:51:21 -0700
  • f45bb00351 Add failing test for CATCH_UNSCOPED_CAPTURE Joel Bradshaw 2019-04-24 12:50:31 -0700
  • f7552ff96e fix example's mistake in slow-compiles.md Wu Yuanshou 2019-04-24 11:42:29 +0800
  • 7c37501b07
    v2.7.2 v2.7.2 Martin Hořeňovský 2019-04-22 23:15:59 +0200
  • 4a1ca1ab55 TrackerContext: Remove misleading instance static method. Martin Hostettler 2019-04-21 23:29:52 +0200
  • c0769c0301 TrackerContext: Remove misleading instance static method. Martin Hostettler 2019-04-21 23:29:52 +0200
  • 38e4e1dad0 Warning cleanup Martin Hořeňovský 2019-04-21 22:35:35 +0200
  • fc94f6a754 deviation measurements in standard looper Martin Hořeňovský 2019-04-21 20:03:55 +0200
  • e02d9e788f Document CATCH_REGISTER_ENUM Phil Nash 2019-04-21 20:32:20 +0300
  • 541f1ed1b3 Only provide CATCH_REGISTER_ENUM Phil Nash 2019-04-21 20:26:46 +0300
  • 346723c9b6 Renamed STRINGIFY_ENUM to REGISTER_ENUM Phil Nash 2019-04-21 20:15:26 +0300
  • 5a74fcc9c9 Removed IEnumInfo (just use EnumInfo directly) Phil Nash 2019-04-21 19:56:19 +0300
  • 9d5d719868 Changed splitString to splitStringRef Phil Nash 2019-04-21 20:03:44 +0300
  • 16a2dd0f44 Fix MSVC warning Martin Hořeňovský 2019-04-20 17:50:46 +0200
  • e0b14fe73e Unify the loopers Martin Hořeňovský 2019-04-20 16:59:49 +0200
  • 91b617c462 Added a vector approximate matcher Will Handley 2019-01-14 14:31:09 +0000