https://github.com/Kitware/CMake
Revision 9c7c6e434a1483ad5a188136a1cfb7bbf9cf5d61 authored by Brad King on 17 December 2014, 19:54:14 UTC, committed by CMake Topic Stage on 17 December 2014, 19:54:14 UTC
1c812979 ctest_memcheck: Do not open empty BC output file name

2 parent s 70ffd71 + 1c81297
Raw File
Tip revision: 9c7c6e434a1483ad5a188136a1cfb7bbf9cf5d61 authored by Brad King on 17 December 2014, 19:54:14 UTC
Merge topic 'ctest_memcheck-no-empty-BC-output'
Tip revision: 9c7c6e4
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.pfx           -crlf
*.png           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top