summaryrefslogtreecommitdiffstats
path: root/Source/cmFilePathUuid.cxx
Commit message (Collapse)AuthorAgeFilesLines
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-1/+1
|
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+2
|
* cmFilePathUuid: Use Base32 string instead of Base64 stringSebastian Holtermann2016-09-021-12/+6
| | | | | | This produces files that will not collide on a case-insensitive filesystem. It also avoids the need for special character substitutions.
* cmFilePathUuid: Add class to generate deterministic unique file namesSebastian Holtermann2016-08-101-0/+132
The class generates a semi-unique (checksum based) pathless file name from a full source file path.