OLD | NEW |
---|---|
1 Name: Snappy: A fast compressor/decompressor | 1 Name: Snappy: A fast compressor/decompressor |
2 Short Name: snappy | 2 Short Name: snappy |
3 URL: http://google.github.io/snappy/ | 3 URL: http://google.github.io/snappy/ |
4 Version: 1.1.0-updates | 4 Version: 1.1.0-updates |
5 License: New BSD | 5 License: New BSD |
6 License File: src/COPYING | 6 License File: src/COPYING |
7 Security Critical: yes | 7 Security Critical: yes |
8 | 8 |
9 Description: | 9 Description: |
10 Compression library used by LevelDB. | 10 Compression library used by LevelDB. |
11 | 11 |
12 Local Changes: | |
13 * #ifdef DISALLOW_COPY_AND_ASSIGN - https://github.com/google/snappy/pull/21 | |
cmumford
2016/05/19 17:13:37
ifndef ?
Peter Kasting
2016/05/19 18:09:32
I guess? I basically meant "put DISALLOW_COPY_AND
| |
14 | |
12 Local Additions: | 15 Local Additions: |
13 * gyp file for building in chromium | 16 * gyp file for building in chromium |
14 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/iss ues/detail?id=70 | 17 * 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 | 18 * 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 | 19 * 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 | 20 * {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers |
OLD | NEW |