https://github.com/Kitware/CMake
Revision 656af73bca01e4d0834b398685513be2a30c2c7d authored by Brad King on 23 December 2014, 13:53:50 UTC, committed by CMake Topic Stage on 23 December 2014, 13:53:50 UTC
e2a489c7 Remove some temporary vectors for ExpandListArgument.
0f99feec cmGeneratorExpression: Remove unused header.
722f1a71 CTest: Expand a string directly into a container.

2 parent s a19a43a + e2a489c
Raw File
Tip revision: 656af73bca01e4d0834b398685513be2a30c2c7d authored by Brad King on 23 December 2014, 13:53:50 UTC
Merge topic 'cleanup-ExpandListArgument-usage'
Tip revision: 656af73
.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