提交歷史

作者 SHA1 備註 提交日期
  Andy Cedilnik 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 21 年之前
  Bill Hoffman d0cea4c7bb ENH: make relative paths optional and default off, and add a test for them 21 年之前
  Andy Cedilnik 51516613e8 ENH: Ok, when doing cmake -P you should not have to squish filename next to -P, There should be space between 22 年之前
  Bill Hoffman 222e9a2876 BUG: fix put/get env problems 22 年之前
  Brad King 49bd89fe31 BUG: CopyFileIfDifferent should return success if the files did not differ or if the copy succeeded. It should return failure only if the files were different and the copy failed. 22 年之前
  Bill Hoffman c336a9b1ac BUG: make sure null terminator is in the right place for putenv static char array 22 年之前
  Bill Hoffman 2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 22 年之前
  Bill Hoffman 09ba0a0a31 BUG: keep more of the case information 22 年之前
  Bill Hoffman eb9fc21543 ENH: add support for relative paths in makefiles 22 年之前
  Andy Cedilnik afc33a1990 ENH: Argument for script mode is -P (process) and take out the automatic script mode 22 年之前
  Brad King 306fc9ea96 ENH: Improved error messages when source tree does not have a CMakeLists.txt file. No matter how many cases we check, there always seems to be a user that finds a case that gives a confusing error message... 22 年之前
  Brad King ffd8ca9cd9 BUG: cmake_symlink_library should return the accumulated result, not just 0. 22 年之前
  Brad King 5bbc45d589 BUG: The cmake_symlink_library command needs to remove existing files before creating links. 22 年之前
  Brad King f764e1fcb2 ENH: Added undocumented cmake_symlink_library to help with building versioned shared libraries. 22 年之前
  Brad King 7ce0e4c576 BUG#313: Improving error message when no CMakeLists.txt file is found in the source tree. 22 年之前
  Andy Cedilnik d21532cd02 ENH: Ok, no more argument needed for script mode 22 年之前
  Andy Cedilnik ac2859aaa3 ENH: Start includding the scripting support 22 年之前
  Andy Cedilnik b79c2f5a4c ENH: Command should also be quoted 22 年之前
  Brad King 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. 22 年之前
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 22 年之前
  Andy Cedilnik 39c7cb9197 ENH: Remove unused variable 22 年之前
  Bill Hoffman 86947e0b26 ENH: remove a warning 22 年之前
  Ken Martin 072db6ad70 removed redundent includes 22 年之前
  Brad King 1de2bba717 BUG: Fixed typo in error message. 22 年之前
  Brad King 9234f45e23 ENH: Removed old argument processing code that never does anything. 22 年之前
  Brad King 75b3751a4f ENH: Clarified source directory mismatch message. 22 年之前
  Brad King 1e077d436e ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt file as an argument. Its settings will be loaded. 22 年之前
  Andy Cedilnik 369a4188e6 ENH: Use the new RunCommand 22 年之前
  Andy Cedilnik 2f98c791fa ENH: Allow specifying cmake variables on the command line without specifying the type Bug #118 - Specifying cache entries with -D should not need the type 22 年之前
  Bill Hoffman f7c9e258ae BUG: make sure initial cache file read only reads one file, and does not look for CMakeLists.txt files on the entire disk 22 年之前