summaryrefslogtreecommitdiffstats
path: root/Source/cmFileInstaller.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
| | | | | | A lot of temporary/local strings were created out of C-strings substr can utilize current string size, so in theory be a little more efficient.
* cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-131-0/+350
Split these classes out into their own sources.