catch2/include
Dmitry Kozhevnikov 9c07718b5f Update handling of __JETBRAINS_IDE__ macro
1. Use it to conditionally define CATCH_INTERNAL_CONFIG_COUNTER, not
   CATCH_CONFIG_COUNTER, as __JETBRAINS_IDE__ is similar to
   compiler-provided macros, not to user-provided ones.

2. Since __COUNTER__ will work starting with CLion 2017.3, use it
   when possible (and hopefully remove this check altogether
   at some point).
2017-09-07 18:00:04 +02:00
..
external Addressed some static analysis warnings 2017-07-19 09:50:08 +02:00
internal Update handling of __JETBRAINS_IDE__ macro 2017-09-07 18:00:04 +02:00
reporters Fix for JUnit reporter when using dynamically generated sections (#963) 2017-07-23 17:13:44 +02:00
catch.hpp Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00
catch_session.hpp Explicitly ignore return value of getchar 2017-08-22 22:06:37 +02: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