Commit History

Author SHA1 Message Date
  Kitware Robot 9db3116226 Remove CMake-language block-end command arguments 13 years ago
  Kitware Robot 77543bde41 Convert CMake-language commands to lower case 13 years ago
  Peter Collingbourne 6dd410c2b9 Ninja: Add the Ninja generator 14 years ago
  Bill Hoffman dccbbe0a99 Visual Studio 10 has the same bug as 8 so make the path shorter 16 years ago
  Brad King 990c6b0b90 ENH: Allow custom limit on object file path length 17 years ago
  Alexander Neundorf edb0a70d1f 18 years ago
  Alexander Neundorf fac8604810 18 years ago
  Brad King 0cb45081d9 BUG: Disable deep-source test on Watcom until it can be fixed. This is a new feature for other generators anyway. 18 years ago
  Brad King e85eb5fc3d BUG: Reduce long source file name length for WMake. 18 years ago
  Brad King 75a51cd065 BUG: Work around VS8 conversion to a relative path for the long source name. It takes the nice full path we give it, converts to relative, and then repacks relative on top of the build directory resulting in a path longer than its own maxpath even though the original path given was short enough. Even VS6 dealt with it better. 18 years ago
  Brad King 1f639ee76c 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. 18 years ago
  Brad King 0fe0523810 BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature. 19 years ago
  Brad King ccfab2622b ENH: Adding test for multiple source files with the same name but different full paths. 19 years ago
  Ken Martin fd26d148d8 ENH: test get directory properties ability to get props from subdirs 20 years ago
  Bill Hoffman b7b35d2c5a FIX: fix bug 2043 borland compiler and dll problem and add a test for it 20 years ago
  Ken Martin f33c633c40 ENH: also test for correct Proj dir settings 20 years ago
  Ken Martin f7c024df2a ENH: added new test for out of dir source trees 21 years ago