Commit Graph

  • 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
  • ffa6c1e7e8 Added a vector approximate matcher Will Handley 2019-01-14 14:31:09 +0000
  • 45e552528d
    Remove home-rolled algorithm replacements Martin Hořeňovský 2019-04-19 17:54:21 +0200
  • 65e0f249ce Removed unused code Dmytro Ivanov 2019-04-18 21:12:03 +0200
  • 1ec30e753c Using std::sqrt Dmytro Ivanov 2019-04-18 21:09:40 +0200
  • 3978e9653b
    Add more documentation on contributing Martin Hořeňovský 2019-04-18 16:18:30 +0200
  • d6fce7bf34 Fix warnings generated with -Wshadow Stephen Newell 2019-01-13 08:54:23 -0700
  • 6d40a6c5a3 Fix warnings generated with -Wshadow Stephen Newell 2019-01-13 08:54:23 -0700
  • 9b6d54ae7a Adding cmath for sqrt. Dmytro Ivanov 2019-04-18 14:51:06 +0200
  • c3c82f539c
    Merge pull request #1336 from ax3l/topic-overrideVirtualRedundant Martin Hořeňovský 2019-04-18 14:10:24 +0200
  • c7653811a6
    Add basic CPack support Martin Hořeňovský 2019-04-18 13:46:02 +0200
  • 10357bef33 Add standard deviation to benchmarking Dmytro Ivanov 2019-04-18 12:42:25 +0200
  • 79417b9afc Revert "draft of nttp support" JoeyGrajciar 2019-04-18 11:35:33 +0200
  • 11cdd72db9 Merge remote-tracking branch 'refs/remotes/origin/nttp_support' JoeyGrajciar 2019-04-18 11:26:33 +0200
  • 0c39409da7 draft of nttp support Jozef Grajciar 2019-04-17 20:23:24 +0200
  • d976918976
    Adding a note about TEMPLATE_TEST_CASE Scott Hutchinson 2019-04-17 11:45:53 -0700
  • edfac75347
    Add test for omitting the 'Filters' heading when there were none Martin Hořeňovský 2019-04-16 23:49:22 +0200
  • 1472c8426f Don't assume a debian system based on /etc Thijs Withaar 2019-04-15 18:48:59 +0200
  • a30f47fd00 allow 'make package' to create an installer Thijs Withaar 2019-04-13 12:33:15 +0200
  • ac94bd0520 ParseAndAddCatchTests: Ignore cmake object libraries Martin Luelf 2019-04-14 17:39:26 +0200
  • d4eec016a9 CatchAddTests now adds tags as labels for ctest - `ctest --print-labels` now will show list of available labels - `ctest -L <regex>` will allow to run tests with given labels(tags) Maciej Patro 2019-04-13 15:47:14 +0200
  • 76b6437a2b ParseAndAddCatchTests: Ignore cmake object libraries Martin Luelf 2019-04-14 17:39:26 +0200
  • b96cd4c64f CatchAddTests now adds tags as labels for ctest - `ctest --print-labels` now will show list of available labels - `ctest -L <regex>` will allow to run tests with given labels(tags) Maciej Patro 2019-04-13 15:47:14 +0200
  • 36fb856163
    Fix JUnit reporter output so that it conforms to JUnit schema Martin Hořeňovský 2019-04-11 13:04:54 +0200
  • 4e32e0a563
    Fix vendored dep because upstream is non-responsive Martin Hořeňovský 2019-04-10 20:15:42 +0200
  • 1e2270b370 ParseAndAddCatchTests: Do not change CMAKE_MINIMUM_REQUIRED_VERSION when included Daniele E. Domenichelli 2019-03-07 16:01:19 +0100
  • 5096e39297 ParseAndAddCatchTests: Add scope to functions in order to avoid name collisions Daniele E. Domenichelli 2019-03-07 15:59:53 +0100
  • 15ccced6da ParseAndAddCatchTests: Document AdditionalCatchParameters variable Daniele E. Domenichelli 2019-03-07 15:07:59 +0100
  • 682617b5b7 ParseAndAddCatchTests: Fix tests not found Daniele E. Domenichelli 2019-03-07 15:07:57 +0100
  • 15150c7b46 ParseAndAddCatchTests: Set the ParseAndAddCatchTests_TESTS property Daniele E. Domenichelli 2019-03-07 15:07:53 +0100
  • 5ce355a38c For macOS builds, disable isDebuggerActive() for non-AppleClang targets. Fixes #1588 Torfinn Berset 2019-04-05 11:39:13 +0200
  • edde6f4736 Fix typos identified by codespell. Ryan Pavlik 2019-04-08 16:30:28 -0500
  • 6bc5d172ee
    Merge pull request #1596 from 50ty/patch-1 Martin Hořeňovský 2019-04-10 09:31:00 +0200
  • 3079b514d4
    IndexOfHideLabel is never used Stefan Rommel 2019-04-10 08:00:08 +0200
  • e99f1efd28
    Avoid adding a default test spec when none was provided Martin Hořeňovský 2019-04-09 11:50:59 +0200
  • 7b6655e71d Fix typos identified by codespell. Ryan Pavlik 2019-04-08 16:30:28 -0500
  • b9dd1936e5
    v2.7.1 v2.7.1 Martin Hořeňovský 2019-04-08 13:30:44 +0200
  • 293d617c49
    Merge pull request #1592 from robinlinden/fix-cmake-integration-typo Martin Hořeňovský 2019-04-08 13:20:41 +0200
  • 7be35af167
    Use correct filename in CMake integration docs Robin Lindén 2019-04-07 15:41:34 +0200
  • cb8d643847 For macOS builds, disable isDebuggerActive() for non-AppleClang targets. Fixes #1588 Torfinn Berset 2019-04-05 11:39:13 +0200
  • 02f13cf95a Made onto dev build and regenerated single header Phil nash 2019-04-04 16:02:58 +0100
  • 43428c6093 First commit of STRINGIFY_ENUM Phil nash 2019-04-04 15:55:46 +0100
  • 08147a23f9
    Fix ObjC matchers Martin Hořeňovský 2019-03-26 20:39:35 +0100
  • 8af8704089 support for printing test filters (PR #1585) Ziv Shahaf 2019-04-01 22:33:57 +0300
  • 2fa4f57974 Add RenderDoc to list of open source users. source code reference: https://github.com/baldurk/renderdoc/blob/v1.x/renderdoc/3rdparty/catch/official/catch.hpp Jason Chen 2019-04-03 15:45:07 +0800
  • b74db67827 support for printing test filters (PR #1585) Ziv Shahaf 2019-04-01 22:33:57 +0300
  • cc3a8fb59a
    Fix path discovery in parser earonesty 2019-04-01 13:23:14 -0400
  • 3816e99d0c
    Add GENERATE_COPY and GENERATE_VAR capturing generator macros Martin Hořeňovský 2019-03-31 14:11:10 +0200
  • b77cec05c0
    Fix test tag parsing to split [.foo] into [.][foo] Martin Hořeňovský 2019-03-29 10:48:56 +0100
  • 54089c4c8c Deducing return type of map generator helper (#1576) Omer Ozarslan 2019-03-24 09:44:22 -0500
  • 3bd49694aa Update docs Omer Ozarslan 2019-03-23 21:18:16 -0500
  • f199fd1848 Remove static assertion requiring <functional> Omer Ozarslan 2019-03-23 21:18:02 -0500
  • 268209b3b5 Replace result_of with invoke_result for C++17 Omer Ozarslan 2019-03-21 16:33:22 -0500
  • fa100ca0de Tidy up template parameter mess Omer Ozarslan 2019-03-20 16:23:37 -0500
  • 3a7213600a Add and approve tests for deducing map type Omer Ozarslan 2019-03-20 15:49:30 -0500
  • 03880b88b5 Deduce map return type implicitly Omer Ozarslan 2019-03-20 15:46:35 -0500
  • 296d447452
    Merge pull request #1575 from alabuzhev/warning_ntstatus Martin Hořeňovský 2019-03-20 15:22:27 +0100
  • 0531965349
    Suppress warning caused by ntstatus.h inclusion Alex Alabuzhev 2019-03-19 23:55:18 +0000
  • a1cdff4f18 raspigcd - opensource-users Tadeusz Puźniakowski 2019-03-18 15:14:32 +0100
  • 409bcc2b21
    raspigcd - opensource-users Tadeusz Puźniakowski 2019-03-18 15:14:32 +0100
  • 4611125801 generators.md: fix extraneous back tick in doc Steve Hollasch 2019-03-12 14:35:47 -0700
  • 5ae701f110 generators.md: fix extraneous back tick in doc Steve Hollasch 2019-03-12 14:35:47 -0700
  • d385b468cb Add test for support of capturing lambdas in GENERATE() Alexander Graf 2019-03-11 12:48:29 +0100
  • ed48d5e4c6 Add support for capturing lambdas in GENERATE() Alexander Graf 2019-03-11 12:23:43 +0100
  • e509012e64 Update blog URL and fic typos in tutorial.md Clare Macrae 2019-03-08 09:17:47 +0000
  • 448825db03 Readability improvements for assertions.md Clare Macrae 2019-03-08 09:15:15 +0000
  • 0fff8e7791 Add ApprovalTests.cpp to list of open source users Clare Macrae 2019-03-08 09:13:53 +0000
  • 68a3c129ac
    Merge pull request #1562 from claremacrae/patch-2 Martin Hořeňovský 2019-03-09 17:35:08 +0100