Commit Graph

  • 21b24e8326 Remove catch_external_interfaces.h Martin Hořeňovský 2020-02-12 16:57:15 +01:00
  • e70fd2a4b9 Variables made const-ref. offa 2020-02-04 18:45:52 +01:00
  • 36170d60ca stdio.h replaced with cstdio. offa 2020-02-04 18:41:11 +01:00
  • 917e92c162 Add link to list of commercial user projects Clare Macrae 2020-02-07 12:20:31 +00:00
  • f54950744f Fix typo in link in docs Clare Macrae 2020-02-07 12:16:24 +00:00
  • 0b2874b6b1 Move SonarQube reporter implementation to a cpp file Martin Hořeňovský 2020-02-07 11:22:59 +01:00
  • e6ea53ab49 Move Automake reporter to a cpp file Martin Hořeňovský 2020-02-07 10:47:18 +01:00
  • 338572a4f7 Move TAP reporter implementation to a cpp file Martin Hořeňovský 2020-02-07 09:25:34 +01:00
  • 70836d49ba Move include of catch_enforce out of the reporter bases Martin Hořeňovský 2020-02-07 09:24:26 +01:00
  • db148c42d7 Move TeamCity implementation to a cpp file Martin Hořeňovský 2020-02-06 15:15:24 +01:00
  • cd7d7a1c67 Remove CATCH_CONFIG_ENABLE_BENCHMARKING compilation toggle Martin Hořeňovský 2020-02-03 18:08:15 +01:00
  • 86e19b952d NoAssertions runs only 1 test case instead of all of them Martin Hořeňovský 2020-02-03 21:24:53 +01:00
  • bce5b364d3 Unconditionally provide <chrono> StringMakers Martin Hořeňovský 2020-02-03 20:48:44 +01:00
  • 34bc56340d Normalize TAP approvals to avoid massive diffs for every change Martin Hořeňovský 2020-02-03 20:29:36 +01:00
  • c3a5e21648 Move Approx out of the Detail namespace Martin Hořeňovský 2020-02-03 15:07:59 +01:00
  • b3b07215d1 Merge pull request #1854 from neheb/patch-1 Martin Hořeňovský 2020-02-03 11:26:31 +01:00
  • 2652bb86e3 Cleanup nextafter workaround Martin Hořeňovský 2020-02-03 10:05:17 +01:00
  • 1715b6b923 Check for Windows instead of WIN32 for wmain entry point Martin Hořeňovský 2020-02-03 09:33:42 +01:00
  • bd9520c0f9 GCC pragma fixed. offa 2020-02-02 17:32:01 +01:00
  • a3ffc20f57 Provide CTest a hint on test costs (and thus ordering) Martin Hořeňovský 2020-02-03 09:07:23 +01:00
  • b86ab20154 OpenCppCoverage skips coverage of non-source directories Martin Hořeňovský 2020-02-02 23:14:57 +01:00
  • 1327946785 Add all in-repo reporters to approval tests Martin Hořeňovský 2020-02-02 15:04:19 +01:00
  • a49ab0a162 Do not count test files into coverage Martin Hořeňovský 2020-02-02 14:18:20 +01:00
  • 3b297cf9b5 Outline Config destructor to avoid including superfluous header Martin Hořeňovský 2020-02-02 14:43:26 +01:00
  • 66fe591477 Replace C++11 use of ::type with the _t suffix for std traits Martin Hořeňovský 2020-02-02 11:03:48 +01:00
  • ea6db67063 Use std::make_unique instead of our polyfill or naked new Martin Hořeňovský 2020-02-01 21:43:00 +01:00
  • f20a9dbc6e Fix significant bug with storing composed matchers Martin Hořeňovský 2020-02-01 20:55:42 +01:00
  • 273c3f85eb Add missing ToC entry in release notes Martin Hořeňovský 2020-02-01 20:24:53 +01:00
  • 6a3d0dc176 Add a test for custom debug break macros Martin Hořeňovský 2020-02-01 20:17:54 +01:00
  • ccb1f70629 Make CATCH_BREAK_INTO_DEBUGGER be user-configurable khyperia 2020-01-27 15:43:27 +01:00
  • 4a5bc0f39a Make CATCH_BREAK_INTO_DEBUGGER be user-configurable khyperia 2020-01-27 15:43:27 +01:00
  • f96e89e016 catch_compiler_capabilities.h: use proper math define Rosen Penev 2020-01-31 21:54:16 -08:00
  • 481f54b357 Make hidden tags behave identically (#1847) dmsteck 2020-01-31 20:44:06 +00:00
  • a7b3e087a0 Fix coverage collection on AppVeyor Martin Hořeňovský 2020-01-31 14:44:03 +01:00
  • ddd0e7218d Remove the !hide special tag Martin Hořeňovský 2020-01-28 20:48:32 +01:00
  • 49e000b505 [conan] Fix the Conan package for multiple static library use Alexandr Timofeev 2020-01-25 20:48:59 +03:00
  • 2e1ce37faa Try uploading in-development versions of v3 as testing packages Martin Hořeňovský 2020-01-25 09:52:13 +01:00
  • d0257fc1ff Do not use shared_ptrs for filters and patterns Martin Hořeňovský 2020-01-25 20:39:17 +01:00
  • df2379218b Reduce the use of shared_ptrs for various Config objects Martin Hořeňovský 2020-01-25 15:32:56 +01:00
  • 7134ad9913 Replace shared_ptr with unique_ptr for reporters Martin Hořeňovský 2020-01-25 14:07:29 +01:00
  • 827733fe81 Improve approval tests handling off tagged devel versions Martin Hořeňovský 2020-01-25 11:23:40 +01:00
  • 2f4a7dda68 Have the in-development version report as v3.0.0 Martin Hořeňovský 2020-01-25 09:11:43 +01:00
  • 6c3a5ef625 Remove CATCH_CONFIG_DISABLE_MATCHERS Martin Hořeňovský 2020-01-25 09:06:25 +01:00
  • 2d172dc688 Some refactorings: offa 2020-01-21 21:04:42 +01:00
  • c770a9c8b5 Conan topic cleanup. offa 2020-01-20 20:20:59 +01:00
  • 587a20b312 Removed unneeded 'using uchar = unsigned char' Daniel Griscom 2020-01-20 21:41:08 -05:00
  • d63681f707 Remove testing of CATCH_CONFIG_FALLBACK_STRINGIFIER from SelfTest Martin Hořeňovský 2020-01-21 15:14:24 +01:00
  • 2b696c4388 Piecemeal includes in extra-tests Martin Hořeňovský 2020-01-21 15:03:07 +01:00
  • 17281c09c3 Convert examples to piecemeal includes Martin Hořeňovský 2020-01-21 14:46:07 +01:00
  • 26f78f96aa Start using piecemeal includes in test files Martin Hořeňovský 2020-01-20 23:24:04 +01:00
  • c381b49c60 Split the test macros into their own file Martin Hořeňovský 2020-01-19 16:01:50 +01:00
  • acf975cab1 Separate version macros to its own header Martin Hořeňovský 2020-01-19 15:30:38 +01:00
  • ec7280379e Adjust release scripts for v3 Martin Hořeňovský 2020-01-19 15:37:34 +01:00
  • 21868deeab Conanfile updated to build the static libraries. offa 2020-01-14 19:36:36 +01:00
  • bff44f8b01 Merge pull request #1831 from matt77hias/master Martin Hořeňovský 2020-01-14 14:05:50 +01:00
  • 4ea74ff966 Added <random> include for std::uniform_int_distribution Matthias Moulin 2020-01-14 12:48:09 +01:00
  • d10b9bd02e v2.11.1 v2.11.1 Martin Hořeňovský 2019-12-28 21:24:04 +01:00
  • 55794e9b27 Avoid detecting Clang as having MSVC's traditional preprocessor Martin Hořeňovský 2019-12-28 18:57:24 +01:00
  • fa6211bfc2 catch_debugger.h - implement break into debugger assembler instructions for iOS ptc-tgamper 2019-12-18 14:51:09 +01:00
  • 4e90f910dc catch_console_colour.cpp - adjust useColourOnPlatform for iOS ptc-tgamper 2019-12-18 10:19:10 +01:00
  • 0c59cc83cf catch_debugger.cpp - debugger detection is identical on Mac OS X and iOS ptc-tgamper 2019-12-18 10:14:32 +01:00
  • e4004e0adb Provide const overload of ObjectStorage::stored_object() Martin Hořeňovský 2019-12-23 21:22:32 +01:00
  • 4005d87460 Use proper linkage between Catch2Main and Catch2 v3.0.0-preview1 Martin Hořeňovský 2019-12-18 20:14:34 +01:00
  • 0dc30e51c0 Update codecov ignorelist Martin Hořeňovský 2019-12-18 18:04:31 +01:00
  • 0c62a50392 Add the catch_main source file Martin Hořeňovský 2019-12-18 18:02:57 +01:00
  • 68cf4ca883 Add back coverage CMake option Martin Hořeňovský 2019-12-18 17:31:10 +01:00
  • 9c07e2a416 Add test for tag aliases Martin Hořeňovský 2019-12-18 17:30:41 +01:00
  • a4c31ecd16 Small CMakeLists cleanup Martin Hořeňovský 2019-12-18 17:28:19 +01:00
  • 1cc05122d7 Add Catch2Main CMake target that contains test main Martin Hořeňovský 2019-12-18 17:25:04 +01:00
  • add7068f21 Fixup installation Martin Hořeňovský 2019-12-16 22:33:56 +01:00
  • ebeeaaeec6 Reenable appveyor for CI Martin Hořeňovský 2019-12-15 21:17:53 +01:00
  • 69bd213c40 Reenable travis for CI Martin Hořeňovský 2019-12-15 20:36:35 +01:00
  • 6c9a255dc2 Fix forwarding in SingleValueGenerator and generator creation Joe Burzinski 2019-12-15 00:16:04 -06:00
  • 5fbf04cd59 Redo how the separate compilation tests are handled Martin Hořeňovský 2019-12-15 20:33:39 +01:00
  • 8b42acc328 Reintegrate extra tests Martin Hořeňovský 2019-12-09 10:04:26 +01:00
  • 29b441949c Port the last example Martin Hořeňovský 2019-12-08 20:57:55 +01:00
  • 70ef2f7f12 Update building of examples for static lib Martin Hořeňovský 2019-12-08 15:55:04 +01:00
  • 248f922465 Cleanup impl and main from the main header Martin Hořeňovský 2019-12-08 11:31:47 +01:00
  • 91ee07e08c Moved scripts/ to tools/scripts/ Martin Hořeňovský 2019-12-06 11:53:31 +01:00
  • 6eb04667ad Move misc/ to tools/misc Martin Hořeňovský 2019-12-06 11:40:53 +01:00
  • 604ededf77 Move artwork/ to data/artwork/ Martin Hořeňovský 2019-12-06 11:36:12 +01:00
  • 918aa327fa Rename contrib/ to extras/ Martin Hořeňovský 2019-12-05 16:24:57 +01:00
  • 0fea081ad1 Move tests from projects/ to tests/ Martin Hořeňovský 2019-12-05 16:00:20 +01:00
  • 90e2549cec Rewrite includes in tests to use library's include paths Martin Hořeňovský 2019-12-02 12:23:10 +01:00
  • 82cc5bc034 Rewrite includes inside the library to use <catch2/> form Martin Hořeňovský 2019-12-01 21:29:07 +01:00
  • fef4f217b1 Unit tests build and run (todo: projects, includes, extras) Martin Hořeňovský 2019-11-30 20:45:34 +01:00
  • e341b11467 WIP: CMake changes to build static lib + tests separately Martin Hořeňovský 2019-11-30 17:41:41 +01:00
  • 443fa0fc88 Fixing paths in SelfTest Martin Hořeňovský 2019-11-30 17:41:17 +01:00
  • 4385951a55 Move files into catch2/ subdir Martin Hořeňovský 2019-11-30 17:30:32 +01:00
  • 7c6de33977 Fixed up include paths Martin Hořeňovský 2019-11-30 12:32:10 +01:00
  • e1a43b5b0f Move files from internal/ up a level Martin Hořeňovský 2019-11-30 12:23:37 +01:00
  • 8e56b8b0ec Rename include/ to src/ Martin Hořeňovský 2019-11-30 12:17:16 +01:00
  • 6923a168a1 Remove unused header Martin Hořeňovský 2019-11-28 11:23:53 +01:00
  • 9a8963133f Update single header generation script to warn about unused headers Joe Burzinski 2019-11-18 22:22:38 -06:00
  • cfba9dce97 Fix wrong namespacing of benchmarking constructor helpers Joe Burzinski 2019-11-18 22:22:38 -06:00
  • c9067b2253 Refactor SectionInfo constructors Martin Hořeňovský 2019-11-16 21:53:32 +01:00
  • a537ccae22 Suppress using-namespace lint in GENERATE* macros Martin Hořeňovský 2019-11-16 17:38:29 +01:00
  • e1c9d5569d v2.11.0 v2.11.0 Martin Hořeňovský 2019-11-15 15:06:17 +01:00
  • d512decaac Mention the sonarqube reporter in release process Martin Hořeňovský 2019-11-15 14:59:35 +01:00
  • f23f96883a Ensure the full benchmarking support is present in the single header Martin Hořeňovský 2019-11-15 11:54:38 +01:00