summaryrefslogtreecommitdiff
path: root/snappy-test.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate feature detection macro checks from #ifdef to #if.Victor Costan2021-08-161-1/+1
* Remove unused run_microbenchmarks flag.Victor Costan2021-03-081-3/+0
* Test stub improvements.Victor Costan2020-12-161-20/+38
* Fix CHECK_EQ to call ok() instead of CheckSuccess().Chris Mumford2020-12-151-1/+1
* Rework file:: stubs.Victor Costan2020-12-151-0/+60
* Remove custom testing and benchmarking code.Victor Costan2020-12-141-185/+0
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-7/+7
* Migrate to standard integral types.Victor Costan2020-04-121-9/+9
* Fix build errors.Victor Costan2019-11-031-6/+7
* Fully qualify std::string.Victor Costan2019-09-261-11/+11
* Update Travis CI config, add AppVeyor for Windows CI coverage.costan2017-06-281-0/+3
* Remove "using namespace std;" from zippy-stubs-internal.h.costan2017-03-131-7/+7
* Fixed unit tests to compile under MSVC.Steinar H. Gunderson2015-06-221-2/+5
* Supports truncated test data in zippy benchmark.snappy.mirrorbot@gmail.com2013-04-091-8/+12
* Make ./snappy_unittest pass without "srcdir" being defined.snappy.mirrorbot@gmail.com2013-02-051-1/+1
* Adjust the Snappy open-source distribution for the changes in Google'ssnappy.mirrorbot@gmail.com2013-01-061-3/+6
* Handle the case where gettimeofday() goes backwards or returns the same valuesnappy.mirrorbot@gmail.com2012-07-041-14/+19
* Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com2012-01-041-2/+0
* Fix public issue #39: Pick out the median runs based on CPU time,snappy.mirrorbot@gmail.com2011-05-091-2/+5
* Fix public issue #38: Make the microbenchmark framework handlesnappy.mirrorbot@gmail.com2011-05-091-2/+7
* Fix public issue #30: Stop using gettimeofday() altogether on Win32,snappy.mirrorbot@gmail.com2011-04-261-9/+21
* When including <windows.h>, define WIN32_LEAN_AND_MEAN first,snappy.mirrorbot@gmail.com2011-04-151-0/+1
* Fix public issue #29: Write CPU timing code for Windows, based on GetProcessT...snappy.mirrorbot@gmail.com2011-04-111-3/+36
* Change Snappy from the Apache 2.0 to a BSD-type license.snappy.mirrorbot@gmail.com2011-03-251-9/+23
* Fix a microbenchmark crash on mingw32; seemingly %lld is not universallysnappy.mirrorbot@gmail.com2011-03-241-1/+6
* Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com2011-03-181-0/+523