summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-2/+2
* Fix preprocessor checks WIN32 => _WIN32Brad King2015-06-151-3/+3
* cmFileCommand: Fix implementation of CMP0009.Stephen Kelly2015-06-101-8/+4
* cmFileCommand: Do not log raw protocol data from curl (#15589)Brad King2015-05-281-3/+26
* cmFileCommand: Clarify logic for populating LOG variableBrad King2015-05-281-1/+1
* cmFileCommand: Rename variable verboseLog => logVarBrad King2015-05-281-5/+4
* cmFileCommand: Remove leftover no-op debugging logicBrad King2015-05-281-11/+0
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-4/+2
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-4/+2
* | Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-4/+3
|/
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-10/+10
* Add some missing includes.Stephen Kelly2015-04-121-0/+2
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-0/+1
* file: Teach GLOB to list directories optionallyDomen Vrankar2015-03-201-3/+59
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Merge topic 'install-manifest-optimize'Brad King2015-02-271-1/+4
|\
| * install: Write the entire installation manifest at onceRobert Goulet2015-02-261-1/+4
* | Use cmJoin to accumulate string ranges.Stephen Kelly2015-02-111-5/+1
* | Remove use of cmsys_stl.Stephen Kelly2015-02-051-2/+2
|/
* 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-151-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