Gregor Jasny
|
60dcaaea13
|
tidy: Fix readability-redundant-string-cstr issues
|
2016-09-04 16:55:05 +02:00 |
Daniel Pfeifer
|
efed6468ed
|
fix a load of include-what-you-use violations
|
2016-09-03 08:04:56 -04:00 |
Sebastian Holtermann
|
228f4e9b33
|
cmFilePathUuid: Use Base32 string instead of Base64 string
This produces files that will not collide on a case-insensitive
filesystem. It also avoids the need for special character
substitutions.
|
2016-09-02 09:19:00 -04:00 |
Sebastian Holtermann
|
0a5dd3c700
|
cmFilePathUuid: Add class to generate deterministic unique file names
The class generates a semi-unique (checksum based) pathless file name
from a full source file path.
|
2016-08-10 13:21:33 -04:00 |