summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Disable Wimplicit-int-float-conversion warning in googletestRichard O'Grady2023-04-131-0/+7
* Disable -Wsign-compare warning.Richard O'Grady2023-04-111-0/+5
* Define missing SNAPPY_PREFETCH macros.Richard O'Grady2023-04-111-0/+6
* Tag open source release 1.1.10.1.1.10Victor Costan2023-03-081-1/+1
* Improve the speed of hashing in zippy compression.Snappy Team2023-01-121-0/+13
* Add config and header file for NEON supportJun He2021-08-121-0/+9
* Tag open source release 1.1.9.1.1.9Victor Costan2021-05-041-1/+1
* Add stubs for abseil flags.Victor Costan2021-03-081-7/+1
* Split benchmarks and test tools into separate targets.Victor Costan2020-12-161-372/+404
* Merge pull request #114 from cmumford:werror-only-clangVictor Costan2020-12-151-370/+372
|\
| * Fixed endif clause.Chris Mumford2020-12-151-1/+1
| * Matching clang.Chris Mumford2020-12-151-2/+1
| * Building with `-Werror` only with clang.Chris Mumford2020-12-151-4/+7
|/
* Remove custom testing and benchmarking code.Victor Costan2020-12-141-7/+28
* Fix opensource versionSnappy Team2020-11-191-3/+3
* Add LZ4 as a benchmark option. Snappy is starting to look really good compare...Snappy Team2020-11-181-0/+4
* Fix Clang/GCC compilation warnings.Victor Costan2020-05-051-0/+43
* Remove platform-dependent code for little-endian loads and stores.Victor Costan2020-04-131-2/+0
* Introduce SNAPPY_ATTRIBUTE_ALWAYS_INLINE.Victor Costan2020-04-131-0/+7
* Tag open source release 1.1.8.1.1.8Victor Costan2020-01-141-1/+1
* Merge pull request #85 from bitomaxsp:patch-1Victor Costan2019-11-101-4/+7
|\
| * Allow build with different standard if lib used as a subprojectDmitry2019-10-171-4/+7
* | Align CMake configuration with related projects.Victor Costan2019-11-071-29/+68
* | Remove redundant PROJECT_SOURCE_DIR usage from CMake config.Victor Costan2019-11-051-16/+16
|/
* Fix Travis CI build.Victor Costan2019-09-291-3/+3
* Merge pull request #78 from bshastry:libfuzzer-harnessVictor Costan2019-08-191-0/+36
|\
| * Add libFuzzer harnesses, a cmake option to build themBhargava Shastry2019-07-121-0/+22
|/
* Wrap BMI2 instruction usage in support checks.costan2019-01-081-2/+22
* C++11 guarantees <cstddef> and <cstdint>.costan2018-08-161-10/+0
* Fix Visual Studio build.costan2018-08-081-5/+40
* Tag open source release 1.1.7.1.1.7costan2017-08-241-1/+1
* Add GNUInstallDirs to CMake configuration.costan2017-08-161-4/+14
* Use 64-bit optimized code path for ARM64.costan2017-08-161-4/+1
* Add unistd.h checks back to the CMake build.costan2017-08-021-0/+2
* Redo CMake configuration.costan2017-07-281-144/+162
* Support both static and shared library CMake builds.costan2017-07-271-2/+8
* Clean up CMake header and type checks.costan2017-07-251-18/+3
* zippy: Re-release snappy 1.1.5 as 1.1.6.1.1.6costan2017-07-131-2/+3
* Tag open source release 1.1.5.1.1.5costan2017-06-281-1/+1
* Set minimum CMake version to 3.1.costan2017-06-281-1/+1
* Remove benchmarking support for fastlz.ysaed2017-06-281-5/+0
* Remove quicklz and lzf support in benchmarks.jyrki2017-06-051-2/+0
* Provide a CMakeLists.txt.vrabaud2017-06-051-0/+162