Brad King
|
406f3554c7
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
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
|
71b993560b
|
STYLE: fix line length
|
20 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.
|
20 years ago |
Brad King
|
eb31755eb2
|
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
20 years ago |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
Brad King
|
f09778c4a5
|
BUG: Work-around borland make bug that drops a rule completely if it has no dependencies or commands.
|
20 years ago |
Bill Hoffman
|
f6588b7919
|
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
Ken Martin
|
caf17c123b
|
ENH: added new generator
|
21 years ago |
Brad King
|
1c4337d778
|
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
|
21 years ago |
Brad King
|
c7beb28657
|
ENH: Enabling cmLocalUnixMakefileGenerator2 by default.
|
21 years ago |
Bill Hoffman
|
731369ef9c
|
ENH: try to initialize all languages at the same time
|
21 years ago |
Bill Hoffman
|
66a08c10e5
|
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 years ago |
Bill Hoffman
|
34853be45a
|
BUG: fix for bug 346, borland should now support dash in the path
|
22 years ago |
Bill Hoffman
|
3e2c1f3477
|
BUG: fix for bug 303 pass makeflags to sub makes
|
22 years ago |
Bill Hoffman
|
a413160fec
|
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
22 years ago |
Brad King
|
e5ed57ec18
|
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 years ago |
Bill Hoffman
|
96189f79d5
|
ENH: unify EnableLanguage across all generators
|
23 years ago |
Bill Hoffman
|
1e8914ada8
|
BUG: fix get make command problems.
|
23 years ago |
Bill Hoffman
|
e2d1104881
|
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 years ago |
Bill Hoffman
|
f5d95fb078
|
Complete rework of makefile generators expect trouble
|
23 years ago |
Brad King
|
1f6a3c67b1
|
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 years ago |
Ken Martin
|
386c19ff6a
|
fix for borland compilers
|
23 years ago |
Ken Martin
|
d28e483f4e
|
first cut a new arch
|
23 years ago |
Ken Martin
|
a888ba53fa
|
in progress
|
23 years ago |