Sync with upstream repo.

Changes include:
* CPU check has been broken up into a number of small libraries
* BoringSSL option has been removed
* Better abseil integration
This commit is contained in:
Kevin Boyd
2020-11-09 13:03:39 -08:00
parent e71781fd7a
commit 83eed0a886
21 changed files with 2298 additions and 1551 deletions

View File

@@ -22,7 +22,11 @@ Designed to run under Unix/Linux OS.
* cmake: https://cmake.org/
* zlib
* OpenSSL/BoringSSL
* OpenSSL
* Abseil-cpp: https://github.com/abseil/abseil-cpp
Note that Abseil must be built with the C++17 standard and include the
StatusOr package (release 2020_09_23 or later).
## Building