summaryrefslogtreecommitdiff
path: root/Source/cmCryptoHash.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-3/+3
* clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-241-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* cmCryptoHash: Accept cm::string_view inputSebastian Holtermann2019-08-181-20/+17
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-12/+15
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* cmCryptoHash: Add support for SHA-3 algorithmsBrad King2016-11-101-6/+22
* cmCryptoHash: Re-implement in terms of librhashBrad King2016-11-101-44/+53
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+2
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-9/+15
* cmCryptoHash: New ByteHash methods that return a byte vectorSebastian Holtermann2016-08-101-26/+40
* cmCryptoHash: Return byte vector from internal Finalize methodSebastian Holtermann2016-08-101-10/+10
* cmCryptoHash: New byte hash to string functionSebastian Holtermann2016-08-101-0/+31
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-8/+8
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-45/+45
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-1/+1
* Fix build on AIX failing because of access to string elementsRolf Eike Beer2014-04-041-1/+1
* stringapi: Accept strings when MD5 hashing dataBen Boeckel2014-03-081-5/+5
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* cmCryptoHash: Increase alignment of HashFile bufferBrad King2013-06-131-3/+3
* cmCryptoHash: Provide factory "New" methodBrad King2011-11-161-0/+19
* Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-161-0/+21
* Factor Compute(File|String)MD5 into cmCryptoHash helperBrad King2011-11-161-0/+90