Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -2/+5 |
| | | | | | | | | | | add_custom_target() as COMMAND, and cmake will recognize them and replace them with the actual output path of these executables. Also the dependency will be added automatically. Test included. ENH: moved TraceVSDependencies() to the end of GlobalGenerator::Configure(), so it is done now in one central place Alex | ||||
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -1/+2 |
| | |||||
* | ENH: do not use relative paths for custom command commands if they working ↵ | Bill Hoffman | 2007-01-18 | 1 | -1/+8 |
| | | | | directory is used | ||||
* | BUG: Avoid leading and trailing newlines in custom command scripts because ↵ | Brad King | 2006-10-25 | 1 | -6/+12 |
| | | | | some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977. | ||||
* | ENH: Re-implemented command line argument shell quoting to support several ↵ | Brad King | 2006-09-27 | 1 | -1/+12 |
| | | | | platforms with one code base. | ||||
* | 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. |