summaryrefslogtreecommitdiffstats
path: root/Source/cmDefinePropertyCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* some white space fixes for the bookKen Martin2009-09-031-1/+1
|
* ENH: Simplify docs args for define_propertyBrad King2009-06-151-2/+2
| | | | | | This teaches the define_property command signature to accept multiple arguments after the BRIEF_DOCS and FULL_DOCS keywords. We append the arguments together, making specification of long documentation easier.
* ENH: Updated DEFINE_PROPERTY command to be more extendible and more ↵Brad King2008-02-141-13/+36
| | | | consistent with new SET_PROPERTY and GET_PROPERTY signatures.
* 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-2/+2
|
* STYLE: rename chain to inherit in the docsAlexander Neundorf2007-06-261-10/+9
| | | | Alex
* ENH: added the ability to document variables and cached_variablesKen Martin2007-06-251-1/+2
|
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+74