mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-06 06:09:54 +01:00
bfe3ff8f19
This target previously did not specify its minimum C++ standard. AppleClang was emitting warnings about the use of C++11 features which is fixed by telling CMake that this target requires C++14. Because this target does not link to the existing CMake targets it never inherited that C++ standard requirement. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ToDo.txt | ||
X01-PrefixedMacros.cpp | ||
X02-DisabledMacros.cpp | ||
X03-DisabledExceptions-DefaultHandler.cpp | ||
X04-DisabledExceptions-CustomHandler.cpp | ||
X05-DeferredStaticChecks.cpp | ||
X10-FallbackStringifier.cpp | ||
X11-DisableStringification.cpp | ||
X12-CustomDebugBreakMacro.cpp | ||
X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp | ||
X21-PartialTestCaseEvents.cpp | ||
X22-BenchmarksInCumulativeReporter.cpp | ||
X23-CasingInReporterNames.cpp | ||
X24-ListenerStdoutCaptureInMultireporter.cpp | ||
X25-ListenerCanAskForCapturedStdout.cpp | ||
X26-ReporterPreferencesForPassingAssertionsIsRespected.cpp | ||
X27-CapturedStdoutInTestCaseEvents.cpp | ||
X28-ListenersGetEventsBeforeReporters.cpp | ||
X29-CustomArgumentsForReporters.cpp | ||
X30-BazelReporter.cpp | ||
X31-DuplicatedTestCases.cpp | ||
X32-DuplicatedTestCasesDifferentTags.cpp | ||
X33-DuplicatedTestCaseMethods.cpp | ||
X34-DuplicatedTestCaseMethodsDifferentFixtures.cpp | ||
X35-DuplicatedReporterNames.cpp | ||
X90-WindowsHeaderInclusion.cpp | ||
X91-AmalgamatedCatch.cpp | ||
X92-NoTests.cpp | ||
X93-AllSkipped.cpp |