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

Issue 246633012: Import C++11 headers for unordered_(map|set) when using libc++ in protobuf. (Closed)

Created:
6 years, 8 months ago by jfroy
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Import C++11 headers for unordered map and set when using libc++ in protobuf's config header to avoid warnings. BUG=366218 TBR=brettw Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269646

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed changes to README.chromium #

Total comments: 3

Patch Set 3 : Added note in config.h that it has been manually edited. #

Patch Set 4 : Use cstdbool instead of ciso646 to avoid side-effects in MSVS and add comment to explain. #

Patch Set 5 : Changed the strategy to work on all Chromium configurations and updated the comment. #

Patch Set 6 : Strip whitespace. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -4 lines) Patch
M third_party/protobuf/config.h View 1 2 3 4 5 1 chunk +44 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
jfroy
First patch to Chromium, please be nice. Submitting a set of patches to improve and ...
6 years, 8 months ago (2014-04-23 19:24:45 UTC) #1
rmcilroy
I'm not sure on the reasoning behind this change (libc++ has <ext/hash_map> and <ext/hash_set> AFAIK) ...
6 years, 8 months ago (2014-04-24 10:13:31 UTC) #2
jfroy
On 2014/04/24 10:13:31, rmcilroy wrote: > I'm not sure on the reasoning behind this change ...
6 years, 8 months ago (2014-04-24 16:15:39 UTC) #3
rmcilroy
I see - lgtm modulo the comments below. I'm not an OWNER though so you ...
6 years, 8 months ago (2014-04-25 10:42:24 UTC) #4
jfroy
I added a note, but the other comments are exactly as found in the generated ...
6 years, 8 months ago (2014-04-25 21:39:23 UTC) #5
brettw
https://codereview.chromium.org/246633012/diff/1/third_party/protobuf/config.h File third_party/protobuf/config.h (right): https://codereview.chromium.org/246633012/diff/1/third_party/protobuf/config.h#newcode4 third_party/protobuf/config.h:4: #include <ciso646> This seems a bit mysterious. I assume ...
6 years, 8 months ago (2014-04-26 15:55:12 UTC) #6
brettw
6 years, 8 months ago (2014-04-26 15:55:14 UTC) #7
jfroy1
Sure, I'll add a comment. The header file “ciso646″ is required by both the C++03 ...
6 years, 8 months ago (2014-04-26 17:47:50 UTC) #8
jfroy1
Although https://qt.gitorious.org/qt/junfs-qt/commit/9deca2ef28e1f593d3882ba0c7e9dd7b04aac993suggests we should use <new> instead for MSVS. I assume we care about that ...
6 years, 8 months ago (2014-04-26 17:49:14 UTC) #9
jfroy
6 years, 7 months ago (2014-04-28 18:38:29 UTC) #10
jfroy
cpu@, git cl owners says you own this config file. Can you take a look?
6 years, 7 months ago (2014-05-05 21:33:39 UTC) #11
cpu_(ooo_6.6-7.5)
not exactly, see third_party\owners file.
6 years, 7 months ago (2014-05-08 17:27:35 UTC) #12
jfroy
On 2014/05/08 17:27:35, cpu wrote: > not exactly, see third_party\owners file. Oops, sorry!
6 years, 7 months ago (2014-05-08 17:42:34 UTC) #13
jfroy
The CQ bit was checked by jfroy@chromium.org
6 years, 7 months ago (2014-05-09 20:41:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/246633012/100001
6 years, 7 months ago (2014-05-09 20:42:12 UTC) #15
jfroy
The CQ bit was checked by jfroy@chromium.org
6 years, 7 months ago (2014-05-09 20:57:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/246633012/120001
6 years, 7 months ago (2014-05-09 20:59:08 UTC) #17
commit-bot: I haz the power
6 years, 7 months ago (2014-05-11 00:15:20 UTC) #18
Message was sent while issue was closed.
Change committed as 269646

Powered by Google App Engine
This is Rietveld 408576698