Commit Graph

  • 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
  • 1ce5ec9b74
    Merge pull request #1565 from inobelar/patch-1 Martin Hořeňovský 2019-03-09 17:33:42 +0100
  • 37a4e32319
    Added override keyword near IntRange::describe() method Yurii Nakonechnyi 2019-03-09 15:05:27 +0200
  • e488424c6c Update blog URL and fic typos in tutorial.md Clare Macrae 2019-03-08 09:17:47 +0000
  • 810b660e0c Readability improvements for assertions.md Clare Macrae 2019-03-08 09:15:15 +0000
  • ca7b81775f Add ApprovalTests.cpp to list of open source users Clare Macrae 2019-03-08 09:13:53 +0000
  • 0424c9a62c
    Update url of blog post Clare Macrae 2019-03-08 08:56:00 +0000
  • d633072794
    v2.7.0 v2.7.0 Martin Hořeňovský 2019-03-07 21:44:57 +0100
  • 51ed08be22
    Take changes to Clara from master Martin Hořeňovský 2019-03-07 20:48:02 +0100
  • 2ec0960714 ParseAndAddCatchTests: Do not change CMAKE_MINIMUM_REQUIRED_VERSION when included Daniele E. Domenichelli 2019-03-07 16:01:19 +0100
  • cc54f7fe94 ParseAndAddCatchTests: Add scope to functions in order to avoid name collisions Daniele E. Domenichelli 2019-03-07 15:59:53 +0100
  • 398b90b117 ParseAndAddCatchTests: Document AdditionalCatchParameters variable Daniele E. Domenichelli 2019-03-07 15:07:59 +0100
  • 975004686b ParseAndAddCatchTests: Fix tests not found Daniele E. Domenichelli 2019-03-07 15:07:57 +0100
  • 8387b0a11e ParseAndAddCatchTests: Set the ParseAndAddCatchTests_TESTS property Daniele E. Domenichelli 2019-03-07 15:07:53 +0100
  • 1701325caa Document unscoped info Omer Ozarslan 2019-02-03 19:41:41 -0600
  • 7aee973a4a Add tests for unscoped info Omer Ozarslan 2019-02-01 09:36:35 -0600
  • 99575b45db Add unscoped info functionality Omer Ozarslan 2019-02-01 09:11:30 -0600
  • 1a03918455
    Force flush streams in tests for #1514 Martin Hořeňovský 2019-03-06 21:53:17 +0100
  • be895cdf15 Document unscoped info Omer Ozarslan 2019-02-03 19:41:41 -0600
  • 05796fbdee Add tests for unscoped info Omer Ozarslan 2019-02-01 09:36:35 -0600
  • 55078e6bca Add unscoped info functionality Omer Ozarslan 2019-02-01 09:11:30 -0600
  • bd667f4d69
    Add comma-escaping in test specs to ParseAndAddCatchTests.cmake Martin Hořeňovský 2019-03-03 13:10:08 +0100
  • 28db5ed4c9
    Add tests for #1514 Martin Hořeňovský 2019-03-02 21:22:41 +0100
  • 7d2451f119 Fix output redirection in failing tests (#1525) SimonChh 2019-03-02 15:18:48 -0500
  • 80ac08eb00 Support for printing test filters. Added for Console and XML Reporters Ziv Shahaf 2019-03-01 23:21:33 +0200
  • 5bf6e47381
    Add another example for generators Martin Hořeňovský 2019-02-26 12:46:10 +0100
  • 29b3b7ae6b
    Namespace our type traits in catch_meta Martin Hořeňovský 2019-02-23 21:06:16 +0100
  • ef5fd8d42f
    Add another test for FilterGenerator Martin Hořeňovský 2019-02-23 20:37:30 +0100
  • bccc4e5312 Fixed tabulations Simon Chamberland 2019-02-23 14:35:39 -0500
  • 693647c43f
    Add ChunkGenerator Martin Hořeňovský 2019-02-23 20:22:46 +0100
  • b0e3027bda Merge branch 'master' into issue-1514 Simon Chamberland 2019-02-23 14:21:21 -0500
  • a9b54b3d5f Move RedirectedStreams class to catch_output_redirect.h/.cpp Simon Chamberland 2019-02-23 12:28:17 -0500
  • 288387fa10
    Cleanup: move things around Martin Hořeňovský 2019-02-23 17:16:28 +0100
  • 165de9b072 Add RangeGenerator Rick de Water 2019-02-03 16:42:24 +0100