summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-111-71/+71
* file DOWNLOAD: Display the curl result status when a hash mismatch occurs.Matt McCormick2014-01-161-0/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-8/+9
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-2/+2
* Merge topic 'genex-generate-file'Brad King2013-05-281-0/+78
|\
| * file: Add GENERATE command to produce files at generate timeStephen Kelly2013-05-241-0/+78
* | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-2/+2
|/
* file: Do not remove symlinked directories recursively (#10538)Brad King2013-02-131-1/+2
* CMake: Fix dashboard warningsDavid Cole2012-12-051-1/+1
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-0/+57
* file: remove dead codeAmine Chadly2012-11-021-10/+5
* Merge topic 'file-DOWNLOAD-EXPECTED_HASH'David Cole2012-09-251-17/+18
|\
| * file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=valueBrad King2012-09-191-17/+18
* | Merge topic 'file-DOWNLOAD-user-agent'Brad King2012-09-191-0/+3
|\ \ | |/ |/|
| * file(DOWNLOAD): Add HTTP User-Agent stringBrad King2012-09-181-0/+3
* | file(DOWNLOAD): Make TLS options behave as documentedBrad King2012-09-171-33/+13
* | Rename SSL terminology to TLSBrad King2012-09-141-17/+17
|/
* file(DOWNLOAD): Add options for SSLBill Hoffman2012-09-111-0/+67
* file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASHBill Hoffman2012-09-111-36/+53
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Merge topic 'install-case-sensitive-mac'David Cole2012-06-141-2/+4
|\
| * install: Fix FILES_MATCHING on case-sensitive Mac filesystems (#13177)Brad King2012-06-131-2/+4
* | Workaround IBM XL v6 streams seekg bug (#13149)Jim Hague2012-04-191-1/+1
|/
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-16/+17
* Disable file() and string() hash commands during bootstrapBrad King2011-11-161-0/+7
* cmCryptoHash: Provide factory "New" methodBrad King2011-11-161-13/+1
* Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-161-1/+16
* Add file(MD5) command to compute cryptographic hashBrad King2011-11-161-0/+36
* Make file(DOWNLOAD) fail on http errorBrad King2011-09-191-0/+4
* Fix file() command descriptor leak on errorThomas Jarosch2011-09-021-0/+2
* 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