This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-01-08 14:50:10 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e85eb5fc3d8e937eb0f70a6cfb3ae99cfcb7ea34
CMake
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
History
Brad King
e85eb5fc3d
BUG: Reduce long source file name length for WMake.
2007-03-20 13:34:39 -04:00
..
CMakeLists.txt
BUG: Reduce long source file name length for WMake.
2007-03-20 13:34:39 -04:00
simple.cxx
ENH: Added computation of object file names that are almost always short enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520.
2007-03-16 10:34:25 -04:00
simple.cxx.in
ENH: Added computation of object file names that are almost always short enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520.
2007-03-16 10:34:25 -04:00
testlib.cxx
ENH: add missing files
2005-07-14 13:50:27 -04:00
testlib.h
ENH: add missing files
2005-07-14 13:50:27 -04:00