diff options
author | Brad King <brad.king@kitware.com> | 2009-09-22 17:02:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-22 17:02:20 (GMT) |
commit | 9b6c3d0782863b90a8da2d67153a528c8465f64f (patch) | |
tree | 3de6e12b621228b9116864d28e1f4c5e593babc1 /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | 664a409ae03050b68add7fa642d5758c7dff2630 (diff) | |
download | CMake-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