Sebastian Holtermann
|
f1c529c4fb
cmCryptoHash: Accept cm::string_view input
|
6 년 전 |
Marc Chevrier
|
d9b2c7dae2
Introduce memory management helper: cm_memory.hxx
|
6 년 전 |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 년 전 |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 년 전 |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 년 전 |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 년 전 |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 년 전 |
Brad King
|
c326209fa3
cmCryptoHash: Add support for SHA-3 algorithms
|
9 년 전 |
Brad King
|
9a596b33bb
cmCryptoHash: Re-implement in terms of librhash
|
9 년 전 |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 년 전 |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 년 전 |
Daniel Pfeifer
|
7b6349da4d
CMake: don't use else after return
|
9 년 전 |
Sebastian Holtermann
|
3a5f609cbb
cmCryptoHash: New ByteHash methods that return a byte vector
|
9 년 전 |
Sebastian Holtermann
|
f582dba666
cmCryptoHash: Return byte vector from internal Finalize method
|
9 년 전 |
Sebastian Holtermann
|
74f0d4abcd
cmCryptoHash: New byte hash to string function
|
9 년 전 |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 년 전 |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 년 전 |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 년 전 |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 년 전 |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 년 전 |
Brad King
|
6db713c07f
Remove use of include <cmsys/ios/*> and cmsys_ios::*
|
10 년 전 |
Rolf Eike Beer
|
539b6c58f5
Fix build on AIX failing because of access to string elements
|
11 년 전 |
Ben Boeckel
|
77f60392d9
stringapi: Accept strings when MD5 hashing data
|
11 년 전 |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 년 전 |
Brad King
|
75994d953e
cmCryptoHash: Increase alignment of HashFile buffer
|
12 년 전 |
Brad King
|
293a7f4e2a
cmCryptoHash: Provide factory "New" method
|
14 년 전 |
Brad King
|
38771d3bdf
Add file(SHA*) commands to compute cryptographic hashes
|
14 년 전 |
Brad King
|
ed7cef5634
Factor Compute(File|String)MD5 into cmCryptoHash helper
|
14 년 전 |