summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: make commands lower case by defaultKen Martin2007-10-101-3/+3
|
* STYLE: fix line lengthKen Martin2006-05-101-1/+1
|
* ENH: added some new functionalityKen Martin2006-03-221-1/+1
|
* STYLE: fix docsKen Martin2005-11-161-1/+1
|
* BUG: Corrected and updated documentation of the -P option, -C option, ↵Brad King2005-09-211-2/+2
| | | | GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command.
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-5/+7
|
* 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.
* updated to match the SETKen Martin2002-08-261-4/+5
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
|
* fix docsBill Hoffman2002-03-291-2/+2
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-0/+66
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.