summaryrefslogtreecommitdiff
path: root/Source/cmFileInstaller.h
Commit message (Collapse)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+3
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-061-2/+2
|
* cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-131-0/+55
Split these classes out into their own sources.