| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: address `google-readability-casting` lints | Ben Boeckel | 2022-05-24 | 1 | -3/+3 |
|
|
* | clang-tidy: address `readability-container-data-pointer` lints | Ben Boeckel | 2022-05-24 | 1 | -1/+1 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -1/+1 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -3/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+4 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | cmCryptoHash: Accept cm::string_view input | Sebastian Holtermann | 2019-08-18 | 1 | -20/+17 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -2/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -12/+15 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -4/+3 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | 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 |
|
|