summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzstd
Commit message (Collapse)AuthorAgeFilesLines
* zstd: Disable BMI2 instructions for build within CMakeBrad King2019-03-151-0/+3
| | | | | | Our nightly and release binaries build in an environment that does not support these instructions. Disable them everywhere for simplicity because CMake's application of this library is not performance-critical.
* zstd: Add CMake build systemBrad King2019-03-131-0/+44
| | | | | | Although the upstream has a CMake build system, it is meant for the complete package. Add a simple one to build just the static library we need within CMake.
* Merge branch 'upstream-zstd' into import-zstdBrad King2019-03-1361-0/+31112
* upstream-zstd: zstd 2018-12-27 (470344d3)