From b5c870d6776db0f6684e62a67f639163c755ced8 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 30 Jul 2018 21:30:26 +0300 Subject: [PATCH] Add xxHash library for checksums. --- .gitmodules | 3 +++ README.md | 1 + Telegram/ThirdParty/xxHash | 1 + 3 files changed, 5 insertions(+) create mode 160000 Telegram/ThirdParty/xxHash diff --git a/.gitmodules b/.gitmodules index 9515436ee8..3c671dff7d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "Telegram/ThirdParty/crl"] path = Telegram/ThirdParty/crl url = https://github.com/telegramdesktop/crl.git +[submodule "Telegram/ThirdParty/xxHash"] + path = Telegram/ThirdParty/xxHash + url = https://github.com/Cyan4973/xxHash.git diff --git a/README.md b/README.md index 21c819d8a4..260c682982 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The source code is published under GPLv3 with OpenSSL exception, the license is * Open Sans font ([Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)) * Emoji alpha codes ([MIT License](https://github.com/emojione/emojione/blob/master/extras/alpha-codes/LICENSE.md)) * Catch test framework ([Boost License](https://github.com/philsquared/Catch/blob/master/LICENSE.txt)) +* xxHash ([BSD License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE)) ## Build instructions diff --git a/Telegram/ThirdParty/xxHash b/Telegram/ThirdParty/xxHash new file mode 160000 index 0000000000..7cc9639699 --- /dev/null +++ b/Telegram/ThirdParty/xxHash @@ -0,0 +1 @@ +Subproject commit 7cc9639699f64b750c0b82333dced9ea77e8436e