Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4444)

Issue 6551070: iOS support work in progress (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by caryclark1
Modified:
11 years, 9 months ago
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

iOS support work in progress include/core/SkTypes.h - address unsigned warning include/core/SkInstCnt.h src/core/SkInstCnt.cpp gyp/common.gypi - always define SK_ENABLE_INST_COUNT for debug builds src/views/mac/SkNSView.mm - only call glClear if there is a GL context src/ports/SkImageDecoder_CG.cpp - fix iOS hack by using proper include gyp/opts.gyp - exclude more ARM files from iOS for now (see issue 900) gyp/common_conditions.gypi - add release, more ios specific common settings gyp/bench.gyp - add iOS condition gyp/SampleApp.gyp - remove precompiled header, hardcoded SDK path - add more frameworks gyp/debugger.gyp - fix syntax error - add iOS/Android condition gyp/core.gyp - remove hardcoded SDK path, add more frameworks gyp/common_variables.gypi - add ios SDK path - add ios SDK version gyp/iOSSampleApp.gyp - remove obsolete project gyp/zlib.gyp - add ios library path Committed: https://code.google.com/p/skia/source/detail?r=5649

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -318 lines) Patch
M gyp/SampleApp.gyp View 4 chunks +2 lines, -17 lines 0 comments Download
M gyp/bench.gyp View 1 chunk +1 line, -1 line 0 comments Download
M gyp/common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M gyp/common_conditions.gypi View 1 chunk +9 lines, -1 line 0 comments Download
M gyp/common_variables.gypi View 3 chunks +8 lines, -0 lines 0 comments Download
M gyp/core.gyp View 2 chunks +2 lines, -15 lines 0 comments Download
M gyp/debugger.gyp View 2 chunks +4 lines, -1 line 0 comments Download
D gyp/iOSSampleApp.gyp View 1 chunk +0 lines, -275 lines 0 comments Download
M gyp/opts.gyp View 1 chunk +4 lines, -2 lines 0 comments Download
M gyp/zlib.gyp View 1 chunk +8 lines, -0 lines 0 comments Download
M include/core/SkInstCnt.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M include/core/SkTypes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ports/SkImageDecoder_CG.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M src/views/mac/SkNSView.mm View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 8
caryclark1
11 years, 9 months ago (2012-09-24 14:10:44 UTC) #1
bsalomon
LGTM w/ minor question about inst count #if. https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h File include/core/SkInstCnt.h (right): https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h#newcode21 include/core/SkInstCnt.h:21: #if ...
11 years, 9 months ago (2012-09-24 14:25:13 UTC) #2
EricB
https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h File include/core/SkInstCnt.h (right): https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h#newcode21 include/core/SkInstCnt.h:21: #if defined SK_DEBUG || defined SK_ENABLE_INST_COUNT On 2012/09/24 14:25:13, ...
11 years, 9 months ago (2012-09-24 14:28:18 UTC) #3
robertphillips
LGMT modulo question r.e. SK_ENABLE_INST_COUNT. https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h File include/core/SkInstCnt.h (right): https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h#newcode21 include/core/SkInstCnt.h:21: #if defined SK_DEBUG || ...
11 years, 9 months ago (2012-09-24 14:47:36 UTC) #4
caryclark1
https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h File include/core/SkInstCnt.h (right): https://codereview.appspot.com/6551070/diff/1/include/core/SkInstCnt.h#newcode21 include/core/SkInstCnt.h:21: #if defined SK_DEBUG || defined SK_ENABLE_INST_COUNT On 2012/09/24 14:25:13, ...
11 years, 9 months ago (2012-09-24 18:32:06 UTC) #5
EricB
GYP changes LGTM at patch set 3.
11 years, 9 months ago (2012-09-24 18:40:32 UTC) #6
bsalomon
LGTM
11 years, 9 months ago (2012-09-24 18:45:57 UTC) #7
robertphillips
11 years, 9 months ago (2012-09-24 19:31:39 UTC) #8
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b