Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 19 años
  Ken Martin 50d058a3a1 ENH: always compile progress hace 19 años
  Ken Martin 25c2ee32ae COMP: fix bootstrap hace 19 años
  Ken Martin 108101c1dc COMP: fix mac warning hace 19 años
  Ken Martin 53dce3b231 ENH: part of the progress reporting checkin hace 19 años
  Bill Hoffman ed981ef0b7 ENH: fix crashes when command line arguments are not followed by the correct number of arguments hace 19 años
  Andy Cedilnik fd8e45d4a1 ENH: Add simple progress reporting during make hace 19 años
  Ken Martin bf5ed9b27b STYLE: fix line length hace 19 años
  Brad King a3cd7fd1b5 COMP: Disable color support for bootstrap. hace 19 años
  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. hace 19 años
  Bill Hoffman cf23679d72 ENH: save the cache on fatal error so that users can set cache values hace 19 años
  Bill Hoffman 852135074e ENH: add more verbose output in verbose mode hace 19 años
  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. hace 19 años
  Bill Hoffman 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 hace 19 años
  Andy Cedilnik 43b9f184c2 COMP: Fix apple bootstrap issues hace 19 años
  Andy Cedilnik b20cb78049 ENH: Handle missing unsetenv and add check for environ hace 19 años
  Andy Cedilnik fe1fda6431 ENH: Use vector of plain strings and add cmake -E command for getting environment hace 19 años
  Bill Hoffman 5208004560 ENH: fix up this changes for mac hace 19 años
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup hace 19 años
  Bill Hoffman 5a8e1e4942 ENH: remove print hace 19 años
  Andy Cedilnik 634343c3e8 STYLE: Fix some style issues hace 19 años
  Andy Cedilnik ccac9542b1 ENH: Add a way to overwrite some preferences and ignore certain targets hace 19 años
  Brad King 6d4b7425fd ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. This partially addresses bug#2828. hace 19 años
  Andy Cedilnik e82de6a5d5 COMP: Fix warnings hace 19 años
  Andy Cedilnik 49c0a4b52a COMP: Oops, typo hace 19 años
  Andy Cedilnik bc4e5581ee ENH: Add support for exporting graphviz of the project dependencies hace 19 años
  Andy Cedilnik a488b192af BUG: Fix location of ctest for bootstrap hace 19 años
  Andy Cedilnik f1fb182270 ENH: Add accessors for CTest and CPack hace 19 años
  Brad King f2cf7e9197 ENH: Enable capture of output from VCExpress.exe and devenv.exe. hace 20 años
  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. hace 20 años