summaryrefslogtreecommitdiffstats
path: root/Source/cmWriteFileCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Fix typosAndy Cedilnik2005-07-061-1/+1
|
* BUG: Handle restrictive permissionsAndy Cedilnik2005-03-071-0/+27
|
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-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 King2002-12-111-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 yetAndy Cedilnik2002-11-041-2/+5
|
* Add flag to WRITE_FILE to appendAndy Cedilnik2002-10-291-2/+10
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* removed some includesKen Martin2002-09-271-1/+0
|
* compiler warningKen Martin2002-09-221-1/+0
|
* Fix namespace problemAndy Cedilnik2002-09-211-1/+1
|
* Add WRITE_FILE command, which writes string to a fileAndy Cedilnik2002-09-201-0/+54