summaryrefslogtreecommitdiff
path: root/Source/cmCryptoHash.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmCryptoHash: Accept cm::string_view inputSebastian Holtermann2019-08-181-4/+6
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-3/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+3
* cmCryptoHash: make noncopyableDaniel Pfeifer2017-04-221-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-2/+4
* cmCryptoHash: Add support for SHA-3 algorithmsBrad King2016-11-101-2/+7
* cmCryptoHash: Re-implement in terms of librhashBrad King2016-11-101-41/+20
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* cmCryptoHash: New ByteHash methods that return a byte vectorSebastian Holtermann2016-08-101-0/+15
* cmCryptoHash: Return byte vector from internal Finalize methodSebastian Holtermann2016-08-101-3/+3
* cmCryptoHash: New byte hash to string functionSebastian Holtermann2016-08-101-0/+7
* cmCryptoHash: Documentation commentsSebastian Holtermann2016-08-101-0/+14
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-15/+20
* stringapi: Accept strings when MD5 hashing dataBen Boeckel2014-03-081-2/+2
* cmCryptoHash: Add virtual destructorBrad King2011-11-161-0/+1
* cmCryptoHash: Provide factory "New" methodBrad King2011-11-161-0/+3
* 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/+40