summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Changing shared library versioned file names on OSX to conform to that ↵Brad King2006-06-051-0/+1
| | | | platform's convention.
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
|
* ENH: add path conversion stuff and rm SYSTEM_PATHBill Hoffman2006-04-051-5/+12
|
* ENH: Add relative tag and add test for relative tagAndy Cedilnik2006-03-211-3/+5
|
* ENH: add a new FILE SYSTEM_PATH that allows you to read a environment ↵Bill Hoffman2006-03-101-1/+5
| | | | variable with a path in it.
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
|
* ENH: use a cmake script to do the clean step, this allows for large numbers ↵Bill Hoffman2006-03-091-0/+3
| | | | of files to be removed without making the command line too long
* STYLE: fix docsKen Martin2005-11-161-7/+7
|
* 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