https://github.com/Kitware/CMake
Revision 4887640b7a69ee1febc19c50add55f8e07bb42b8 authored by Brad King on 10 August 2016, 15:15:47 UTC, committed by CMake Topic Stage on 10 August 2016, 15:15:47 UTC
02d177c9 Add additional <= and >= comparison operators

2 parent s 5aabfec + 02d177c
Raw File
Tip revision: 4887640b7a69ee1febc19c50add55f8e07bb42b8 authored by Brad King on 10 August 2016, 15:15:47 UTC
Merge topic 'add-extra-boolean-comparisons'
Tip revision: 4887640
.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
*.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

*.rst            whitespace=tab-in-indent conflict-marker-size=79
back to top