Commit Graph

  • 3816e99d0c Add GENERATE_COPY and GENERATE_VAR capturing generator macros Martin Hořeňovský 2019-03-31 14:11:10 +02:00
  • b77cec05c0 Fix test tag parsing to split [.foo] into [.][foo] Martin Hořeňovský 2019-03-29 10:48:56 +01:00
  • 54089c4c8c Deducing return type of map generator helper (#1576) Omer Ozarslan 2019-03-24 09:44:22 -05:00
  • 296d447452 Merge pull request #1575 from alabuzhev/warning_ntstatus Martin Hořeňovský 2019-03-20 15:22:27 +01:00
  • 0531965349 Suppress warning caused by ntstatus.h inclusion Alex Alabuzhev 2019-03-19 23:55:18 +00:00
  • a1cdff4f18 raspigcd - opensource-users Tadeusz Puźniakowski 2019-03-18 15:14:32 +01:00
  • 4611125801 generators.md: fix extraneous back tick in doc Steve Hollasch 2019-03-12 14:35:47 -07:00
  • e509012e64 Update blog URL and fic typos in tutorial.md Clare Macrae 2019-03-08 09:17:47 +00:00
  • 448825db03 Readability improvements for assertions.md Clare Macrae 2019-03-08 09:15:15 +00:00
  • 0fff8e7791 Add ApprovalTests.cpp to list of open source users Clare Macrae 2019-03-08 09:13:53 +00:00
  • 68a3c129ac Merge pull request #1562 from claremacrae/patch-2 Martin Hořeňovský 2019-03-09 17:35:08 +01:00
  • 1ce5ec9b74 Merge pull request #1565 from inobelar/patch-1 Martin Hořeňovský 2019-03-09 17:33:42 +01:00
  • 37a4e32319 Added override keyword near IntRange::describe() method Yurii Nakonechnyi 2019-03-09 15:05:27 +02:00
  • 0424c9a62c Update url of blog post Clare Macrae 2019-03-08 08:56:00 +00:00
  • d633072794 v2.7.0 v2.7.0 Martin Hořeňovský 2019-03-07 21:44:57 +01:00
  • 51ed08be22 Take changes to Clara from master Martin Hořeňovský 2019-03-07 20:48:02 +01:00
  • 1701325caa Document unscoped info Omer Ozarslan 2019-02-03 19:41:41 -06:00
  • 7aee973a4a Add tests for unscoped info Omer Ozarslan 2019-02-01 09:36:35 -06:00
  • 99575b45db Add unscoped info functionality Omer Ozarslan 2019-02-01 09:11:30 -06:00
  • 1a03918455 Force flush streams in tests for #1514 Martin Hořeňovský 2019-03-06 21:53:17 +01:00
  • bd667f4d69 Add comma-escaping in test specs to ParseAndAddCatchTests.cmake Martin Hořeňovský 2019-03-03 13:10:08 +01:00
  • 28db5ed4c9 Add tests for #1514 Martin Hořeňovský 2019-03-02 21:22:41 +01:00
  • 7d2451f119 Fix output redirection in failing tests (#1525) SimonChh 2019-03-02 15:18:48 -05:00
  • 5bf6e47381 Add another example for generators Martin Hořeňovský 2019-02-26 12:46:10 +01:00
  • 29b3b7ae6b Namespace our type traits in catch_meta Martin Hořeňovský 2019-02-23 21:06:16 +01:00
  • ef5fd8d42f Add another test for FilterGenerator Martin Hořeňovský 2019-02-23 20:37:30 +01:00
  • 693647c43f Add ChunkGenerator Martin Hořeňovský 2019-02-23 20:22:46 +01:00
  • 288387fa10 Cleanup: move things around Martin Hořeňovský 2019-02-23 17:16:28 +01:00
  • 165de9b072 Add RangeGenerator Rick de Water 2019-02-03 16:42:24 +01:00
  • bf4771a7ed Script helper getBuildExecutable now works properly on Windows hbina4326 2019-02-02 06:20:56 -05:00
  • 7012a31a39 Fix VS2015 warning issue Martin Hořeňovský 2019-02-20 10:14:46 +01:00
  • 269303d9d9 Introduce random number (Integral and Float) generators Martin Hořeňovský 2019-02-19 22:09:14 +01:00
  • e8bfd882e8 Fix -Wdefaulted-function-deleted warning Khem Raj 2019-02-12 12:57:00 -08:00
  • 2bd0722470 fix "code will never be executed" under clang Paul Lesur 2019-02-12 13:25:03 +01:00
  • 45ebf17ec7 Do not open the output file twice Igor Akhmetov 2019-02-16 21:28:18 +03:00
  • 093b72416d Remove non-ASCII characters from the distributable parts Martin Hořeňovský 2019-02-18 10:33:41 +01:00
  • c99a346490 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) Tobias Ribizel 2019-02-17 21:52:22 +01:00
  • 359a54b6bd Merge pull request #1539 from mattclarke/patch-1 Martin Hořeňovský 2019-02-17 21:24:42 +01:00
  • 711d750ca7 use "std" namespace for "sprintf" Girts Folkmanis 2019-02-13 21:06:41 +00:00
  • 95f7712808 Missing hyphens and full-stops added Matt Clarke 2019-02-13 10:13:14 +01:00
  • dbbab8727c v2.6.1 v2.6.1 Martin Hořeňovský 2019-02-12 19:58:12 +01:00
  • 5d4061af12 Update release process docs to include PGP-signing Martin Hořeňovský 2019-02-12 19:32:36 +01:00
  • 9ccea82d7f Catch: resolve inconsistency in CATCH_REQUIRE_THROWS Darren Gilroy 2019-02-08 11:10:46 -08:00
  • dd3d27de57 Fix TAP protocol reporter Berkus Karchebnyy 2019-02-04 13:39:16 +02:00
  • 7f229b4ff1 fix SEGFAULTs Jozef Grajciar 2019-02-08 10:41:23 +01:00
  • c03b23c84b Added Makimo to list of commercial users Jozef Grajciar 2019-02-04 20:04:48 +01:00
  • 17686ba571 junit reporter reports random seed (--rng-seed) Fixes #1520 Nathaniel Dosé 2019-01-31 22:03:41 +01:00
  • d75e9b3c0f v2.6.0 v2.6.0 Martin Hořeňovský 2019-01-31 22:32:55 +01:00
  • 67308bb606 Add documentation for CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER Martin Hořeňovský 2019-01-31 15:36:48 +01:00
  • 16dc219704 Add to string for std::optional Robin Moussu 2019-01-25 22:05:40 +01:00
  • 63d1a96908 Merge pull request #1516 from catchorg/dev-generators-take2 Martin Hořeňovský 2019-01-31 14:24:30 +01:00
  • 061f1f836a Update documentation and examples for generators Martin Hořeňovský 2019-01-29 10:52:28 +01:00
  • 5929d9530c Add generic generator modifiers Martin Hořeňovský 2019-01-27 23:50:43 +01:00
  • e46a70f829 Redo generator interface Martin Hořeňovský 2019-01-27 19:46:28 +01:00
  • 64a9c02315 Remove obsolete IndexTracker Martin Hořeňovský 2019-01-27 16:04:02 +01:00
  • 61f4c7ab85 Remove unused type from tests Martin Hořeňovský 2019-01-27 00:03:11 +01:00
  • 50fefd059a fix variant detection with non-clang compiler Robin Moussu 2019-01-25 02:22:41 +01:00
  • a2baabbf71 Fix variant test for libstdc++ version 9 (#1515) Robin Moussu 2019-01-26 18:32:17 +01:00
  • 6f9cdd6583 Release builds on travis now respect C++17 if specified Martin Hořeňovský 2019-01-25 22:50:19 +01:00
  • d9e99dc2ca Improve explanation of why -Wparentheses suppression leaks Martin Hořeňovský 2019-01-25 21:29:12 +01:00
  • 804a2118c2 Merge pull request #1452 from drdanz/ParseAddAndCatchTest_DISABLED Martin Hořeňovský 2019-01-23 15:07:03 +01:00
  • aa1e470058 Merge hidden-test-disabled and hidden-test-hidden Martin Hořeňovský 2019-01-23 15:03:33 +01:00
  • 8d5d54e529 Docs: note to INFO Jozef Grajciar 2019-01-22 11:23:44 +01:00
  • 73d533ff5c Examples: add semicolon after INFO Jozef Grajciar 2019-01-01 14:12:36 +01:00
  • 899c5ed3df Console Colour: fix compilation Jozef Grajciar 2019-01-19 23:03:25 +01:00
  • 084b1d5fe6 Fix colourized output to file Martin Hořeňovský 2019-01-19 13:29:53 +01:00
  • 4109870435 Merge pull request #1484 from Lotterleben/extend_contributing Martin Hořeňovský 2019-01-19 13:06:06 +01:00
  • 2988e9f6cf Update contributing.md to reflect current test setup Martin Hořeňovský 2019-01-19 13:04:45 +01:00
  • bc02ada4b0 Add build instructions to contributing.md Lotte Steenbrink 2019-01-04 15:39:22 +01:00
  • 61e1ea9185 Merge pull request #1492 from Lotterleben/fix_1394 Martin Hořeňovský 2019-01-18 16:46:40 +01:00
  • b275ead8c3 Remove the obsolete issue template Martin Hořeňovský 2019-01-18 15:38:09 +01:00
  • b0381e42b2 Update issue templates Martin Hořeňovský 2019-01-18 15:36:34 +01:00
  • 8989c9b560 Integrate tests for #1394 into our test suite Martin Hořeňovský 2019-01-15 23:13:16 +01:00
  • d084162b2f Avoid superfluous re-run when specific section is selected Lotte Steenbrink 2019-01-07 16:40:23 +01:00
  • 0387fb64ce Added Bloomlife to list of commercial users Torfinn Berset 2019-01-14 12:46:18 +01:00
  • 75200b462c Change CATCH_BREAK_INTO_DEBUGGER to always expand into a function call Martin Hořeňovský 2019-01-13 23:22:28 +01:00
  • 17e09be3b9 Fix stupid (C4800) warning Martin Hořeňovský 2019-01-13 19:01:12 +01:00
  • 1c99b0ff81 Minor cleanup in decomposer Martin Hořeňovský 2019-01-13 16:23:17 +01:00
  • 64a0f466ec Add missing noexcept in move constructors Martin Hořeňovský 2019-01-13 16:17:36 +01:00
  • 47602ac556 RunContext: Uninit Member Axel Huebl 2019-01-07 18:55:33 +01:00
  • d1e7344f16 ClockEstimate: DivByZero Axel Huebl 2019-01-07 18:26:28 +01:00
  • 3ed5441067 fix ctest output with space before name NeroBurner 2019-01-10 14:47:19 +01:00
  • bdee512057 small cleanup of code Jozef Grajciar 2019-01-06 14:03:19 +01:00
  • 188b3e6511 hexEscapeChar: restore stream Axel Huebl 2019-01-07 18:19:55 +01:00
  • bbf70ca74b Missing <type_traits> include Antonio Mallia 2019-01-09 16:06:22 +01:00
  • 23f023f9ed cpp higlighting for test-cases-and-sections.md NeroBurner 2019-01-07 09:40:51 +01:00
  • c1720d0c42 Fix assert message Martin Hořeňovský 2019-01-03 10:14:03 +01:00
  • d54c2258e0 Add additional static_assert for the REQUIRE(a == b && c == d) case hbina4326 2018-12-31 16:31:49 -05:00
  • b3faceede2 Add nice error messages for unsupported && and || BiCapitalization 2018-12-30 23:44:20 +01:00
  • e7fce90b49 Force to install Conan 1.10.2 Uilian Ries 2018-12-29 21:32:14 -02:00
  • 799c7a2eed Remove redundant move to avoid Wredundant-move with Clang Khem Raj 2018-12-17 17:27:43 -08:00
  • 9bc15939a5 Don't use exception-related std:: functions with -fno-exceptions Martin Hořeňovský 2018-12-18 20:19:39 +01:00
  • c32f275a00 Fix link to catch.hpp in tutorial.md Mapping Suite 2018-11-29 16:09:06 +01:00
  • 461843b1f0 Merge pull request #1468 from JoeyGrajciar/template_product_test_case Martin Hořeňovský 2018-12-10 11:39:26 +01:00
  • 5b4ffd3c93 Docs: added docs for TEMPLATE_PRODUCT_TEST_CASE Jozef Grajciar 2018-11-25 14:45:37 +01:00
  • 21a1cd5683 Template tests: added TEMPLATE_PRODUCT_TEST_CASE Jozef Grajciar 2018-12-06 19:27:33 +01:00
  • 4902cd7215 #926 Fix Conan package reference Uilian Ries 2018-11-27 11:29:22 -02:00
  • 18ff34788c Deprecated 'sudo: false' removed from travis config. offa 2018-11-26 18:39:03 +01:00
  • d0de666362 Merge pull request #1458 from ndusart/cppcodec Martin Hořeňovský 2018-11-26 21:11:51 +01:00
  • 6ccd467094 v2.5.0 v2.5.0 Martin Hořeňovský 2018-11-26 20:50:38 +01:00