Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix memory leak and cleanup error string code | Ken Martin | 2008-06-28 | 1 | -3/+3 |
| | |||||
* | ENH: fix warnings | Bill Hoffman | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the ↵ | Bill Hoffman | 2008-02-29 | 1 | -3/+4 |
| | | | | property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -4/+18 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+2 |
| | |||||
* | ENH: reduce string construct delete ops | Ken Martin | 2006-05-31 | 1 | -3/+3 |
| | |||||
* | ENH: allow loose loop constructs | Ken Martin | 2006-05-18 | 1 | -21/+36 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -12/+12 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -2/+4 |
| | |||||
* | ENH: converted macro to use variables and fixed some case issues with some ↵ | Ken Martin | 2005-06-23 | 1 | -2/+2 |
| | | | | function blockers | ||||
* | COMP: fix unused var warning | Ken Martin | 2005-01-21 | 1 | -1/+1 |
| | |||||
* | ENH: split up cmCommands into two files | Bill Hoffman | 2005-01-21 | 1 | -0/+1 |
| | |||||
* | ENH: added while command | Ken Martin | 2005-01-21 | 1 | -0/+99 |