summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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