summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* file: Fix crash on GLOB with no expressions after LIST_DIRECTORIESBrad King2017-01-161-1/+1
* clang-tidy: apply readability-static-definition-in-anonymous-namespace fixesDaniel Pfeifer2016-12-121-9/+6
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-15/+26
* file: Add support for SHA-3 algorithmsBrad King2016-11-101-1/+3
* Merge topic 'import-librhash'Brad King2016-11-101-1/+2
|\
| * Port hash computation to cmCryptoHashBrad King2016-11-101-1/+2
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
|/
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-021-3/+3
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+2
* Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-6/+2
* fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-18/+36
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Use braces around statementsDaniel Pfeifer2016-09-161-1/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-24/+34
* file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboptionRuslan Baratov2016-09-151-0/+36
* file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboptionRuslan Baratov2016-09-131-0/+26
* file(DOWNLOAD|UPLOAD): Warn on unexpected argumentsRuslan Baratov2016-09-091-0/+10
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-5/+6
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-7/+7
* 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-091-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-201-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-10/+10
* Add some missing includes.Stephen Kelly2015-04-121-0/+2