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