Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Remove check for files written by file(WRITE) being loaded. | Brad King | 2008-04-30 | 1 | -1/+0 |
| | | | | | | | | | | | | - CMake 1.8 and below did not do the check but could get in infinite loops due to the local generate step. - CMake 2.0 added the check but failed to perform it in directories with no targets (see bug #678). - CMake 2.2 removed the local generate which fixed the problem but did not remove the check. - Between CMake 2.4 and 2.6.0rc6 the check was fixed to work even when no targets appear in a directory (see bug #6923). - Bottom line: the check is no longer needed. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
| | |||||
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+10 |
| | |||||
* | ENH: Cleanup bootstrap even more | Andy Cedilnik | 2006-03-22 | 1 | -0/+3 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Fix typos | Andy Cedilnik | 2005-07-06 | 1 | -1/+1 |
| | |||||
* | BUG: Handle restrictive permissions | Andy Cedilnik | 2005-03-07 | 1 | -0/+27 |
| | |||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+1 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -4/+2 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | Make directory if it does not exist yet | Andy Cedilnik | 2002-11-04 | 1 | -2/+5 |
| | |||||
* | Add flag to WRITE_FILE to append | Andy Cedilnik | 2002-10-29 | 1 | -2/+10 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-22 | 1 | -1/+0 |
| | |||||
* | Fix namespace problem | Andy Cedilnik | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | Add WRITE_FILE command, which writes string to a file | Andy Cedilnik | 2002-09-20 | 1 | -0/+54 |