summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+15
* ENH: Add relative tag and add test for relative tagAndy Cedilnik2006-03-211-0/+11
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-13/+13
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
* ENH: add a new FILE SYSTEM_PATH that allows you to read a environment variabl...Bill Hoffman2006-03-101-0/+29
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-0/+32
* BUG: Most platforms other than Linux seem to require executable permissions o...Brad King2006-03-071-1/+1
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-121/+273
* BUG: Fixed optional file install support for multi-configuration generators.Brad King2006-02-191-21/+8
* BUG: Install location full-path test for windows needs to account for both lo...Brad King2006-02-191-1/+1
* ENH: Clarified error message.Brad King2006-02-181-2/+2
* COMP: Removed unused variables.Brad King2006-01-131-6/+0
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-11/+0
* ENH: Add regular string replace (not regex), and relative path command. Also ...Andy Cedilnik2005-10-171-0/+39
* BUG: try to fix qt problemsBill Hoffman2005-09-101-6/+0
* make sure correct path type is usedBill Hoffman2005-08-231-1/+1
* ENH: Added versioned executable support. This partially addresses bug#2143. ...Brad King2005-08-171-5/+42
* ENH: if Xcode21 is installed then create 21 compatible project filesBill Hoffman2005-07-191-1/+2
* STYLE: Fix typosAndy Cedilnik2005-07-061-1/+1
* BUG: Handle restrictive permissionsAndy Cedilnik2005-03-071-0/+26
* ENH: all tests are passing for XCodeBill Hoffman2005-02-181-17/+33
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-271-0/+6
* BUG: Fix crash when CMAKE_DEBUG_POSTFIX is not set.Brad King2004-08-311-0/+4
* BUG: Fixed generation of installation manifest to account for library version...Brad King2004-07-021-1/+8
* BUG: If the destination is the same as source, do not copy file. Fixes Bug #9...Andy Cedilnik2004-07-021-35/+38
* ERR: Fix typoAndy Cedilnik2004-06-301-1/+1
* ENH: Better handling of debug postfix and fix the testAndy Cedilnik2004-06-291-4/+20
* ERR: Fix visual studio installAndy Cedilnik2004-06-281-3/+13
* BUG: Implement installing of shared library versioning and add test for the w...Andy Cedilnik2004-06-281-5/+78
* BUG: Put all files to manifestAndy Cedilnik2004-04-211-1/+1
* ENH: Add check for infinite loops. Make sure that files written using WRITE_F...Andy Cedilnik2004-04-181-0/+1
* ENH: When installing project, write manifestAndy Cedilnik2004-03-281-0/+11
* ENH: Add DESTDIR supportAndy Cedilnik2004-02-121-12/+79
* ENH: Handle script modeAndy Cedilnik2004-02-061-2/+10
* ENH: Fix support for debug postfixAndy Cedilnik2004-02-031-3/+2
* ENH: Add support for install postfixAndy Cedilnik2004-02-031-1/+16
* ERR: Remove warning about unused variableAndy Cedilnik2004-01-281-1/+0
* ENH: Make install on windows seems to work nowAndy Cedilnik2004-01-271-22/+63
* ERR: Fix build on Mingw. Looks like Mingw is more like visual studio... Thank...Andy Cedilnik2004-01-271-1/+1
* ERR: And yet another set of constants for file permissionsAndy Cedilnik2004-01-271-1/+3
* ENH: Several windows bugs and fixesAndy Cedilnik2004-01-261-2/+7
* ENH: Add unix style install in file commandAndy Cedilnik2004-01-261-1/+138
* ENH: Remove extra new line after the written stringAndy Cedilnik2003-07-171-1/+1
* ENH: Recurse subdirectoriesAndy Cedilnik2003-07-141-2/+8
* ENH: Add MAKE_DIRECTORY and modify documentationAndy Cedilnik2003-07-081-0/+37
* ENH: Add globbing to FILE commandAndy Cedilnik2003-07-081-0/+64
* ENH: Start working on a general file manipulation commandAndy Cedilnik2003-07-071-0/+113