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 |
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 |
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 |
Ken Martin
|
6071052835
ENH: fix linelength
|
19 years ago |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
Ken Martin
|
bf5ed9b27b
STYLE: fix line length
|
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 |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
6b47b28867
ENH: fix line length style stuff
|
19 years ago |
Andy Cedilnik
|
bc4e5581ee
ENH: Add support for exporting graphviz of the project dependencies
|
19 years ago |
Andy Cedilnik
|
3d9610feec
COMP: More fixes for non makefile generators and global targets
|
19 years ago |
Andy Cedilnik
|
f1fb182270
ENH: Add accessors for CTest and CPack
|
19 years ago |
Andy Cedilnik
|
a51dfefe79
ENH: Optimize performance by caching stat results
|
20 years ago |
Brad King
|
c59d56f653
BUG: Corrected and updated documentation of the -P option, -C option, GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command.
|
20 years ago |
Bill Hoffman
|
9062e6d922
ENH: fix for bug 1866, make -G,-D -C options allow for space between arg and value
|
20 years ago |
Andy Cedilnik
|
69ca8776a8
ENH: Start adding the code that will truncate output logs
|
20 years ago |
Andy Cedilnik
|
9a7dec33a3
ENH: Before running configre, remove all macros. Also, backup the command names. Also, make command names case insensitive
|
20 years ago |
Andy Cedilnik
|
24a5c0a72e
ENH: Save command that macro overwrites
|
20 years ago |
Ken Martin
|
e559aa11ac
ENH: added support for forcing recomputation of depends
|
20 years ago |
Andy Cedilnik
|
e4af567bd2
ENH: Make AddCMakePath public
|
20 years ago |
Ken Martin
|
3ff6722934
ENH: cleanup by removing all the olf local generate junk that i not longer needed
|
20 years ago |
Brad King
|
81bbae1fb2
ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation.
|
21 years ago |
Andy Cedilnik
|
56234aed4b
PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
|
21 years ago |
Brad King
|
6bc6466be3
ENH: Added --check-rerun option to allow a runtime check of whether a new generate should really be done.
|
21 years ago |
Ken Martin
|
1066af4527
ENH: Mathieus support for path conversions
|
21 years ago |
Andy Cedilnik
|
957ddc4195
ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup can call it
|
21 years ago |
Andy Cedilnik
|
34115a5989
BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running
|
21 years ago |
Andy Cedilnik
|
55a71ba572
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
21 years ago |