13 Commits (67e8012783da07b165261d93636d2523e142c67c)

Author SHA1 Message Date
Alexander Neundorf 94f0eca689 BUG: fix #5326: source files with the same name in different groups lead to colliding object file names 18 years ago
Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags 18 years ago
Alexander Neundorf 7f11536704 ENH: now target names can be used in add_custom_command() and 18 years ago
Bill Hoffman ca0230a33e ENH: check in initial conv library stuff 19 years ago
Bill Hoffman 1589890a09 ENH: do not use relative paths for custom command commands if they working directory is used 19 years ago
Brad King e23b82c2cf BUG: Avoid leading and trailing newlines in custom command scripts because some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977. 19 years ago
Brad King dd332a00cc ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 19 years ago
Brad King 2459ceb076 BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms. 19 years ago
Brad King 6ad36e407e BUG: Duplicate object name detection should not be case sensitive since this code is used on Windows file systems. This addresses bug#3589. 19 years ago
Brad King 24b55bfe11 BUG: Make sure sources with unknown extensions are not compiled by VS. 19 years ago
Brad King 8dda3a2f6e ENH: Adding .hh file as a C++ header file extension. Remove duplicate code from implementation of unique object name computation for VS generators. This addresses bug#3565. 19 years ago
Ken Martin dd8247e324 STYLE: fix long lines 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