catch2/projects/SelfTest
Martin Hořeňovský 71df66365e Gutted catch_compiler_capabilities
All C++11 toggles are now removed. What is left is either platform
specific (POSIX_SIGNALS, WINDOWS_SEH), or possibly still needed
(USE_COUNTER).

If current CLion is compatible with `__COUNTER__`, then we should also
force `__COUNTER__` usage.

Changed
* CATCH_AUTO_PTR    -> std::unique_ptr
* CATCH_OVERRIDE    -> override
* CATCH_NULL        -> nullptr
* CATCH_NOEXCEPT    -> noexcept
* CATCH_NOEXCEPT_IS -> noexcept

Removed
* CATCH_CONFIG_CPP11_UNIQUE_PTR
* CATCH_CONFIG_CPP11_SHUFFLE
* CATCH_CONFIG_CPP11_TYPE_TRAITS
* CATCH_CONFIG_CPP11_OVERRIDE
* CATCH_CONFIG_CPP11_LONG_LONG
* CATCH_CONFIG_CPP11_TUPLE
* CATCH_CONFIG_CPP11_IS_ENUM
* CATCH_CONFIG_CPP11_GENERATED_METHODS
* CATCH_CONFIG_CPP11_NOEXCEPT
* CATCH_CONFIG_CPP11_NULLPTR
* CATCH_CONFIG_VARIADIC_MACROS
2017-04-25 12:43:19 +02:00
..
Baselines v1.9.2 2017-04-25 11:08:02 +02:00
SurrogateCpps Added surrogate cpp for catch_test_case_tracker 2017-01-23 15:18:23 +00:00
ApproxTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
BDDTests.cpp Fixed inconsistent and trailing whitespace 2017-01-26 23:13:12 +01:00
ClassTests.cpp Stripped trailing whitespace from all source code lines 2015-11-04 18:04:15 +00:00
CmdLineTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
CompilationTests.cpp Add opt-in c++11 stream insertable check. (#877) 2017-04-05 09:53:10 +02:00
ConditionTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
EnumToString.cpp Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests 2017-01-09 14:37:28 +00:00
ExceptionTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
GeneratorTests.cpp Stripped trailing whitespace from all source code lines 2015-11-04 18:04:15 +00:00
MatchersTests.cpp Added first vector matchers (Contains and Equals) 2017-02-21 16:05:04 +00:00
MessageTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
MiscTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
PartTrackerTests.cpp First cut of -c/—section option for running specific sections 2017-01-23 12:36:03 +00:00
TagAliasTests.cpp Don't introduce Catch::Matchers namespace in macro 2015-11-05 18:10:33 +00:00
TestMain.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
ToStringGeneralTests.cpp Change reporting of CAPTURE'd variables 2017-03-03 14:34:50 +01:00
ToStringPair.cpp Some minor tidy-up/ style alignment of recent toString merges 2014-09-04 07:27:09 +01:00
ToStringTuple.cpp Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests 2017-01-09 14:37:28 +00:00
ToStringVector.cpp Excluded two more C++11 tests from Approval tests 2017-01-09 14:37:28 +00:00
ToStringWhich.cpp Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests 2017-01-23 17:47:58 +00:00
TrickyTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00
VariadicMacrosTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00