Commit Graph

  • 2e285b9579 Use char const * const * for Session::run Martin Hořeňovský 2018-03-04 14:25:23 +0100
  • 74effafca7 v1.12.1 v1.12.1 Martin Hořeňovský 2018-03-02 21:22:10 +0100
  • d2ddb997a7 Cleanup for performance reasons Martin Hořeňovský 2018-03-02 16:22:18 +0100
  • 9d90a96928
    Merge f14e49ec77 into 865d5f59b4 cor3ntin 2018-03-02 05:55:55 +0000
  • 865d5f59b4 Fix 'defined but not used' warning Tomas Zeman 2018-02-28 16:17:26 +0100
  • 05cd05743a Provide a public method to get StringRef's underlying pointer Martin Hořeňovský 2018-02-28 22:05:01 +0100
  • 440c250f74 Fix 'defined but not used' warning Tomas Zeman 2018-02-28 16:17:26 +0100
  • 950ccf4749 StringRef appends itself to std::string efficiently Martin Hořeňovský 2018-02-28 16:02:25 +0100
  • 7d0cfd27ce Fix deprecation warning in ~ScopedMessage Martin Hořeňovský 2018-02-25 21:29:01 +0100
  • cf4b7eead9 Document CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS macro Martin Hořeňovský 2018-02-25 21:22:38 +0100
  • ab9add4c52 A WIP on using StringRefs instead of std::strings for tags Martin Hořeňovský 2018-02-24 23:03:42 +0100
  • 13934481c9
    Update commercial-users.md Franco Jiménez 2018-02-24 01:22:29 -0400
  • 10415495b2
    Update commercial-users.md Franco Jiménez 2018-02-24 00:07:31 -0400
  • 7b6e49d795 Simplify logic selecting between signal handling/SEH/nothing Martin Hořeňovský 2018-02-23 14:56:07 +0100
  • 3fe4d394a5 Wrap all uses in min and max in extra parentheses Martin Hořeňovský 2018-02-23 13:06:52 +0100
  • 0c5df42c28 Fix how windows.h is included in our files. Martin Hořeňovský 2018-02-23 12:40:12 +0100
  • 4e57661919 StringRef will not take ownership when writing itself to stream Martin Hořeňovský 2018-02-17 20:41:50 +0100
  • a3ec319881 Pipe --list* through reporters Martin Hořeňovský 2018-02-17 16:12:38 +0100
  • 5a8f9c84dd Fix doubled line in baselines Martin Hořeňovský 2018-02-16 22:10:39 +0100
  • f988b4eb35 Covered more translation possibilities Martin Hořeňovský 2018-02-15 19:58:49 +0100
  • c8d765a575 Cleanup some tests Martin Hořeňovský 2018-02-15 16:03:24 +0100
  • da783abee9 Move fallback conversion after enum-check Martin Hořeňovský 2018-02-15 15:16:23 +0100
  • c0267e5c20 Add test for overriding the fallback stringifier Martin Hořeňovský 2018-02-15 15:12:19 +0100
  • bb84f0788a Removed unnecessary use of ostringstream from catch_enforce.h Phil Nash 2018-02-15 13:59:02 +0000
  • e84768fff1 Add SpECTRE project to list of users. Nils Deppe 2018-02-13 22:23:55 -0500
  • 5da273a10b
    Add SpECTRE project to list of users. Nils Deppe 2018-02-13 22:23:55 -0500
  • 31673ee0ca Document CATCH_CONFIG_DEFAULT_REPORTER macro Martin Hořeňovský 2018-02-11 18:10:28 +0100
  • 34d7a33574 Add a way to change fallback stringifier Martin Hořeňovský 2018-02-11 16:31:12 +0100
  • 082c3b84bc Fix typos in documentation Martin Hořeňovský 2018-02-10 22:16:32 +0100
  • ef2e112561 Disable POSIX signals for Emscripten Martin Hořeňovský 2018-02-10 20:42:08 +0100
  • a90305f857 Add another known bug to limitations.md Martin Hořeňovský 2018-02-10 13:51:33 +0100
  • 543c9d3a67 Set patch coverage check to target 80% Martin Hořeňovský 2018-02-09 20:09:55 +0100
  • ca8470fbad https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default dvirtz 2018-02-09 00:18:32 +0200
  • 355b3f9952 Add option to warn when no tests ran dvirtz 2018-02-09 01:31:19 +0200
  • 7cbd0b587a v2.1.2 v2.1.2 Martin Hořeňovský 2018-02-09 17:10:27 +0100
  • 2f15ccd4d3 Passthrough error code from coverage helper Martin Hořeňovský 2018-02-09 16:54:10 +0100
  • 8f3fc15b73 Update version of Clara Martin Hořeňovský 2018-02-09 16:50:05 +0100
  • e13d9cab02 Keep .py files with LF endings so they can be executed from bash Martin Hořeňovský 2018-02-09 16:49:35 +0100
  • 414e2fa946 Make embedClara.py executable Martin Hořeňovský 2018-02-09 16:48:04 +0100
  • e184eaa895 add option to warn when no tests ran resolves https://github.com/catchorg/Catch2/issues/1158 dvirtz 2018-02-09 01:31:19 +0200
  • e439f37ea6 https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default dvirtz 2018-02-09 00:18:32 +0200
  • b5ef68b044 Force MSVC to use utf-8 Martin Hořeňovský 2018-02-08 14:59:09 +0100
  • 681f5daa13 Update approval tests Martin Hořeňovský 2018-02-08 15:00:56 +0100
  • 3b6fda3c1b Add tests for StringRef::numberOfCharacters Martin Hořeňovský 2018-02-08 13:10:12 +0100
  • 1b2fa601c6 Remove superfluous comment Martin Hořeňovský 2018-02-08 13:09:02 +0100
  • 39bfc6e82b Export Catch as a CMake package and 'linkable' target Daniel J. Rollins 2018-01-29 22:56:43 +0000
  • f14e49ec77 Avoid out of line template definition Corentin Jabot 2017-12-31 18:35:55 +0100
  • e5beae57e4 Export Catch as a CMake package and 'linkable' target Daniel J. Rollins 2018-01-29 22:56:43 +0000
  • ba6d33fb8c Enable -Wpedantic, fix unconditional use of C++14 extension Martin Hořeňovský 2018-02-05 10:04:18 +0100
  • 4be81d3588 Remove unnecessary semicolons Zachary Michaels 2018-02-03 09:16:33 -0800
  • a029826c59 Remove unnecessary semicolons Zachary Michaels 2018-02-03 09:16:33 -0800
  • 5201e92564 Redirect std::uncaught_exception to Catch::uncaught_exception Josh Lospinoso 2018-01-26 10:59:47 -0500
  • 7337425943 Redirect std::uncaught_exception to Catch::uncaught_exception Josh Lospinoso 2018-01-26 10:59:47 -0500
  • 330941f4a0
    Merge 4550aaeb09 into 5e484862f2 gabm 2018-02-02 10:24:42 +0000
  • 5e484862f2 Add Catch::is_range to documentation Martin Hořeňovský 2018-02-01 20:29:18 +0100
  • 5713381d06 Fixes for cygwin philsquared 2018-02-01 16:14:12 +0000
  • 1ab6be30a2 Add a BrightYellow colour, also use it for reconstructed exprs Martin Hořeňovský 2018-01-26 23:04:54 +0100
  • 126850e76b Prefer operator<< to range-based stringification Martin Hořeňovský 2018-02-01 14:07:23 +0100
  • 4550aaeb09 add cmake package config Matthias Gabriel 2018-01-31 15:26:19 +0100
  • 27dca5d9c9 Install Catch only when run as standalone project David Seifert 2018-01-30 11:13:53 +0100
  • c778848b09 Fix pkg-config David Seifert 2018-01-30 11:13:53 +0100
  • 5e8df1c384 Update opensource-users.md George Fotopoulos 2018-01-28 19:58:36 +0200
  • 02157cb41c
    Update opensource-users.md George Fotopoulos 2018-01-28 19:58:36 +0200
  • 44dbda9f01 Add CATCH_VERSION_* defines for external use Martin Hořeňovský 2018-01-26 20:27:19 +0100
  • ca2455e6e6 Fixed NoAssertions warning Phil Nash 2018-01-26 16:52:28 +0000
  • 42213d4c31 Keep LICENCE.txt with LF as line endings for easy hashing Martin Hořeňovský 2018-01-26 16:45:32 +0100
  • 62dae592c3 v2.1.1 v2.1.1 Martin Hořeňovský 2018-01-26 16:06:07 +0100
  • 9a5705411a Add % to codecov coverage decrease threshold Martin Hořeňovský 2018-01-26 15:45:31 +0100
  • a1aefce6e4 Guard against CLR exceptions when translating exceptions Martin Hořeňovský 2018-01-24 12:10:03 +0100
  • bc74a062d2 Merge cde9c8ed59 into d5959907f5 坂本ポテコ 2018-01-23 07:44:29 +0000
  • d5959907f5 Added Catch::clara namespace to doc for adding Opt Phil Nash 2018-01-23 07:44:09 +0000
  • cde9c8ed59
    Fixing clara Opt namespace 坂本ポテコ 2018-01-23 14:54:42 +0800
  • 31e6499e64 Embed Clara v1.1.1 Phil Nash 2018-01-22 15:08:28 +0000
  • 91b1475518 Merge 4ff3556d3f into b0f4f16ee0 David Seifert 2018-01-19 14:24:26 +0000
  • 4ff3556d3f Add value initializer to silence warning David Seifert 2018-01-19 15:17:14 +0100
  • b0f4f16ee0 Namespace Catch CMake options David Seifert 2018-01-18 19:20:08 +0100
  • 1e3ddbb496 Specify VERSION in modern CMake David Seifert 2018-01-18 19:20:08 +0100
  • cb646bd1ab Namespace Catch CMake options David Seifert 2018-01-18 19:20:08 +0100
  • 385a26a298 Specify VERSION in modern CMake David Seifert 2018-01-18 19:20:08 +0100
  • 15ad95c8db Make generateSingleHeader compatible with Python 2.7 Martin Hořeňovský 2018-01-18 16:28:19 +0100
  • 00a10d5a5e Return fixed codecov settings Martin Hořeňovský 2018-01-17 20:02:15 +0100
  • 0d687a15d3 Change CMake project name to 'Catch2' David Seifert 2018-01-18 00:01:27 +0100
  • bdf431c400 Install documentation David Seifert 2018-01-18 00:01:27 +0100
  • a0359980f0 Use CTest to control test suite via BUILD_TESTING David Seifert 2018-01-18 00:01:27 +0100
  • 8d4074aad9 Use GNUInstallDirs module David Seifert 2018-01-18 00:01:27 +0100
  • 7a7e8d5363 Change CMake project name to 'Catch2' David Seifert 2018-01-18 00:01:27 +0100
  • 22c41eeb99 Install documentation David Seifert 2018-01-18 00:01:27 +0100
  • ef83d4046b Use CTest to control test suite via BUILD_TESTING David Seifert 2018-01-18 00:01:27 +0100
  • f0f40a0dbf Ensure that the single header is kept with LFs Martin Hořeňovský 2018-01-18 12:35:40 +0100
  • a144a66bb9 Use GNUInstallDirs module David Seifert 2018-01-18 00:01:27 +0100
  • fa4fd7f296 Modify codecov.yml again Martin Hořeňovský 2018-01-15 13:59:48 +0100
  • 07c84adfba Allow disabling -Werror in CMake Martin Hořeňovský 2018-01-14 18:14:11 +0100
  • 8d854c689b Provide useful and unambigous stringification for static arrays Martin Hořeňovský 2018-01-14 18:06:21 +0100
  • f0909dfe02 Add yet another expansion of INF macro Martin Hořeňovský 2018-01-14 17:04:36 +0100
  • de36b2ada6 Fix compilation for types where relops don't return bool Martin Hořeňovský 2018-01-12 15:43:56 +0100
  • 9700ee4fc0 Update CTest autodiscovery documentation Martin Hořeňovský 2018-01-12 12:28:14 +0100
  • bbda8cd77c Update reporter docs with their new location Martin Hořeňovský 2018-01-12 12:20:52 +0100
  • 4575594bbf Comment why the return code is clamped Martin Hořeňovský 2018-01-12 11:49:48 +0100
  • c053dca26e Update path to vcpkg's portfile Martin Hořeňovský 2018-01-12 11:09:46 +0100
  • b97e9a2f8b Update path for catch-classic vcpkg's portfile Martin Hořeňovský 2018-01-12 11:06:09 +0100