Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: third_party/protobuf/README.chromium

Issue 2974603002: [Protobuf] Add <map> include to workaround a gcc bug (Closed)
Patch Set: Add no-op change to mb.py Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/protobuf/patches/0012-add-map-include.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-3 6 Version: 3.0.0-beta-3
7 Revision: 3470b6895aa659b7559ed678e029a5338e535f14 7 Revision: 3470b6895aa659b7559ed678e029a5338e535f14
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 79
80 These patches uninline some functions, resulting in a significant reduction 80 These patches uninline some functions, resulting in a significant reduction
81 (somewhere between 500 KB and 1 MB) of binary size. 81 (somewhere between 500 KB and 1 MB) of binary size.
82 82
83 - 0011-libprotobuf_export.patch 83 - 0011-libprotobuf_export.patch
84 84
85 During merge with internal branch, the dll export attribute was accidentally 85 During merge with internal branch, the dll export attribute was accidentally
86 removed in C++11 mode. 86 removed in C++11 mode.
87 87
88 Fixed in https://github.com/google/protobuf/pull/1549 88 Fixed in https://github.com/google/protobuf/pull/1549
89
90 - 0012-add-map-include.patch
91
92 Workaround for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81347
OLDNEW
« no previous file with comments | « no previous file | third_party/protobuf/patches/0012-add-map-include.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698