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 |
Ken Martin
|
5d35fd4b7e
ENH: cleanup and remove some old code
|
20 years ago |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
Brad King
|
8340c0d186
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
61e056e2dc
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
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
|
929553a02e
ENH: big cleanup and fix for jump commands
|
20 years ago |
Ken Martin
|
6b444ee345
BUG: cd into local directory to reduce link line length
|
20 years ago |
Ken Martin
|
dce07caf0b
ENH: fix warning
|
20 years ago |
Ken Martin
|
40cd76ab03
ENH: first step to only rebuuilding on flag changes
|
20 years ago |
Ken Martin
|
ad46c80f7a
ENH: fix warning
|
20 years ago |
Ken Martin
|
4a98fcd059
ENH: fix some warnings and cleanup some
|
20 years ago |