Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Added extra newline in an error message to improve readability. | Brad King | 2001-09-20 | 1 | -0/+1 |
| | |||||
* | BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler ↵ | Bill Hoffman | 2001-08-20 | 1 | -5/+0 |
| | | | | which is a filepath | ||||
* | If the value is a path, collapse it (cleaner) | Sebastien Barre | 2001-08-19 | 1 | -0/+5 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -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 InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH: add better error checking | Bill Hoffman | 2001-06-04 | 1 | -0/+15 |
| | |||||
* | bug meaning that set(a b) just set a to "" and not to b | Geoffrey Cross | 2001-05-25 | 1 | -1/+7 |
| | |||||
* | ENH: change the syntax of the SET command, fix the combo box for larger strings | Bill Hoffman | 2001-05-24 | 1 | -48/+53 |
| | |||||
* | BUG: fix compiler name | Bill Hoffman | 2001-05-21 | 1 | -1/+1 |
| | |||||
* | ENH: allow cache to override config file | Bill Hoffman | 2001-05-18 | 1 | -25/+51 |
| | |||||
* | ENH: unify make process on unix | Bill Hoffman | 2001-05-16 | 1 | -1/+20 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 1 | -0/+70 |