summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-0/+2
|
* COMP: Remove warningAndy Cedilnik2006-03-291-1/+0
|
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-7/+33
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
|
* BUG: Fixed crash when source file cannot be looked up correctly.Brad King2003-06-131-3/+6
|
* yikes added new custom command supportKen Martin2003-06-031-61/+20
|
* ENH: remove warnings from borland 6 compilerBill Hoffman2003-05-291-1/+0
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-0/+13
| | | | files included in non-generated sources.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* fixed bug maybeKen Martin2002-08-261-0/+2
|
* fixed some warningsKen Martin2002-08-221-1/+2
|
* modified how source files store propertiesKen Martin2002-08-161-31/+60
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-5/+7
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-0/+136
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.