summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: add ability to use ; separated lists in SET and expand them for addexecu...Bill Hoffman2002-03-291-1/+19
* 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
* 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 w...Bill Hoffman2001-08-201-5/+0
* 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 c...Bill Hoffman2001-08-081-7/+10
* 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