From 619def44c1cca9f3cdf63544d5f24f2c7a7d9b77 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 22 Feb 2022 17:03:21 +0100 Subject: Initial self-hosting commit This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche Co-authored-by: Victor Moreno --- src/buildtool/crypto/hash_impl_git.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/buildtool/crypto/hash_impl_git.hpp (limited to 'src/buildtool/crypto/hash_impl_git.hpp') diff --git a/src/buildtool/crypto/hash_impl_git.hpp b/src/buildtool/crypto/hash_impl_git.hpp new file mode 100644 index 00000000..be0738da --- /dev/null +++ b/src/buildtool/crypto/hash_impl_git.hpp @@ -0,0 +1,10 @@ +#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_GIT_HPP +#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_GIT_HPP + +#include + +#include "src/buildtool/crypto/hash_impl.hpp" + +[[nodiscard]] extern auto CreateHashImplGit() -> std::unique_ptr; + +#endif // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_GIT_HPP -- cgit v1.2.3