Commit Graph

  • 34e7a5e0cf
    Bunch of warning fixes Martin Hořeňovský 2020-02-21 21:13:57 +0100
  • 04f18d996b
    Suppress global constructor warning in benchmarking Martin Hořeňovský 2020-02-21 19:03:25 +0100
  • 3bb9fcd916
    Remove trailing semi in REGISTER_TEST_CASE Martin Hořeňovský 2020-02-21 17:29:18 +0100
  • c3013a6251
    Move matcher implementation to their own subfolder Martin Hořeňovský 2020-02-20 13:57:24 +0100
  • 40e35d4318
    Reorganize base headers for matchers Martin Hořeňovský 2020-02-20 13:39:04 +0100
  • b83a12b12c
    Replace enable_if with enable_if_t Martin Hořeňovský 2020-02-19 20:55:37 +0100
  • d33af93e17
    Cleanup visibility in generic not matcher Martin Hořeňovský 2020-02-19 20:23:02 +0100
  • 25c5ae240c
    Disable copies on generic matcher combinators Martin Hořeňovský 2020-02-19 19:55:45 +0100
  • 260263b9bf
    Combined matchers are now final Martin Hořeňovský 2020-02-19 18:59:51 +0100
  • cf6575576f
    Start fixing up Matchers: namespaces, composition ops Martin Hořeňovský 2020-02-18 23:31:16 +0100
  • a1be19aa1b
    Remove the separately compiled test for Benchmarking Macros Martin Hořeňovský 2020-02-18 13:48:34 +0100
  • c745adb81c
    Temporarily disable the test for DebugBreakMacro Martin Hořeňovský 2020-02-18 13:43:33 +0100
  • 06c135706e
    Move X12-CustomDebugBreakMacro.cpp to the right place Martin Hořeňovský 2020-02-18 10:20:28 +0100
  • 6d6e6ecf7e Create a SYSTEM library in case Catch2 is included as a subproject. Nicolás Bértolo 2020-02-17 18:06:14 -0300
  • ae1d21315c
    Specialize CATCH_TRAP() for iOS + thumb instruction set combo Martin Hořeňovský 2020-02-15 21:31:31 +0100
  • 6a2c025bfc
    Add command line option 'never' to --wait-for-keypress (#1866) Tristan Stenner 2020-02-15 20:42:57 +0100
  • 2441c2faab
    stdio.h replaced with cstdio. offa 2020-02-04 18:41:11 +0100
  • 442283ee11
    Add link to list of commercial user projects Clare Macrae 2020-02-07 12:20:31 +0000
  • 3f81dd753a
    Fix typo in link in docs Clare Macrae 2020-02-07 12:16:24 +0000
  • f8794634c2
    Fix significant bug with storing composed matchers Martin Hořeňovský 2020-02-01 20:55:42 +0100
  • d6b2a3793b
    Check for Windows instead of WIN32 for wmain entry point Martin Hořeňovský 2020-02-03 09:33:42 +0100
  • 548de655fd
    Cleanup nextafter workaround Martin Hořeňovský 2020-02-03 10:05:17 +0100
  • 89f18f15ca
    Add a test for custom debug break macros Martin Hořeňovský 2020-02-01 20:17:54 +0100
  • 3c7e737a7b
    Allow configuring of benchmark warmup time khyperia 2020-01-27 15:43:27 +0100
  • e880da93bd
    Make CATCH_BREAK_INTO_DEBUGGER be user-configurable khyperia 2020-01-27 15:43:27 +0100
  • 3e01d4b239
    catch_compiler_capabilities.h: use proper math define Rosen Penev 2020-01-31 21:54:16 -0800
  • 06c32862b3
    Some refactorings: offa 2020-01-21 21:04:42 +0100
  • ab520f4e97
    Removed unneeded 'using uchar = unsigned char' Daniel Griscom 2020-01-20 21:41:08 -0500
  • 32617f42d0
    Cherry-pick release notes for v2.11.1 Martin Hořeňovský 2020-02-16 15:11:30 +0100
  • 17c4b2d093
    Feature: generic matchers (#1843) melak47 2020-02-16 11:19:10 +0100
  • 6f4573b214 remove vector include melak47 2020-02-16 05:27:12 +0100
  • 7127f2aa1f use std::array instead of std::vector melak47 2020-02-10 00:44:25 +0100
  • 7903c1b1f4 Squelch missing-noreturn warning Martin Hořeňovský 2020-02-12 16:37:27 +0100
  • c6c5eeaa01 Add reference-taking matcher to tests Martin Hořeňovský 2020-02-12 16:29:34 +0100
  • 9e425715eb Test immovable matchers, comma operator melak47 2020-02-02 23:25:51 +0100
  • c1d1a2097a add test cases, use std::addressof melak47 2020-02-02 21:33:40 +0100
  • ba7894507b fix clang warnings melak47 2020-02-01 20:33:37 +0100
  • b62e0a80ab improve describe_multi_matcher melak47 2020-02-01 20:31:29 +0100
  • b6b57fe11b accept matcher arg by forwarding reference in MatchExpr melak47 2020-02-01 20:00:02 +0100
  • ab7b1cba55 compose rvalue AnyOf/Allof matchers only melak47 2020-02-01 15:04:40 +0100
  • 5620fef040 Add trivial tests Martin Hořeňovský 2020-01-26 10:33:32 +0100
  • bbcd2e73e1 Remove C++11 compat Martin Hořeňovský 2020-01-26 09:42:32 +0100
  • 8c7d840c22 Add missing includes Martin Hořeňovský 2020-01-26 09:41:40 +0100
  • 1005dcdb8e fix conjunction shim melak47 2020-01-26 04:10:30 +0100
  • 739b35e082 use shim instead of std::conjunction melak47 2020-01-26 02:27:53 +0100
  • 9e891704ab add more C++11 backwards compat shims melak47 2020-01-26 02:26:43 +0100
  • bfaee31ca3 add missing include melak47 2020-01-26 01:17:52 +0100
  • a3bb395a17 WIP implementation of generic matchers melak47 2020-01-25 21:06:20 +0100
  • 81d52c4a5f
    Specialize CATCH_TRAP() for iOS + thumb instruction set combo Martin Hořeňovský 2020-02-15 21:31:31 +0100
  • 17ca696c03 Different approach to proper colouring of filters Martin Hořeňovský 2020-02-15 21:18:56 +0100
  • 200b8b6fc0
    Add command line option 'never' to --wait-for-keypress (#1866) Tristan Stenner 2020-02-15 20:42:57 +0100
  • 3f81d25828 Fix old libstdc++ :-( Martin Hořeňovský 2020-02-15 20:30:27 +0100
  • 02e7aa5d09 Extend tests a bit, move around the parsing code Martin Hořeňovský 2020-02-15 20:13:15 +0100
  • 12b1b17fb2 approve changed test outputs Tristan Stenner 2020-02-14 16:54:23 +0100
  • db1a0465dc
    Outline GeneratorException from generators header Martin Hořeňovský 2020-02-14 10:32:30 +0100
  • 5058d5616a Add test for --wait-for-keypress never Tristan Stenner 2020-02-14 14:56:41 +0100
  • cb178ba57b Document "never" option to --wait-for-keypress Tristan Stenner 2020-02-14 14:56:20 +0100
  • b2a6523d85
    Fix Clang-3.8 compilation of tests Martin Hořeňovský 2020-02-13 16:57:33 +0100
  • b009d190bf
    Avoid detecting Clang as having MSVC's traditional preprocessor Martin Hořeňovský 2019-12-28 18:57:24 +0100
  • ac83087bc2
    catch_debugger.h - implement break into debugger assembler instructions for iOS ptc-tgamper 2019-12-18 14:51:09 +0100
  • 123b449f8d
    catch_console_colour.cpp - adjust useColourOnPlatform for iOS ptc-tgamper 2019-12-18 10:19:10 +0100
  • 6ad743a62b
    catch_debugger.cpp - debugger detection is identical on Mac OS X and iOS ptc-tgamper 2019-12-18 10:14:32 +0100
  • 0f47fe16bd
    Provide const overload of ObjectStorage::stored_object() Martin Hořeňovský 2019-12-23 21:22:32 +0100
  • 82baef62e2
    Fix forwarding in SingleValueGenerator and generator creation Joe Burzinski 2019-12-15 00:16:04 -0600
  • 0fbf4f3e15
    Fix wrong namespacing of benchmarking constructor helpers Joe Burzinski 2019-11-18 22:22:38 -0600
  • ad3f50bbc1
    Suppress using-namespace lint in GENERATE* macros Martin Hořeňovský 2019-11-16 17:38:29 +0100
  • 13e01d273a
    Cherry pick v2.11.0 release notes and docs Martin Hořeňovský 2020-02-13 15:30:46 +0100
  • 2788897051
    Minor cleanup in the benchmarking tests Martin Hořeňovský 2019-11-15 11:55:56 +0100
  • 2945b80f61
    Add more constexpr to StringRef Martin Hořeňovský 2020-02-13 15:01:03 +0100
  • 63b7d6f98e
    Improve erasure of test numbers in TAP approvals Martin Hořeňovský 2020-02-13 14:22:18 +0100
  • c50ba09cde
    Split [.foo] into [.][foo] when parsing test specs Martin Hořeňovský 2019-11-05 23:28:47 +0100
  • 67727d306e
    Add command line option 'never' to --wait-for-keypress Tristan Stenner 2020-02-13 12:08:18 +0100
  • c165bd15c5
    Forbid copying ReusableStringStream Martin Hořeňovský 2019-11-04 00:05:32 +0100
  • 4f0de7bbad
    Fix error when period of steady_clock is not nano cericks0n 2019-11-01 15:52:38 -0500
  • 21b24e8326
    Remove catch_external_interfaces.h Martin Hořeňovský 2020-02-12 16:57:15 +0100
  • 2219535a6e Switch back to uncolored output after printing filters Till Hofmann 2020-02-10 14:52:35 +0100
  • e9fc5ecc98 fix build Dvir Yitzchaki 2020-02-10 11:06:41 +0200
  • 6cf1e3d388 rename generic matcher to MatcherBaseGeneirc and restore MatcherBase for back compat Dvir Yitzchaki 2020-02-09 21:09:26 +0200
  • 3bc47ea8fc CRTP matchers, Closes #1553 Dvir Yitzchaki 2019-02-27 23:01:57 +0200
  • e70fd2a4b9 Variables made const-ref. offa 2020-02-04 18:45:52 +0100
  • 36170d60ca stdio.h replaced with cstdio. offa 2020-02-04 18:41:11 +0100
  • 917e92c162 Add link to list of commercial user projects Clare Macrae 2020-02-07 12:20:31 +0000
  • f54950744f Fix typo in link in docs Clare Macrae 2020-02-07 12:16:24 +0000
  • 9202bfe4be
    Add link to list of commercial user projects Clare Macrae 2020-02-07 12:20:31 +0000
  • f76f38193c
    Fix typo in link in docs Clare Macrae 2020-02-07 12:16:24 +0000
  • 0b2874b6b1
    Move SonarQube reporter implementation to a cpp file Martin Hořeňovský 2020-02-07 11:22:59 +0100
  • e6ea53ab49
    Move Automake reporter to a cpp file Martin Hořeňovský 2020-02-07 10:47:18 +0100
  • 338572a4f7
    Move TAP reporter implementation to a cpp file Martin Hořeňovský 2020-02-07 09:25:34 +0100
  • 70836d49ba
    Move include of catch_enforce out of the reporter bases Martin Hořeňovský 2020-02-07 09:24:26 +0100
  • db148c42d7
    Move TeamCity implementation to a cpp file Martin Hořeňovský 2020-02-06 15:15:24 +0100
  • 859d39a7ba Variables made const-ref. offa 2020-02-04 18:45:52 +0100
  • cd7d7a1c67
    Remove CATCH_CONFIG_ENABLE_BENCHMARKING compilation toggle Martin Hořeňovský 2020-02-03 18:08:15 +0100
  • a819287bfe stdio.h replaced with cstdio. offa 2020-02-04 18:41:11 +0100
  • 86e19b952d
    NoAssertions runs only 1 test case instead of all of them Martin Hořeňovský 2020-02-03 21:24:53 +0100
  • bce5b364d3
    Unconditionally provide <chrono> StringMakers Martin Hořeňovský 2020-02-03 20:48:44 +0100
  • 34bc56340d
    Normalize TAP approvals to avoid massive diffs for every change Martin Hořeňovský 2020-02-03 20:29:36 +0100
  • c3a5e21648
    Move Approx out of the Detail namespace Martin Hořeňovský 2020-02-03 15:07:59 +0100
  • b3b07215d1
    Merge pull request #1854 from neheb/patch-1 Martin Hořeňovský 2020-02-03 11:26:31 +0100
  • 2652bb86e3
    Cleanup nextafter workaround Martin Hořeňovský 2020-02-03 10:05:17 +0100
  • 1715b6b923
    Check for Windows instead of WIN32 for wmain entry point Martin Hořeňovský 2020-02-03 09:33:42 +0100