summaryrefslogtreecommitdiffstats
path: root/Source/cmGetCMakePropertyCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-2/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-251-25/+8
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
|
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+4
|
* ENH: Add accessor for the list of commandsAndy Cedilnik2003-08-041-0/+16
|
* Remove warningAndy Cedilnik2003-03-061-1/+1
|
* Add command for accessing cmake properties. At this point the only ↵Andy Cedilnik2003-03-061-0/+60
properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature