atdt
9c1be17938
'size' remains unused if none of ZLIB, LZO and LZ4 are available.
...
While we're here, take care of a couple of lint warnings by converting CHECK(a != b) to CHECK_NE(a, b).
PiperOrigin-RevId: 369132446
2021-04-22 04:27:48 +00:00
Victor Costan
5e7c14bd05
Add stubs for abseil flags.
...
This CL also removes support for using the gflags library to modify the
flags.
PiperOrigin-RevId: 361583626
2021-03-08 17:26:48 +00:00
Snappy Team
453942b38f
Add absl::GetFlag and absl::SetFlag to uses of flags.
...
PiperOrigin-RevId: 357807059
2021-02-17 04:41:41 +00:00
Victor Costan
4ebd8b2f23
Split benchmarks and test tools into separate targets.
...
This lets us remove main() from snappy_bench.cc and snappy_unittest.cc,
which simplifies integrating these tests and benchmarks with other
suites.
PiperOrigin-RevId: 347857427
2020-12-16 19:09:56 +00:00