summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET anAlexander Neundorf2008-01-021-2/+4
* ENH: make commands lower case by defaultKen Martin2007-10-101-22/+21
* COMP: Remove unused argument.Brad King2007-07-021-1/+0
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-6/+0
* BUG: Need to compute the correct versioned name for executables on cygwin. T...Brad King2007-06-271-1/+2
* STYLE: add documentation for FILE(REMOVE ...) and FILE(REMOVE_RECURSE ...)Alexander Neundorf2007-06-131-4/+8
* STYLE: remove out commented codeAlexander Neundorf2007-06-071-15/+10
* ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automaticAlexander Neundorf2007-05-251-3/+10
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-3/+4
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-1/+37
* ENH: Added FILE(STRINGS) command.Brad King2007-04-251-0/+25
* ENH: added LIMIT on file readKen Martin2007-03-011-1/+1
* ENH: fix spelling error bug # 4233Bill Hoffman2007-02-201-1/+1
* ENH: Changing shared library versioned file names on OSX to conform to that p...Brad King2006-06-051-0/+1
* 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 variabl...Bill Hoffman2006-03-101-1/+5
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-0/+3
* 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
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-6/+0
* ENH: Add check for infinite loops. Make sure that files written using WRITE_F...Andy Cedilnik2004-04-181-0/+4
* 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