Brad King
|
ea874415d9
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
|
18 سال پیش |
Brad King
|
dfb79bea23
STYLE: Removed unused reference to cmMakeDepend.
|
18 سال پیش |
Alexander Neundorf
|
179943bf14
|
18 سال پیش |
Brad King
|
c25d2bfdd2
ENH: Added testing for custom command line arguments containing all special characters on the US keyboard. Fixed curly brace arguments on borland and % arguments in mingw32-make.
|
18 سال پیش |
Bill Hoffman
|
76dd86b410
BUG: fix -D escaped quotes for watcom
|
18 سال پیش |
Brad King
|
33ee83714d
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
|
18 سال پیش |
Brad King
|
fd3688fa72
ENH: Fixed recursive make call target escaping for Borland to support SubDirSpaces test.
|
18 سال پیش |
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 سال پیش |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
18 سال پیش |
Bill Hoffman
|
bd531d3fae
BUG: fix for 4186, kdevelop adding file twice
|
19 سال پیش |
Brad King
|
54731fa2c8
ENH: Adding support for # escape in Watcom WMake.
|
19 سال پیش |
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 سال پیش |
Brad King
|
7e92f0b4e4
BUG: Hack to make echo command work properly in mingw32-make.
|
19 سال پیش |
Brad King
|
406f3554c7
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
19 سال پیش |
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 سال پیش |
Brad King
|
f826c6c58b
ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets.
|
19 سال پیش |
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 سال پیش |
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 سال پیش |
Brad King
|
5cfa1b02ab
ENH: Added generation of rules to manually request preprocessed or generated assembly sources.
|
19 سال پیش |
Brad King
|
88702ff442
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
|
19 سال پیش |
Brad King
|
221b34392b
ENH: Restoring previous change with a fix.
|
19 سال پیش |
Bill Hoffman
|
16e73643f3
ENH: undo change that broke borland 5.6 cont
|
19 سال پیش |
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 سال پیش |
Ken Martin
|
ed54b93533
ENH: added progress for subdir all targets and fixed compiler waring
|
19 سال پیش |
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 سال پیش |
Ken Martin
|
f1dfa7e78f
BUG: changed to progress to make it more flexible and to no relink targets as often
|
19 سال پیش |
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 سال پیش |
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 سال پیش |
Ken Martin
|
50d058a3a1
ENH: always compile progress
|
19 سال پیش |
Bill Hoffman
|
2238e22699
ENH: make sure verbose output is used for kde
|
19 سال پیش |