summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add regular string replace (not regex), and relative path command. Also ↵Andy Cedilnik2005-10-171-1/+4
| | | | add tests
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-6/+0
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-0/+4
| | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
* ENH: Add unix style install in file commandAndy Cedilnik2004-01-261-0/+6
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Fix commentAndy Cedilnik2003-07-211-0/+1
|
* ENH: Recurse subdirectoriesAndy Cedilnik2003-07-141-1/+7
|
* ENH: Add MAKE_DIRECTORY and modify documentationAndy Cedilnik2003-07-081-5/+13
|
* ENH: Add globbing to FILE commandAndy Cedilnik2003-07-081-2/+6
|
* ENH: Start working on a general file manipulation commandAndy Cedilnik2003-07-071-0/+88