[Cmake-commits] CMake branch, master, updated. v3.7.0-533-gb6f1b17
Brad King
brad.king at kitware.com
Tue Nov 15 09:26:19 EST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via b6f1b1741d3a998deb374609133482daf8c26993 (commit)
via f636d1e74a5a9d39d2f25b72b26c3d24813a5565 (commit)
via cb5dba8eb12eb75a8e66bf9326bfec22f90fda9a (commit)
via a9fa60997a0e6438399e2e6e4a9c02f2935b386a (commit)
via b4ffd26fd8750989a8aadd626242c314068ba987 (commit)
via 60939702e1071385ada5d1082b88763cbd1bab56 (commit)
via 92f95aede99c76af2ccff09d5b9cc895539332d0 (commit)
via c326209fa351ca236778c462bcb0b85f6fa392f7 (commit)
via 979e8ba6c6c6ed538b1dd9d60d89d863e7c4273c (commit)
via 7a79f7e3c13d3f1c87db40c3230716dcb79d0df9 (commit)
via 87584b5e9d4bb3147de4ad2adac2d337be456a62 (commit)
via 7fcbd47e955d7e318f1f6dd96cc26d6737525c86 (commit)
via c50c32a30f434613a0a46b1c7dbb7eb03d29896d (commit)
from 2b7cc7644063778b26e60ab4f07bbfe06b539157 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6f1b1741d3a998deb374609133482daf8c26993
commit b6f1b1741d3a998deb374609133482daf8c26993
Merge: 2b7cc76 f636d1e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 15 09:26:16 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 15 09:26:16 2016 -0500
Merge topic 'add-SHA-3'
f636d1e7 Help: Add notes for topic 'add-SHA-3'
cb5dba8e Tests: Add SHA-3 algorithm coverage to CPack checksum test
a9fa6099 ExternalProject: Add support for SHA-3 algorithms
b4ffd26f ExternalData: Add support for SHA-3 algorithms
60939702 file: Add support for SHA-3 algorithms
92f95aed string: Add support for SHA-3 algorithms
c326209f cmCryptoHash: Add support for SHA-3 algorithms
979e8ba6 Help: De-duplicate and spell out supported hash algorithms
7a79f7e3 librhash: Activate SHA-3 implementation
87584b5e Merge branch 'upstream-librhash' into add-SHA-3
7fcbd47e librhash 2016-11-06 (de79828d)
c50c32a3 librhash: Update import script to add SHA-3 implementation
-----------------------------------------------------------------------
Summary of changes:
Help/command/file.rst | 10 +-
Help/command/string.rst | 27 +-
Help/release/dev/add-SHA-3.rst | 4 +
Modules/CPack.cmake | 4 +-
Modules/ExternalData.cmake | 9 +-
Modules/ExternalProject.cmake | 2 +-
Source/cmCryptoHash.cxx | 28 +-
Source/cmCryptoHash.h | 9 +-
Source/cmFileCommand.cxx | 4 +-
Source/cmStringCommand.cxx | 4 +-
Tests/CMakeTests/File-SHA3_224-Works.cmake | 2 +
Tests/CMakeTests/File-SHA3_256-Works.cmake | 2 +
Tests/CMakeTests/File-SHA3_384-Works.cmake | 2 +
Tests/CMakeTests/File-SHA3_512-Works.cmake | 2 +
Tests/CMakeTests/FileTest.cmake.in | 12 +
Tests/CMakeTests/String-SHA3_224-Works.cmake | 2 +
Tests/CMakeTests/String-SHA3_256-Works.cmake | 2 +
Tests/CMakeTests/String-SHA3_384-Works.cmake | 2 +
Tests/CMakeTests/String-SHA3_512-Works.cmake | 2 +
Tests/CMakeTests/StringTest.cmake.in | 12 +
.../ExternalData/{MD5 => SHA3_256}/.gitattributes | 0
...c7b45493750a3612ecc483095eb1366f9f46b179550e231 | 1 +
.../Module/ExternalData/SeriesMixed.5.dat.sha3-256 | 1 +
Tests/RunCMake/CPack/RunCMakeTest.cmake | 2 +-
Utilities/Scripts/update-librhash.bash | 2 +
Utilities/cmlibrhash/CMakeLists.txt | 2 +
Utilities/cmlibrhash/librhash/algorithms.c | 6 +-
Utilities/cmlibrhash/librhash/rhash.h | 14 +-
Utilities/cmlibrhash/librhash/sha3.c | 356 ++++++++++++++++++++
Utilities/cmlibrhash/librhash/sha3.h | 54 +++
30 files changed, 552 insertions(+), 27 deletions(-)
create mode 100644 Help/release/dev/add-SHA-3.rst
create mode 100644 Tests/CMakeTests/File-SHA3_224-Works.cmake
create mode 100644 Tests/CMakeTests/File-SHA3_256-Works.cmake
create mode 100644 Tests/CMakeTests/File-SHA3_384-Works.cmake
create mode 100644 Tests/CMakeTests/File-SHA3_512-Works.cmake
create mode 100644 Tests/CMakeTests/String-SHA3_224-Works.cmake
create mode 100644 Tests/CMakeTests/String-SHA3_256-Works.cmake
create mode 100644 Tests/CMakeTests/String-SHA3_384-Works.cmake
create mode 100644 Tests/CMakeTests/String-SHA3_512-Works.cmake
copy Tests/Module/ExternalData/{MD5 => SHA3_256}/.gitattributes (100%)
create mode 100644 Tests/Module/ExternalData/SHA3_256/c01b0bfd51ece4295c7b45493750a3612ecc483095eb1366f9f46b179550e231
create mode 100644 Tests/Module/ExternalData/SeriesMixed.5.dat.sha3-256
create mode 100644 Utilities/cmlibrhash/librhash/sha3.c
create mode 100644 Utilities/cmlibrhash/librhash/sha3.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list