summaryrefslogtreecommitdiff
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* use CM_NULLPTRDaniel Pfeifer2016-06-281-16/+16
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-9/+9
* Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-2/+2
* file: Sort GLOB results to make it deterministic (#14491)Reiner Herrmann2016-05-171-0/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1805/+1169
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-35/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+6
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-1/+3
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-9/+9
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* file(DOWNLOAD): Fill STATUS variable on hash mismatch (#15987)Brad King2016-02-251-0/+9
* Port CMake from cmIML to KWIMLBrad King2015-12-181-2/+2
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-011-5/+2
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
* 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
|/