summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzstd
Commit message (Collapse)AuthorAgeFilesLines
* Utilities: Suppress warnings in third-party code with NVHPCBrad King2021-04-201-1/+1
|
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
|
* zstd: version 1.4.5 updateCristian Adam2020-09-231-0/+3
| | | | | Add source files needed to properly compile / link to zstd version 1.4.5
* Merge branch 'upstream-zstd'Cristian Adam2020-09-2364-3971/+7719
| | | | | | # By zstd upstream * upstream-zstd: zstd 2020-05-21 (b706286a)
* 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)