summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* file: Add ENCODING option to file(STRINGS) command (#10519)Clinton Stimpson2014-08-061-1/+69
* file: Refactor internal implementation of file(STRINGS)Clinton Stimpson2014-08-061-18/+28
* Encoding: Replace some system calls with kwsys calls which handle unicode.Clinton Stimpson2014-07-011-10/+2
* file(INSTALL): Add undocumented options to control output verbosityBrad King2014-06-241-3/+58
* file(INSTALL): Report existing DIRECTORY as Up-to-dateBrad King2014-06-241-1/+2
* file(INSTALL): Do not pre-create DESTINATION for DIRECTORYBrad King2014-06-241-10/+13
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+2
* cmMakefile: return a backtraceBen Boeckel2014-06-051-2/+1
* file: Report system error on failure to open fileBrad King2014-05-201-6/+8
* file: Avoid runaway DOWNLOAD/UPLOAD progress reports (#14807)Brad King2014-03-171-0/+5
* 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