Brad King
|
74c70d4078
BUG: Do not display cmake -E usage when any old command line error occurs.
|
19 سال پیش |
Ken Martin
|
3a0b94131d
BUG: partial fix for the progress after install bug
|
19 سال پیش |
Bill Hoffman
|
017cec95ad
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
19 سال پیش |
Bill Hoffman
|
9c4302f79e
ENH: do not allow null pointer access
|
19 سال پیش |
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 سال پیش |
Ken Martin
|
299bbcad86
ENH: fix color output inside of ctest runs
|
19 سال پیش |
Andy Cedilnik
|
898dfe5a2d
ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with cmOStringStream
|
19 سال پیش |
Ken Martin
|
847c3a5849
ENH: add a higher performance method to get the number of files in a directory
|
19 سال پیش |
Bill Hoffman
|
7e5509a260
ENH: avoid crash in sprintf
|
19 سال پیش |
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 سال پیش |
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 سال پیش |
Ken Martin
|
14cc1efe2c
ENH: some cleanup to progress
|
19 سال پیش |
Brad King
|
d9e060e062
BUG: Fixed cmake -E remove return code.
|
19 سال پیش |
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 سال پیش |
Ken Martin
|
50d058a3a1
ENH: always compile progress
|
19 سال پیش |
Ken Martin
|
25c2ee32ae
COMP: fix bootstrap
|
19 سال پیش |
Ken Martin
|
108101c1dc
COMP: fix mac warning
|
19 سال پیش |
Ken Martin
|
53dce3b231
ENH: part of the progress reporting checkin
|
19 سال پیش |
Bill Hoffman
|
ed981ef0b7
ENH: fix crashes when command line arguments are not followed by the correct number of arguments
|
19 سال پیش |
Andy Cedilnik
|
fd8e45d4a1
ENH: Add simple progress reporting during make
|
19 سال پیش |
Ken Martin
|
bf5ed9b27b
STYLE: fix line length
|
19 سال پیش |
Brad King
|
a3cd7fd1b5
COMP: Disable color support for bootstrap.
|
19 سال پیش |
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 سال پیش |
Bill Hoffman
|
cf23679d72
ENH: save the cache on fatal error so that users can set cache values
|
19 سال پیش |
Bill Hoffman
|
852135074e
ENH: add more verbose output in verbose mode
|
19 سال پیش |
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 سال پیش |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 سال پیش |
Andy Cedilnik
|
43b9f184c2
COMP: Fix apple bootstrap issues
|
19 سال پیش |
Andy Cedilnik
|
b20cb78049
ENH: Handle missing unsetenv and add check for environ
|
19 سال پیش |
Andy Cedilnik
|
fe1fda6431
ENH: Use vector of plain strings and add cmake -E command for getting environment
|
19 سال پیش |