Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Centralized generation of command line arguments in escaped form. This ↵ | Brad King | 2006-09-21 | 1 | -0/+51 |
| | | | | addresses bug#3786 for several platforms. | ||||
* | BUG: Duplicate object name detection should not be case sensitive since this ↵ | Brad King | 2006-08-08 | 1 | -5/+8 |
| | | | | code is used on Windows file systems. This addresses bug#3589. | ||||
* | BUG: Make sure sources with unknown extensions are not compiled by VS. | Brad King | 2006-08-03 | 1 | -3/+13 |
| | |||||
* | ENH: Adding .hh file as a C++ header file extension. Remove duplicate code ↵ | Brad King | 2006-08-01 | 1 | -8/+12 |
| | | | | from implementation of unique object name computation for VS generators. This addresses bug#3565. | ||||
* | STYLE: fix long lines | Ken Martin | 2006-07-18 | 1 | -3/+2 |
| | |||||
* | ENH: Moved unique object file name computation from ↵ | Brad King | 2006-07-11 | 1 | -0/+89 |
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. |