summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Teach file(DOWNLOAD|UPLOAD) to timeout after inactivityBrad King2011-06-011-0/+42
* Merge topic 'require-cmake-2.6.3'Brad King2011-03-011-23/+7
|\
| * Require at least CMake 2.6.3 to build current CMakeBrad King2011-02-241-23/+7
* | Fix KWStyle line too long error (#11286)David Cole2011-02-281-1/+2
* | Implement file(UPLOAD (#11286)David Cole2011-02-251-111/+306
|/
* Make file DOWNLOAD less noisy (#11761)David Cole2011-02-091-4/+0
* file(DOWNLOAD): Fix error message formattingBrad King2010-09-101-58/+45
* Merge branch 'file-write-umask'Brad King2010-06-071-12/+9
|\
| * Borland: No S_IWGRP is availableBrad King2010-06-031-0/+2
| * Really trust umask in file(WRITE) command (#10789, #10126)Brad King2010-06-031-12/+7
* | Merge branch 'improve-file-download'Brad King2010-06-071-16/+243
|\ \
| * | Allow redirects: set CURLOPT_FOLLOWLOCATION to 1David Cole2010-06-041-0/+9
| * | Fix unused variable warning in new code.David Cole2010-05-271-0/+3
| * | Improve FILE(DOWNLOAD) and ExternalProject.David Cole2010-05-271-16/+231
| |/
* | Avoid use of CopyAFile "copyPermissions" parameterBrad King2010-06-031-1/+8
|/
* Handle non-ASCII terminators in file(STRINGS)Brad King2010-04-141-31/+19
* Trust umask for file permissionsBrad King2010-01-121-4/+2
* Fix up download a bit, better error checking and uses of long not double for ...Bill Hoffman2009-10-221-37/+124
* Fixed issues with message text in FILE command error situations. Added many n...David Cole2009-10-171-8/+9
* Use integer literal instead of characterBrad King2009-10-061-1/+1
* Support more special characters in file(STRINGS)Brad King2009-10-061-1/+8
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-2/+2
* Try to fix the failing new StringFileTest on HP-UXAlexander Neundorf2009-09-061-2/+2
* fix #9316: when converting binary data to hex, also print the leading 0'sAlexander Neundorf2009-09-061-1/+1
* COMP: Avoid unused arg warnings in cmFileCommandBrad King2009-04-291-1/+1
* COMP: Fix nested class member accessBrad King2009-04-291-0/+2
* COMP: Fix non-virtual destructor warningBrad King2009-04-291-0/+1
* ENH: Create file(COPY) command signatureBrad King2009-04-291-14/+108
* ENH: Teach file(INSTALL) relative pathsBrad King2009-04-291-2/+19
* ENH: Refactor file(INSTALL) implementationBrad King2009-04-291-498/+583
* ENH: Send all file installations through one pathBrad King2009-04-291-96/+79
* ENH: Better error on file perm or time failureBrad King2009-04-291-26/+16
* BUG: Error when install dir cannot be createdBrad King2009-04-291-0/+4
* ENH: Simplify CMAKE_INSTALL_ALWAYS implementationBrad King2009-04-291-27/+20
* ENH: Simplify construction of cmFileInstallerBrad King2009-04-291-3/+4
* BUG: Fix required permissions check againBrad King2009-04-281-1/+1
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-37/+8
* BUG: Fix required permissions check for dir copyBrad King2009-04-271-1/+1
* ENH: Create file(RENAME) command modeBrad King2009-04-151-0/+43
* ENH: Teach file(REMOVE) how to use relative pathsBrad King2009-03-061-3/+10
* ENH: Add undocumented file(DIFFERENT) commandBrad King2009-01-071-0/+65
* COMP: Fix installation of cmake-gui by CMake 2.4Brad King2009-01-051-1/+16
* ENH: Refactor internal file(INSTALL) arg parsingBrad King2009-01-051-55/+22
* BUG: Do not copy permissions of files when making the copy in an install rule...David Cole2008-12-181-2/+8
* ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ...David Cole2008-09-111-3/+55
* ENH: Add the RECURSE_SYMLINKS_OFF flag to the FILE GLOB_RECURSE command. Expo...David Cole2008-08-231-0/+14
* ENH: Inform user when RPATH or RUNPATH is removedBrad King2008-08-141-3/+14
* ENH: Inform user when RPATH is set during installation.Brad King2008-05-271-3/+16