Brad King
|
f0c79a0030
BUG: Avoid duplicate conversion to output path.
|
19 years ago |
Brad King
|
76f6ea8011
BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files.
|
19 years ago |
Ken Martin
|
bdb530191d
BUG: bad progress for named top level targets
|
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 |
Ken Martin
|
9c35a99e45
BUG: fix comment
|
19 years ago |
Ken Martin
|
dd8247e324
STYLE: fix long lines
|
19 years ago |
Ken Martin
|
2bf97089ba
COMP: fix warning
|
19 years ago |
Ken Martin
|
c69d12d02f
COMP: fix old compiler issue
|
19 years ago |
Ken Martin
|
ed54b93533
ENH: added progress for subdir all targets and fixed compiler waring
|
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 |
Ken Martin
|
fe99b156e5
ENH: fix line length and warning
|
19 years ago |
Ken Martin
|
a6bf59baef
ENH: fix for dependent targets
|
19 years ago |
Bill Hoffman
|
c8f35fc4ef
ENH: do not use the link script on windows
|
19 years ago |
Ken Martin
|
57746b6ffe
ENH: warning fix
|
19 years ago |
Ken Martin
|
e92731ca6e
ENH: cleanup how progress is reported for individual targets to fix an integer math issue
|
19 years ago |
Brad King
|
9d02ac676b
BUG: Pre-install rules for a target should not have target-level dependencies. Each target can be re-linked independently as long as the original targets are up to date.
|
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
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
Ken Martin
|
14cc1efe2c
ENH: some cleanup to progress
|
19 years ago |
Ken Martin
|
7d5bc02c9d
ENH: line lengths
|
19 years ago |
Brad King
|
87d4d0e039
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
19 years ago |
Brad King
|
ad9dd6d11c
ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the proper place in the local generator instead of in the global generator. Also made the install/fast target not depend on the all target.
|
19 years ago |
Brad King
|
791706a52f
BUG: Added /fast targets in subdirectory makefiles. Removed bogus INSTALL_*/fast targets. Also fixed preinstall/fast target.
|
19 years ago |
Brad King
|
d3073828f0
BUG: Fix progress when total number of source files is less than 100.
|
19 years ago |
Ken Martin
|
7eba286403
BUG: fix to progress for small projects
|
19 years ago |
Ken Martin
|
2cae0ce389
ENH: fix compiler warnings and posibly java test
|
19 years ago |
Brad King
|
15535c3f60
BUG: Fix for spaces in path to build directory with new progress stuff.
|
19 years ago |
Ken Martin
|
50d058a3a1
ENH: always compile progress
|
19 years ago |
Ken Martin
|
6580114309
BUG: fix issue with too many fast targets being listed
|
19 years ago |