Chromium Code Reviews| 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.4-head |
| 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 * #ifndef DISALLOW_COPY_AND_ASSIGN - https://github.com/google/snappy/pull/21 | |
|
jsbell
2017/03/09 23:08:22
If this is gone, I'd expect the #ifndefs to be rem
pwnall
2017/03/10 03:03:51
Ack.
The PR referenced there was accepted into sn
| |
| 14 | |
| 15 Local Additions: | 12 Local Additions: |
| 16 * gyp file for building in chromium | 13 * gyp file for building in chromium |
| 17 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/iss ues/detail?id=70 | 14 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/iss ues/detail?id=70 |
| 18 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/iss ues/detail?id=71 | 15 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/iss ues/detail?id=71 |
| 19 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/ detail?id=75 | 16 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/ detail?id=75 |
| 20 * {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers | 17 * {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers |
| OLD | NEW |