summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* 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: now the set command can set environment variablesKen Martin2005-01-201-1/+4
|
* ENH: Add support for install postfixAndy Cedilnik2004-02-031-0/+5
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Added CACHE entry types to documentation string.Brad King2003-04-041-6/+12
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-8/+8
|
* 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.
* added FORCE optionKen Martin2002-10-091-2/+3
|
* BUG: fix doc string and allow a variable to be promoted from non-cache to cacheBill Hoffman2002-09-271-1/+2
|
* ENH: add ability to use ; separated lists in SET and expand them for ↵Bill Hoffman2002-03-291-1/+3
| | | | addexecutable and addlibrary
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* 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
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: change the syntax of the SET command, fix the combo box for larger stringsBill Hoffman2001-05-241-2/+7
|
* new set command and IF NOTKen Martin2001-05-011-0/+103