Commit History

Author SHA1 Message Date
  Bill Hoffman b56a60d01e ENH: fix errors for unix builds 19 years ago
  Bill Hoffman ccb77b65c6 ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion 19 years ago
  Andy Cedilnik 897a2a9029 ENH: Cleanup of install component list. There was already the list in the global generator. Use that one 19 years ago
  Andy Cedilnik 7ded253013 ENH: Add support for displaying the list of components 19 years ago
  Brad King 74c70d4078 BUG: Do not display cmake -E usage when any old command line error occurs. 19 years ago
  Ken Martin 3a0b94131d BUG: partial fix for the progress after install bug 19 years ago
  Bill Hoffman 017cec95ad ENH: do not print a call stack if the user does a message error unless --debug-output is used 19 years ago
  Bill Hoffman 9c4302f79e ENH: do not allow null pointer access 19 years ago
  Brad King accf93fc12 ENH: Added undocumented option -E cmake_unimplemented_variable to help print useful error messages for unimplemented features on a given platform. 19 years ago
  Ken Martin 299bbcad86 ENH: fix color output inside of ctest runs 19 years ago
  Andy Cedilnik 898dfe5a2d ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with cmOStringStream 19 years ago
  Ken Martin 847c3a5849 ENH: add a higher performance method to get the number of files in a directory 19 years ago
  Bill Hoffman 7e5509a260 ENH: avoid crash in sprintf 19 years ago
  Brad King 0bbcb49f65 ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. 19 years ago
  Brad King 60487a227e BUG: Always check dependency integrity whether or not CMake will re-run because the generator no longer checks integrity during generation. 19 years ago
  Ken Martin 14cc1efe2c ENH: some cleanup to progress 19 years ago
  Brad King d9e060e062 BUG: Fixed cmake -E remove return code. 19 years ago
  Brad King ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. 19 years ago
  Ken Martin 50d058a3a1 ENH: always compile progress 19 years ago
  Ken Martin 25c2ee32ae COMP: fix bootstrap 19 years ago
  Ken Martin 108101c1dc COMP: fix mac warning 19 years ago
  Ken Martin 53dce3b231 ENH: part of the progress reporting checkin 19 years ago
  Bill Hoffman ed981ef0b7 ENH: fix crashes when command line arguments are not followed by the correct number of arguments 19 years ago
  Andy Cedilnik fd8e45d4a1 ENH: Add simple progress reporting during make 19 years ago
  Ken Martin bf5ed9b27b STYLE: fix line length 19 years ago
  Brad King a3cd7fd1b5 COMP: Disable color support for bootstrap. 19 years ago
  Brad King 4494c29078 ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project. 19 years ago
  Bill Hoffman cf23679d72 ENH: save the cache on fatal error so that users can set cache values 19 years ago
  Bill Hoffman 852135074e ENH: add more verbose output in verbose mode 19 years ago
  Brad King d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. 19 years ago