summaryrefslogtreecommitdiff
path: root/Source/cmFileInstaller.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-7/+0
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-0/+1
* Alternative symlink-creating mode for file(INSTALL ...)Felix Lelchuk2021-08-021-0/+118
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-7/+7
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+2
* cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-061-20/+20
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-131-0/+350