summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Define missing SNAPPY_PREFETCH macros.Richard O'Grady2023-04-111-0/+3
* Improve the speed of hashing in zippy compression.Snappy Team2023-01-121-0/+7
* Merge pull request #133 from JunHe77:simdVictor Costan2021-08-301-0/+3
|\
| * Add config and header file for NEON supportJun He2021-08-121-0/+3
* | Migrate feature detection macro checks from #ifdef to #if.Victor Costan2021-08-161-15/+15
|/
* Add stubs for abseil flags.Victor Costan2021-03-081-3/+0
* Split benchmarks and test tools into separate targets.Victor Costan2020-12-161-3/+0
* Fix opensource versionSnappy Team2020-11-191-0/+3
* Remove platform-dependent code for little-endian loads and stores.Victor Costan2020-04-131-6/+0
* Introduce SNAPPY_ATTRIBUTE_ALWAYS_INLINE.Victor Costan2020-04-131-0/+3
* Align CMake configuration with related projects.Victor Costan2019-11-072-1/+33
* Wrap BMI2 instruction usage in support checks.costan2019-01-081-0/+3
* C++11 guarantees <cstddef> and <cstdint>.costan2018-08-161-6/+0
* Fix Visual Studio build.costan2018-08-081-0/+3
* Use 64-bit optimized code path for ARM64.costan2017-08-161-3/+3
* Add unistd.h checks back to the CMake build.costan2017-08-021-0/+6
* Redo CMake configuration.costan2017-07-282-9/+1
* Clean up CMake header and type checks.costan2017-07-251-58/+24
* Remove benchmarking support for fastlz.ysaed2017-06-281-3/+0
* Remove quicklz and lzf support in benchmarks.jyrki2017-06-051-6/+0
* Provide a CMakeLists.txt.vrabaud2017-06-052-0/+108