summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-09-22 17:02:20 (GMT)
committerBrad King <brad.king@kitware.com>2009-09-22 17:02:20 (GMT)
commit9b6c3d0782863b90a8da2d67153a528c8465f64f (patch)
tree3de6e12b621228b9116864d28e1f4c5e593babc1 /Source/cmLocalUnixMakefileGenerator3.cxx
parent664a409ae03050b68add7fa642d5758c7dff2630 (diff)
downloadCMake-9b6c3d0782863b90a8da2d67153a528c8465f64f.zip
CMake-9b6c3d0782863b90a8da2d67153a528c8465f64f.tar.gz
CMake-9b6c3d0782863b90a8da2d67153a528c8465f64f.tar.bz2
Optimize KWSys SystemTools::FileExists on Windows
We optimize this method by using the GetFileAttributesExA native Windows API to check for file existence when possible. For real Windows builds we always use it. For Cygwin we use cygwin_conv_to_win32_path to get a native Windows path if possible and otherwise fall back to 'access'. Cygwin-to-Windows path conversion and cache by Wojciech Migda. See issue #8826.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
0 files changed, 0 insertions, 0 deletions