summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Remove memory leakAndy Cedilnik2005-06-031-0/+1
|
* COMP: fix unused var warningKen Martin2005-01-201-1/+0
|
* ENH: now the set command can set environment variablesKen Martin2005-01-201-1/+36
|
* ENH: fixed SET command to accept cache values with more than one valueKen Martin2005-01-041-49/+30
|
* BUG: A variable is not in the cache if it is UNINITIALIZED.Brad King2002-11-081-1/+1
|
* 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.
* Remove warningAndy Cedilnik2002-10-101-3/+6
|
* added FORCE optionKen Martin2002-10-091-6/+12
|
* BUG: fix doc string and allow a variable to be promoted from non-cache to cacheBill Hoffman2002-09-271-7/+9
|
* ENH: If SET(VAR) is called with no other arguments, remove the definition of ↵Brad King2002-09-181-1/+2
| | | | VAR.
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-1/+1
| | | | only project can be built with cmake, even without a cxx compiler
* FIX: get rid of warningsSebastien Barre2002-03-301-1/+1
|
* ENH: add ability to use ; separated lists in SET and expand them for ↵Bill Hoffman2002-03-291-1/+19
| | | | addexecutable and addlibrary
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
|
* 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-2/+2
| | | | avoid changes to the file cache
* ENH: Added extra newline in an error message to improve readability.Brad King2001-09-201-0/+1
|
* BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler ↵Bill Hoffman2001-08-201-5/+0
| | | | which is a filepath
* If the value is a path, collapse it (cleaner)Sebastien Barre2001-08-191-0/+5
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-7/+10
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: add better error checkingBill Hoffman2001-06-041-0/+15
|
* bug meaning that set(a b) just set a to "" and not to bGeoffrey Cross2001-05-251-1/+7
|
* ENH: change the syntax of the SET command, fix the combo box for larger stringsBill Hoffman2001-05-241-48/+53
|
* BUG: fix compiler nameBill Hoffman2001-05-211-1/+1
|
* ENH: allow cache to override config fileBill Hoffman2001-05-181-25/+51
|
* ENH: unify make process on unixBill Hoffman2001-05-161-1/+20
|
* new set command and IF NOTKen Martin2001-05-011-0/+70