OLD | NEW |
(Empty) | |
| 1 Name: Snappy: A fast compressor/decompressor |
| 2 Short Name: snappy |
| 3 URL: http://code.google.com/p/snappy/ |
| 4 Version: r80 |
| 5 License: New BSD |
| 6 License File: src/COPYING |
| 7 Security Critical: yes |
| 8 |
| 9 Description: |
| 10 Compression library used by LevelDB. |
| 11 |
| 12 Local Additions: |
| 13 * gyp file for building in chromium |
| 14 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/iss
ues/detail?id=70 |
| 15 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/iss
ues/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 |
OLD | NEW |