Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use vector, not list for cmCommand storage. | Stephen Kelly | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Remove some files which do not need to be in BootstrapCommands. | Stephen Kelly | 2015-04-12 | 1 | -1/+0 |
| | |||||
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -0/+1 |
| | |||||
* | If: Extract cmConditionEvaluator from if() implementation | Nils Gladitz | 2014-09-11 | 1 | -0/+1 |
| | |||||
* | Split cmBootstrapCommands.cxx into two sources | Brad King | 2013-06-14 | 1 | -0/+102 |
The single translation unit has grown too large for some compilers. Split it into cmBootstrapCommands1.cxx and cmBootstrapCommands2.cxx. |