summaryrefslogtreecommitdiff
path: root/Source/cmFileCopier.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+2
* file(INSTALL): Report "Installing:" for a symlink to a directoryJohn Parent2022-10-061-1/+4
* file(INSTALL): Clarify symlink vs dir conflict errorsJohn Parent2022-10-061-1/+16
* file(INSTALL): Improve formatting of symlink creation errorBrad King2022-10-061-11/+13
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-10/+0
* Merge topic 'fix-ifdef-windows'Brad King2021-10-181-1/+1
|\
| * Source: Fix typo in _WIN32 preprocessor checksBrad King2021-10-151-1/+1
* | Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
|/
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-3/+2
|\
| * Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+2
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+2
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-13/+8
* Merge topic 'install-fail-reason'Brad King2019-08-211-8/+13
|\
| * install: print reason of failureJon Chronopoulos2019-08-171-8/+13
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
|/
* Merge topic 'cmFileCommand-refactoring'Brad King2019-08-091-23/+23
|\
| * cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-061-23/+23
* | clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+3
|/
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-5/+2
* Use cmFileTimes instead of cmSystemToolsFileTime interfaceSebastian Holtermann2019-05-221-14/+10
* file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argumentKyle Edwards2019-05-161-7/+64
* Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferSSebastian Holtermann2019-03-181-1/+1
* cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-131-0/+660