Ken Martin
|
179579bed7
ENH: improve SetProperties and fix a couple warnings
|
19 年之前 |
Ken Martin
|
1dd5db0235
COMP: fix some warnings and style issues
|
19 年之前 |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 年之前 |
Bill Hoffman
|
b56a60d01e
ENH: fix errors for unix builds
|
19 年之前 |
Bill Hoffman
|
ccb77b65c6
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
19 年之前 |
Andy Cedilnik
|
897a2a9029
ENH: Cleanup of install component list. There was already the list in the global generator. Use that one
|
19 年之前 |
Andy Cedilnik
|
7ded253013
ENH: Add support for displaying the list of components
|
19 年之前 |
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 年之前 |