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

Issue 2135453002: Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h (Closed)

Created:
4 years, 5 months ago by bsalomon
Modified:
4 years, 5 months ago
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2135453002 Committed: https://skia.googlesource.com/skia/+/f48c62fa6ae703f0e4fa7b97a381eb06afaadc4b

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : update comment #

Patch Set 4 : add tab #

Total comments: 11

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -12 lines) Patch
M include/core/SkTypes.h View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M src/core/SkSharedMutex.h View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 29 (13 generated)
bsalomon
4 years, 5 months ago (2016-07-07 23:18:36 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135453002/20001
4 years, 5 months ago (2016-07-07 23:20:22 UTC) #7
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 5 months ago (2016-07-07 23:20:23 UTC) #8
reed1
lgtm, but would like a review from either/both bunge | klein
4 years, 5 months ago (2016-07-07 23:21:35 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135453002/60001
4 years, 5 months ago (2016-07-07 23:21:51 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135453002/60001
4 years, 5 months ago (2016-07-07 23:22:01 UTC) #15
bsalomon
https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode23 include/core/SkTypes.h:23: && defined(_LIBCPP_VERSION) I changed this logic slightly. It now ...
4 years, 5 months ago (2016-07-07 23:24:12 UTC) #17
bsalomon
https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode25 include/core/SkTypes.h:25: #include <memory> If I didn't #include <memory> here then ...
4 years, 5 months ago (2016-07-07 23:29:04 UTC) #18
mtklein
everything but the presumed typo lgtm https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode21 include/core/SkTypes.h:21: #if defined(__GNUC__) && ...
4 years, 5 months ago (2016-07-07 23:30:12 UTC) #19
mtklein
https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode25 include/core/SkTypes.h:25: #include <memory> On 2016/07/07 23:29:03, bsalomon wrote: > If ...
4 years, 5 months ago (2016-07-07 23:32:03 UTC) #20
mtklein
https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode19 include/core/SkTypes.h:19: // /should just let die. stray slash here too
4 years, 5 months ago (2016-07-07 23:32:41 UTC) #21
bsalomon
https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode19 include/core/SkTypes.h:19: // /should just let die. On 2016/07/07 23:32:41, mtklein ...
4 years, 5 months ago (2016-07-07 23:47:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135453002/80001
4 years, 5 months ago (2016-07-07 23:47:26 UTC) #25
mtklein
https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/2135453002/diff/60001/include/core/SkTypes.h#newcode25 include/core/SkTypes.h:25: #include <memory> On 2016/07/07 23:47:08, bsalomon wrote: > *shrug* ...
4 years, 5 months ago (2016-07-07 23:50:02 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/f48c62fa6ae703f0e4fa7b97a381eb06afaadc4b
4 years, 5 months ago (2016-07-08 10:28:50 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 10:28:52 UTC) #29
Message was sent while issue was closed.
CQ bit was unchecked.

Powered by Google App Engine
This is Rietveld 408576698