https://github.com/Kitware/CMake
Revision f582dba6664e5ea814f3b33c71ae4d83db17b996 authored by Sebastian Holtermann on 10 August 2016, 09:08:15 UTC, committed by Brad King on 10 August 2016, 17:21:32 UTC
Some callers may want the raw byte vector instead of the hex character
string.  Convert the internal implementation to use this so that we
can later add public APIs to get it.
1 parent 74f0d4a
Raw File
Tip revision: f582dba6664e5ea814f3b33c71ae4d83db17b996 authored by Sebastian Holtermann on 10 August 2016, 09:08:15 UTC
cmCryptoHash: Return byte vector from internal Finalize method
Tip revision: f582dba
.hooks-config.bash
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

hooks_chain_pre_commit="Utilities/Git/pre-commit"
hooks_chain_commit_msg="Utilities/Git/commit-msg"
hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"
back to top