summaryrefslogtreecommitdiffstats
path: root/Source/cmFilePathChecksum.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
| | | | Changed for sequenced containers: vector, list, string and array
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
| | | | | | Suppress some cases in `Source/cmGeneratorExpressionNode.cxx` and `Source/cmUVHandlePtr.h` where a few older compilers require a user-defined default constructor (with `{}`).
* Call GetRealPath through cmSystemTools instead of KWSys directlyManuel Núñez2017-10-241-5/+5
| | | | This will allow a wrapper to be added to extend functionality.
* Migrate cmFilePathChecksum to C++11Sebastian Holtermann2017-10-011-26/+25
|
* cmFilePathChecksum: Make methods const useableSebastian Holtermann2017-02-191-2/+2
|
* QtAutogen: Use checksum based subdirectories to avoid name collisionsSebastian Holtermann2016-12-071-0/+88