summaryrefslogtreecommitdiff
path: root/snappy-test.h
Commit message (Expand)AuthorAgeFilesLines
* Migrate feature detection macro checks from #ifdef to #if.Victor Costan2021-08-161-9/+9
* Add stubs for abseil flags.Victor Costan2021-03-081-19/+0
* Test stub improvements.Victor Costan2020-12-161-92/+64
* Fix CHECK_EQ to call ok() instead of CheckSuccess().Chris Mumford2020-12-151-1/+1
* Rework file:: stubs.Victor Costan2020-12-151-49/+32
* Remove custom testing and benchmarking code.Victor Costan2020-12-141-128/+4
* 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-2/+2
* Fix accidental double std:: qualifiers.Victor Costan2020-04-301-1/+1
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-25/+27
* Switch from C headers to C++ headers.Victor Costan2020-04-291-3/+2
* Migrate to standard integral types.Victor Costan2020-04-121-2/+2
* Fix build errors.Victor Costan2019-11-031-1/+1
* Fully qualify std::string.Victor Costan2019-09-261-8/+8
* Fix benchmarks.Victor Costan2019-08-201-0/+4
* Use std random number generators in tests.costan2019-01-041-50/+0
* C++11 guarantees <cstddef> and <cstdint>.costan2018-08-161-2/+0
* Add SNAPPY_ prefix to PREDICT_{TRUE,FALSE} macros.jueminyang2017-08-011-1/+1
* Clean up CMake header and type checks.costan2017-07-251-10/+0
* Remove benchmarking support for fastlz.ysaed2017-06-281-4/+0
* Clean up unused function warnings in snappy.costan2017-03-171-17/+4
* Remove "using namespace std;" from zippy-stubs-internal.h.costan2017-03-131-8/+9
* Fix an issue where the ByteSource path (used for parsing std::string)Steinar H. Gunderson2016-01-041-0/+2
* Fixed unit tests to compile under MSVC.Steinar H. Gunderson2015-06-221-1/+11
* Sync with various Google-internal changes.Steinar H. Gunderson2015-06-221-1/+6
* Change some internal path names.Steinar H. Gunderson2015-06-221-3/+3
* Add support for uncompressing to iovecs (scatter I/O).snappy.mirrorbot@gmail.com2013-06-131-0/+2
* Supports truncated test data in zippy benchmark.snappy.mirrorbot@gmail.com2013-04-091-12/+8
* Adjust the Snappy open-source distribution for the changes in Google'ssnappy.mirrorbot@gmail.com2013-01-061-7/+22
* Fix public issue 64: Check for <sys/time.h> at configure time,snappy.mirrorbot@gmail.com2012-07-311-0/+2
* Snappy library no longer depends on iostream.snappy.mirrorbot@gmail.com2012-05-221-0/+62
* Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com2012-01-041-1/+1
* Fix public issue #30: Stop using gettimeofday() altogether on Win32,snappy.mirrorbot@gmail.com2011-04-261-0/+24
* Fix public issue #29: Write CPU timing code for Windows, based on GetProcessT...snappy.mirrorbot@gmail.com2011-04-111-0/+3
* Change Snappy from the Apache 2.0 to a BSD-type license.snappy.mirrorbot@gmail.com2011-03-251-9/+23
* Fix public issue #19: Fix unit test when Google Test is installed but thesnappy.mirrorbot@gmail.com2011-03-241-1/+2
* Make the unit test work on systems without mmap(). This is required for,snappy.mirrorbot@gmail.com2011-03-241-0/+5
* Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com2011-03-181-0/+458