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

Issue 1589933002: Fixed compilation on mingw. (Closed)

Created:
4 years, 11 months ago by cjacek
Modified:
4 years, 9 months ago
Reviewers:
bungeman-skia
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Fixed compilation on mingw. Found and tested in mingw Firefox build. There are two problems: - GCC doesn't support __vectorcall calling convention, so its usage needs to be #ifdefed - GetProcAddress returns FARPROC type (a function pointer) and GCC requires an explicit cast to void* Committed: https://skia.googlesource.com/skia/+/c721196067b78226b97709998a96e0f037d8fb64 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1589933002

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed compilation on mingw. #

Patch Set 3 : Minor mingw cross compilation fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/core/SkTime.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (9 generated)
cjacek
4 years, 11 months ago (2016-01-14 13:36:38 UTC) #4
bungeman-skia
https://codereview.chromium.org/1589933002/diff/1/include/private/SkTLogic.h File include/private/SkTLogic.h (right): https://codereview.chromium.org/1589933002/diff/1/include/private/SkTLogic.h#newcode61 include/private/SkTLogic.h:61: #endif I would really like to avoid another nesting ...
4 years, 11 months ago (2016-01-14 18:04:58 UTC) #5
cjacek
Thanks for the review and sorry for the delay. I attached a fixed version.
4 years, 11 months ago (2016-01-25 14:12:24 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1589933002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1589933002/20001
4 years, 11 months ago (2016-01-25 14:56:56 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-25 15:09:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1589933002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1589933002/20001
4 years, 11 months ago (2016-01-25 15:22:59 UTC) #13
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 11 months ago (2016-01-25 15:23:00 UTC) #14
bungeman-skia
lgtm
4 years, 11 months ago (2016-01-25 15:25:18 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-25 15:27:40 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/c721196067b78226b97709998a96e0f037d8fb64

Powered by Google App Engine
This is Rietveld 408576698