summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCacheCommand.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 docsKen Martin2005-11-161-3/+3
|
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-6/+0
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-10/+17
|
* ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows ↵Brad King2002-11-201-1/+13
| | | | reading of cache values from another cache without actually creating local copies of the cache entires. The values are stored as prefixed local makefile variables.
* 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.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* TypoSebastien Barre2002-01-201-1/+1
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* Adding new options to LoadCache.Berk Geveci2001-08-161-2/+6
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* added load cache command and fixed source fileKen Martin2001-05-091-0/+99