Brad King
|
00051cf721
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had a buggy implementation that caused it to do nothing.
|
18 years ago |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
18 years ago |
Bill Hoffman
|
bd531d3fae
BUG: fix for 4186, kdevelop adding file twice
|
19 years ago |
Brad King
|
54731fa2c8
ENH: Adding support for # escape in Watcom WMake.
|
19 years ago |
Brad King
|
69356d8a7a
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
|
19 years ago |
Brad King
|
7e92f0b4e4
BUG: Hack to make echo command work properly in mingw32-make.
|
19 years ago |
Brad King
|
406f3554c7
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
19 years ago |
Brad King
|
019dabc97f
BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.
|
19 years ago |
Brad King
|
f826c6c58b
ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets.
|
19 years ago |
Brad King
|
c6f1a11480
BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
|
19 years ago |
Brad King
|
8c94be3f18
ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules.
|
19 years ago |
Brad King
|
5cfa1b02ab
ENH: Added generation of rules to manually request preprocessed or generated assembly sources.
|
19 years ago |
Brad King
|
88702ff442
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
|
19 years ago |
Brad King
|
221b34392b
ENH: Restoring previous change with a fix.
|
19 years ago |
Bill Hoffman
|
16e73643f3
ENH: undo change that broke borland 5.6 cont
|
19 years ago |
Brad King
|
fe5a6e9413
ENH: Moved generation of directory-level object convenience rules to a separate method. This will aid generation of more such rules later.
|
19 years ago |
Ken Martin
|
ed54b93533
ENH: added progress for subdir all targets and fixed compiler waring
|
19 years ago |
Brad King
|
9bf5af6e32
ENH: Moved unique object file name computation from cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories.
|
19 years ago |
Ken Martin
|
f1dfa7e78f
BUG: changed to progress to make it more flexible and to no relink targets as often
|
19 years ago |
Brad King
|
ff41664c6b
ENH: Slight improvement in genreation time by recording the setting of CMAKE_COLOR_MAKEFILE in an ivar of each local generator at the beginning of generation. This avoids many repeated table lookups.
|
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 |
Bill Hoffman
|
2238e22699
ENH: make sure verbose output is used for kde
|
19 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.
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 years ago |
Bill Hoffman
|
4c5ba06fa1
ENH: use a cmake script to do the clean step, this allows for large numbers of files to be removed without making the command line too long
|
19 years ago |
Brad King
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
20 years ago |
Ken Martin
|
141ad7645e
ENH: some reorg of the unix makefile generator
|
20 years ago |
Ken Martin
|
96d754046a
ENH: more cleanup and removal of old code
|
20 years ago |