catch2/include
yuboxie 8c38bd9d68 Fix warning: conversion from 'int' to 'char', possible loss of data.
Root cause:
The return type of ::tolower is int. So when we use ::tolower in
std::transform(), it will generate this warning. If user turns on "treat
warning as error", Catch build will fail due to this warning.
2016-04-20 03:06:00 -07:00
..
external Fix warning: conversion from 'int' to 'char', possible loss of data. 2016-04-20 03:06:00 -07:00
internal Fix warning: conversion from 'int' to 'char', possible loss of data. 2016-04-20 03:06:00 -07:00
reporters Fixed !shouldfail 2016-03-14 19:13:34 +00:00
catch_session.hpp Use Clara v0.0.1.1 2016-02-10 19:21:09 +00:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00
catch.hpp Fixed CATCH_REGISTER_TEST_CASE too 2016-01-22 07:50:10 +00:00