catch2/misc
Martin Hořeňovský 5202993555 Fix VS2017 approvals on AppVeyor
Because of a change in VS toolset, missing option <UseFullPaths>
is no longer interpreted as "don't pass /FC to the compiler", but
rather as "pass /FC to the compiler". This is problematic, because
/FC not only changes how much of the path is reporter by the compiler
(e.g. in `__FILE__` macro), but it also lower cases the path.

This lower-casing of the path broke our approval tests for VS2017
about 5 months ago.

Using CMake 3.13 (not yet released) would also let us fix it, but
for now we use a vcxproj.user file that is merged with the main project
and explicitly disables `/FC`.
2018-08-28 12:58:08 +02:00
..
CMakeLists.txt Add codecov.io coverage collection from AppVeyor 2017-12-03 13:03:52 +01:00
SelfTest.vcxproj.user Fix VS2017 approvals on AppVeyor 2018-08-28 12:58:08 +02:00
appveyorBuildConfigurationScript.bat Speed up AppVeyor build times 2018-03-06 22:46:49 +01:00
appveyorMergeCoverageScript.py Add codecov.io coverage collection from AppVeyor 2017-12-03 13:03:52 +01:00
appveyorTestRunScript.bat Speed up AppVeyor build times 2018-03-06 22:46:49 +01:00
coverage-helper.cpp Passthrough error code from coverage helper 2018-02-09 16:54:10 +01:00
installOpenCppCoverage.ps1 Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00