Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
linux/ | 03-May-2024 | - | 99 | 49 | ||
mac/ | 03-May-2024 | - | 99 | 49 | ||
win32/ | 03-May-2024 | - | 104 | 51 | ||
OWNERS | D | 03-May-2024 | 125 | 7 | 6 | |
README.chromium | D | 03-May-2024 | 644 | 18 | 15 | |
snappy.gyp | D | 03-May-2024 | 2.2 KiB | 79 | 77 |
README.chromium
1Name: Snappy: A fast compressor/decompressor 2Short Name: snappy 3URL: http://code.google.com/p/snappy/ 4Version: r80 5License: New BSD 6License File: src/COPYING 7Security Critical: yes 8 9Description: 10Compression library used by LevelDB. 11 12Local Additions: 13* gyp file for building in chromium 14 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/issues/detail?id=70 15 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/issues/detail?id=71 16 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/detail?id=75 17* {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers 18