index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmCryptoHash.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmCryptoHash: Add support for SHA-3 algorithms
Brad King
2016-11-10
1
-6/+22
*
cmCryptoHash: Re-implement in terms of librhash
Brad King
2016-11-10
1
-44/+53
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+2
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-9/+15
*
cmCryptoHash: New ByteHash methods that return a byte vector
Sebastian Holtermann
2016-08-10
1
-26/+40
*
cmCryptoHash: Return byte vector from internal Finalize method
Sebastian Holtermann
2016-08-10
1
-10/+10
*
cmCryptoHash: New byte hash to string function
Sebastian Holtermann
2016-08-10
1
-0/+31
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-8/+8
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-45/+45
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Remove use of include <cmsys/ios/*> and cmsys_ios::*
Brad King
2015-08-20
1
-1/+1
*
Fix build on AIX failing because of access to string elements
Rolf Eike Beer
2014-04-04
1
-1/+1
*
stringapi: Accept strings when MD5 hashing data
Ben Boeckel
2014-03-08
1
-5/+5
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
cmCryptoHash: Increase alignment of HashFile buffer
Brad King
2013-06-13
1
-3/+3
*
cmCryptoHash: Provide factory "New" method
Brad King
2011-11-16
1
-0/+19
*
Add file(SHA*) commands to compute cryptographic hashes
Brad King
2011-11-16
1
-0/+21
*
Factor Compute(File|String)MD5 into cmCryptoHash helper
Brad King
2011-11-16
1
-0/+90