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

Issue 1777213003: Remove version checks for _MSC_VER < 1800 (msvs2013). (Closed)

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

Description

Remove version checks for _MSC_VER < 1800 (msvs2013). We already actively do not support older versions of the vc++ compiler and runtime, so don't check for them anymore. TBR=reed No API changes. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1777213003 Committed: https://skia.googlesource.com/skia/+/d7dc76f7e99309cbd09a5420c22e55b951067deb

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -86 lines) Patch
M include/core/SkMath.h View 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrConfig.h View 2 chunks +2 lines, -14 lines 0 comments Download
M include/private/SkFloatingPoint.h View 2 chunks +1 line, -27 lines 0 comments Download
M src/animator/SkDisplayType.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDrawColor.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkBitmapProcState_matrixProcs.cpp View 1 chunk +0 lines, -10 lines 2 comments Download
M src/core/SkBlitter_ARGB32.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkDraw.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkRegion.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkScan_Path.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/effects/gradients/SkGradientShaderPriv.h View 1 chunk +0 lines, -10 lines 1 comment Download
M src/effects/gradients/SkLinearGradient.cpp View 2 chunks +0 lines, -10 lines 1 comment Download
M src/sfnt/SkTypedEnum.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils/SkBase64.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777213003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777213003/1
4 years, 9 months ago (2016-03-10 17:14:16 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-10 17:25:47 UTC) #5
bungeman-skia
On my quest to remove all of the code, I have found an old treasure ...
4 years, 9 months ago (2016-03-10 17:33:41 UTC) #8
mtklein
https://codereview.chromium.org/1777213003/diff/1/src/core/SkBitmapProcState_matrixProcs.cpp File src/core/SkBitmapProcState_matrixProcs.cpp (left): https://codereview.chromium.org/1777213003/diff/1/src/core/SkBitmapProcState_matrixProcs.cpp#oldcode176 src/core/SkBitmapProcState_matrixProcs.cpp:176: #if defined(_MSC_VER) && (_MSC_VER >= 1600) This is a ...
4 years, 9 months ago (2016-03-10 17:37:48 UTC) #9
reed1
feel free to TBR me after klein and you reach a consensus
4 years, 9 months ago (2016-03-10 17:42:31 UTC) #10
bungeman-skia
I have the bots running to verify... https://codereview.chromium.org/1777213003/diff/1/src/core/SkBitmapProcState_matrixProcs.cpp File src/core/SkBitmapProcState_matrixProcs.cpp (left): https://codereview.chromium.org/1777213003/diff/1/src/core/SkBitmapProcState_matrixProcs.cpp#oldcode176 src/core/SkBitmapProcState_matrixProcs.cpp:176: #if defined(_MSC_VER) ...
4 years, 9 months ago (2016-03-10 17:54:23 UTC) #11
mtklein
lgtm
4 years, 9 months ago (2016-03-10 18:09:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777213003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777213003/1
4 years, 9 months ago (2016-03-10 18:55:10 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/7583)
4 years, 9 months ago (2016-03-10 18:57:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777213003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777213003/1
4 years, 9 months ago (2016-03-10 19:13:27 UTC) #19
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 19:14:43 UTC) #21
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/d7dc76f7e99309cbd09a5420c22e55b951067deb

Powered by Google App Engine
This is Rietveld 408576698