Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: Protocol Buffers | 1 Name: Protocol Buffers |
| 2 Short Name: protobuf | 2 Short Name: protobuf |
| 3 URL: https://github.com/google/protobuf | 3 URL: https://github.com/google/protobuf |
| 4 License: BSD | 4 License: BSD |
| 5 License File: LICENSE | 5 License File: LICENSE |
| 6 Version: 3.0.0-beta-2 | 6 Version: 3.0.0-beta-2 |
| 7 Revision: d5fb408ddc281ffcadeb08699e65bb694656d0bd | 7 Revision: d5fb408ddc281ffcadeb08699e65bb694656d0bd |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Steps used to create the current version: | 10 Steps used to create the current version: |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 80 3cc35adb6dca9057a790d253b9f5e2b9b000a106 and | 80 3cc35adb6dca9057a790d253b9f5e2b9b000a106 and |
| 81 58f07644eab25f68973ecab4bdc43fc318c26131. | 81 58f07644eab25f68973ecab4bdc43fc318c26131. |
| 82 | 82 |
| 83 - 0007-uninline_googleonce.patch | 83 - 0007-uninline_googleonce.patch |
| 84 - 0008-uninline_get_empty_string.patch | 84 - 0008-uninline_get_empty_string.patch |
| 85 - 0009-uninline-arenastring.patch | 85 - 0009-uninline-arenastring.patch |
| 86 - 0010-uninline-generated-code.patch | 86 - 0010-uninline-generated-code.patch |
| 87 | 87 |
| 88 These patches uninline some functions, resulting in a significant reduction | 88 These patches uninline some functions, resulting in a significant reduction |
| 89 (somewhere between 500 KB and 1 MB) of binary size. | 89 (somewhere between 500 KB and 1 MB) of binary size. |
| 90 - 0011-use-offsetof-for-clang.patch | |
| 91 | |
| 92 This patch replaces a few invalid reinterpret_casts with __builtin_offsetof, | |
| 93 if compiled with Clang. This is a temporary patch, it should be deletd, when | |
| 94 the official github repo is updates with this changes already submitted to | |
| 95 the internal Google repo. | |
|
xyzzyz
2016/04/28 23:42:56
Please link to the issue on github, so that we kno
| |
| OLD | NEW |