summaryrefslogtreecommitdiff
path: root/Source/cmUuid.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-6/+7
* clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-241-5/+5
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-4/+2
* cmUuid: Hide UUID group info in implementationGregor Jasny2019-02-191-12/+6
* Port hash computation to cmCryptoHashBrad King2016-11-101-20/+11
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-4/+5
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-67/+45
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* StringUuid: Implement new string(UUID) sub-command.Nils Gladitz2014-08-281-0/+214