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

Issue 6749054: Add an SkSet class. At the moment we need to preserve the order of element in SkSet to have minimal… (Closed)

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

Description

Add a true Set class. Current use case is to be used with Pdf generator. Committed: https://code.google.com/p/skia/source/detail?r=7626

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -0 lines) Patch
M gyp/tests.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A src/pdf/SkTSet.h View 1 2 3 4 1 chunk +280 lines, -0 lines 0 comments Download
A tests/TSetTest.cpp View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download

Messages

Total messages: 11
edisonn
11 years, 6 months ago (2012-10-21 02:22:52 UTC) #1
reed1
For now, since its new, and since its crazy (not sorted), lets move the file ...
11 years, 6 months ago (2012-10-22 12:22:15 UTC) #2
edisonn
On 2012/10/22 12:22:15, reed1 wrote: > For now, since its new, and since its crazy ...
11 years, 6 months ago (2012-10-22 16:39:37 UTC) #3
edisonn
Ping
11 years, 6 months ago (2012-10-31 15:12:08 UTC) #4
Steve VanDeBogart
https://codereview.appspot.com/6749054/diff/3002/include/pdf/SkTPDFSet.h File include/pdf/SkTPDFSet.h (right): https://codereview.appspot.com/6749054/diff/3002/include/pdf/SkTPDFSet.h#newcode35 include/pdf/SkTPDFSet.h:35: elem->ref(); I think this means that this can only ...
11 years, 6 months ago (2012-10-31 17:44:31 UTC) #5
reed1
lgtm https://codereview.appspot.com/6749054/diff/3002/include/pdf/SkTPDFSet.h File include/pdf/SkTPDFSet.h (right): https://codereview.appspot.com/6749054/diff/3002/include/pdf/SkTPDFSet.h#newcode35 include/pdf/SkTPDFSet.h:35: elem->ref(); On 2012/10/31 17:44:31, Steve VanDeBogart wrote: > ...
11 years, 6 months ago (2012-10-31 17:49:30 UTC) #6
edisonn
Updated the pdf code to use a true Set class. Please review this code.
11 years, 6 months ago (2012-11-02 20:11:13 UTC) #7
reed1
general comments for a new utility class. 1. store it in src/core or src/pdf for ...
11 years, 6 months ago (2012-11-02 20:15:12 UTC) #8
edisonn
On 2012/11/02 20:15:12, reed1 wrote: > general comments for a new utility class. > > ...
11 years, 6 months ago (2012-11-05 13:49:23 UTC) #9
reed1
lgtm
11 years, 6 months ago (2012-11-05 16:04:05 UTC) #10
Steve VanDeBogart
11 years, 6 months ago (2012-11-05 22:35:57 UTC) #11
The interface looks cleaner and I have no objections but I haven't reviewed the
code. LGTM
Sign in to reply to this message.

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