https://github.com/Kitware/CMake
Revision 4ca9b0086f4982f9bfc6e5f3e6265db84f95b616 authored by Rolf Eike Beer on 03 April 2014, 17:02:01 UTC, committed by Brad King on 06 May 2014, 17:23:51 UTC
Some flags we select may affect availability of C++ features.
1 parent c553d68
Raw File
Tip revision: 4ca9b0086f4982f9bfc6e5f3e6265db84f95b616 authored by Rolf Eike Beer on 03 April 2014, 17:02:01 UTC
CompileFlags: Test for C++ features after selecting flags
Tip revision: 4ca9b00
.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
*.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