Commit History

Author SHA1 Message Date
  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
  Bill Hoffman 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 19 years ago
  Andy Cedilnik 43b9f184c2 COMP: Fix apple bootstrap issues 19 years ago
  Andy Cedilnik b20cb78049 ENH: Handle missing unsetenv and add check for environ 19 years ago
  Andy Cedilnik fe1fda6431 ENH: Use vector of plain strings and add cmake -E command for getting environment 19 years ago
  Bill Hoffman 5208004560 ENH: fix up this changes for mac 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Bill Hoffman 5a8e1e4942 ENH: remove print 19 years ago
  Andy Cedilnik 634343c3e8 STYLE: Fix some style issues 19 years ago
  Andy Cedilnik ccac9542b1 ENH: Add a way to overwrite some preferences and ignore certain targets 19 years ago
  Brad King 6d4b7425fd ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. This partially addresses bug#2828. 19 years ago
  Andy Cedilnik e82de6a5d5 COMP: Fix warnings 19 years ago
  Andy Cedilnik 49c0a4b52a COMP: Oops, typo 19 years ago
  Andy Cedilnik bc4e5581ee ENH: Add support for exporting graphviz of the project dependencies 19 years ago
  Andy Cedilnik a488b192af BUG: Fix location of ctest for bootstrap 19 years ago
  Andy Cedilnik f1fb182270 ENH: Add accessors for CTest and CPack 19 years ago
  Brad King f2cf7e9197 ENH: Enable capture of output from VCExpress.exe and devenv.exe. 20 years ago
  Bill Hoffman 14cbc9571a ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also do not write CMakeCache.txt if there is a fatal error. 20 years ago
  Brad King b403ad61e2 BUG: Fixed echo command to not print trailing space. 20 years ago
  Brad King 73284a1c12 ENH: Enabled build of VS 7 and 8 generators for MinGW. 20 years ago
  Brad King 576d8b41cb ENH: Enabled bootstrapping with MinGW from an MSYS prompt. 20 years ago
  Bill Hoffman 9891260a6d ENH: add support for watcom wmake and wcl386 20 years ago