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

Issue 1637473003: android: Use libc++ instead of stlport. (Closed)

Created:
4 years, 11 months ago by Michael Achenbach
Modified:
4 years, 10 months ago
CC:
JF, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

android: Use libc++ instead of stlport. Useful for example for using atomicops_internal_portable.h on Android. BUG=v8:4615 LOG=y patch from issue 1525813002 at patchset 1 (http://crrev.com/1525813002#ps1) Committed: https://crrev.com/ee57e14c6f43e40d097456f23e6af8c27ef35e34 Cr-Commit-Position: refs/heads/master@{#33804}

Patch Set 1 #

Patch Set 2 : Path fixes. #

Patch Set 3 : Try using -std=c++11 #

Total comments: 3

Patch Set 4 : Review #

Patch Set 5 : Nico's patch 2 from https://codereview.chromium.org/1641303004 #

Patch Set 6 : Port https://codereview.chromium.org/1647493002/ #

Total comments: 2

Patch Set 7 : Use -std=c++11 #

Patch Set 8 : Review jochen #

Total comments: 4

Patch Set 9 : Remove unnecessary ldflags. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -32 lines) Patch
M build/standalone.gypi View 1 2 3 4 5 6 7 8 10 chunks +28 lines, -32 lines 0 comments Download

Messages

Total messages: 43 (15 generated)
Michael Achenbach
PTAL. @Nico: I hijacked your CL https://codereview.chromium.org/1525813002 and fixed some paths in gyp (could probably ...
4 years, 11 months ago (2016-01-26 10:32:36 UTC) #4
jochen (gone - plz use gerrit)
perhaps we should start passing -std=gnu++11 instead of -std=gnu++0x
4 years, 11 months ago (2016-01-26 11:54:00 UTC) #5
Michael Achenbach
On 2016/01/26 11:54:00, jochen wrote: > perhaps we should start passing -std=gnu++11 instead of -std=gnu++0x ...
4 years, 11 months ago (2016-01-26 13:53:26 UTC) #6
Nico
https://codereview.chromium.org/1637473003/diff/60001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/60001/build/standalone.gypi#newcode1012 build/standalone.gypi:1012: '-std=c++11' ], Do you need gnu++11 instead of c++11 ...
4 years, 11 months ago (2016-01-26 15:02:57 UTC) #7
Michael Achenbach
https://codereview.chromium.org/1637473003/diff/60001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/60001/build/standalone.gypi#newcode1027 build/standalone.gypi:1027: '-I<(android_include)', On 2016/01/26 15:02:57, Nico wrote: > I think ...
4 years, 10 months ago (2016-01-29 08:30:22 UTC) #8
Nico
Thanks! (I have a linux box -- but even there, `git cl upload` only works ...
4 years, 10 months ago (2016-01-29 15:24:44 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637473003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637473003/120001
4 years, 10 months ago (2016-02-01 09:21:28 UTC) #11
Michael Achenbach
PTAL. Patch 5 and 6 incorporate Nico's patch 2 from https://codereview.chromium.org/1641303004 and also https://codereview.chromium.org/1647493002/ . ...
4 years, 10 months ago (2016-02-01 09:31:54 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-01 09:45:06 UTC) #14
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1637473003/diff/120001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/120001/build/standalone.gypi#newcode1012 build/standalone.gypi:1012: '-std=gnu++11' ], what about the other places in this ...
4 years, 10 months ago (2016-02-01 10:06:46 UTC) #15
Michael Achenbach
https://codereview.chromium.org/1637473003/diff/120001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/120001/build/standalone.gypi#newcode1012 build/standalone.gypi:1012: '-std=gnu++11' ], On 2016/02/01 10:06:46, jochen wrote: > what ...
4 years, 10 months ago (2016-02-01 10:42:59 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637473003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637473003/140001
4 years, 10 months ago (2016-02-01 10:43:14 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-01 11:02:48 UTC) #20
jochen (gone - plz use gerrit)
mhm so you'll change all the other -std=gnu++0x in another CL? I guess we should ...
4 years, 10 months ago (2016-02-01 12:05:04 UTC) #21
Michael Achenbach
On 2016/02/01 12:05:04, jochen wrote: > mhm > > so you'll change all the other ...
4 years, 10 months ago (2016-02-01 12:10:55 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637473003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637473003/160001
4 years, 10 months ago (2016-02-01 12:11:34 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-01 14:00:03 UTC) #26
jochen (gone - plz use gerrit)
lgtm
4 years, 10 months ago (2016-02-03 13:25:56 UTC) #27
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi#newcode1046 build/standalone.gypi:1046: '-Wl,-rpath-link=<(android_lib)', # FIXME: what is this for? what exactly ...
4 years, 10 months ago (2016-02-03 13:42:17 UTC) #28
Michael Achenbach
https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi#newcode1046 build/standalone.gypi:1046: '-Wl,-rpath-link=<(android_lib)', # FIXME: what is this for? On 2016/02/03 ...
4 years, 10 months ago (2016-02-03 14:07:56 UTC) #29
Nico
https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi#newcode1046 build/standalone.gypi:1046: '-Wl,-rpath-link=<(android_lib)', # FIXME: what is this for? On 2016/02/03 ...
4 years, 10 months ago (2016-02-03 14:26:01 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637473003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637473003/180001
4 years, 10 months ago (2016-02-03 15:12:21 UTC) #32
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-03 15:32:04 UTC) #34
Michael Achenbach
https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1637473003/diff/160001/build/standalone.gypi#newcode1046 build/standalone.gypi:1046: '-Wl,-rpath-link=<(android_lib)', # FIXME: what is this for? On 2016/02/03 ...
4 years, 10 months ago (2016-02-03 15:35:44 UTC) #35
Michael Achenbach
No objections, so I'll land this now...
4 years, 10 months ago (2016-02-08 08:00:41 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637473003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637473003/180001
4 years, 10 months ago (2016-02-08 08:00:58 UTC) #39
commit-bot: I haz the power
Committed patchset #9 (id:180001)
4 years, 10 months ago (2016-02-08 08:26:53 UTC) #41
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 08:27:06 UTC) #43
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ee57e14c6f43e40d097456f23e6af8c27ef35e34
Cr-Commit-Position: refs/heads/master@{#33804}

Powered by Google App Engine
This is Rietveld 408576698