summaryrefslogtreecommitdiff
path: root/Source/cmCryptoHash.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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