summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* file: Teach STRINGS to support UTF-16 and UTF-32 encodingsJustin Borodinsky2015-01-271-3/+61
* cmake: Use a default CA path when not using system curlBrad King2015-01-231-4/+5
* Replace 'foo.length() >= 1' pattern with !foo.empty()Stephen Kelly2015-01-181-1/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-10/+10
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-49/+49
* file: Use 'long' to represent the parsed LOCK TIMEOUT valueRuslan Baratov2014-12-051-4/+5
* file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+203
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* Encoding: Use encoding libcurl expects with file: urls.Clinton Stimpson2014-11-051-0/+38
* Merge topic 'remove-borland-build'Brad King2014-10-211-2/+0
|\
| * Remove borland workarounds.Stephen Kelly2014-10-151-2/+0
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-8/+8
|/
* 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