Ken Martin
|
56e3a35ece
BUG: allow system information to accept the -G option
|
18 years ago |
Ken Martin
|
cbf6bae9f4
BUG: fix to naming of results file
|
18 years ago |
Ken Martin
|
42c41d77fa
BUG: fix for unused variable
|
18 years ago |
Ken Martin
|
31a700188b
ENH: added --system-information option to CMake
|
18 years ago |
Andy Cedilnik
|
726c267f99
BUG: Produce an error when the script is not found
|
18 years ago |
Andy Cedilnik
|
ffc0b5e4de
BUG: Overwrite the symlink if it already exists. Close Bug #4418 - cmake -create-symlink doesn't overwrite existing symlinks
|
18 years ago |
Ken Martin
|
179579bed7
ENH: improve SetProperties and fix a couple warnings
|
19 years ago |
Ken Martin
|
1dd5db0235
COMP: fix some warnings and style issues
|
19 years ago |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
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 |