no need to checkin your xcode proj for SampleApp.cpp 1. Lets keep the default to ...
13 years, 7 months ago
(2011-06-01 17:07:26 UTC)
#2
no need to checkin your xcode proj
for SampleApp.cpp
1. Lets keep the default to not enable the GPIPE code
2. Can your version successfully work with and without the FILE_PIPE defined?
I have turned GPIPE off by default. I also put the FILE_PIPE definition inside a ...
13 years, 7 months ago
(2011-06-01 17:33:35 UTC)
#3
I have turned GPIPE off by default. I also put the FILE_PIPE definition inside a
ifdef so that it can only be defined when GPIPE is used.
Would it be useful if I update the xcode project file to include the new tests
and include the sources files for pipe reader and pipe writer? Because the
project file currently will not compile if the TEST_GPIPE flag is turned on.
On 2011/06/01 17:07:26, reed1 wrote:
> no need to checkin your xcode proj
>
> for SampleApp.cpp
>
> 1. Lets keep the default to not enable the GPIPE code
> 2. Can your version successfully work with and without the FILE_PIPE defined?
Maybe we wait until we enable it by default to checkin a new proj. On ...
13 years, 7 months ago
(2011-06-01 17:39:04 UTC)
#4
Maybe we wait until we enable it by default to checkin a new proj.
On Wed, Jun 1, 2011 at 1:33 PM, <yangsu@google.com> wrote:
> I have turned GPIPE off by default. I also put the FILE_PIPE definition
> inside a ifdef so that it can only be defined when GPIPE is used.
>
> Would it be useful if I update the xcode project file to include the new
> tests and include the sources files for pipe reader and pipe writer?
> Because the project file currently will not compile if the TEST_GPIPE
> flag is turned on.
>
> On 2011/06/01 17:07:26, reed1 wrote:
>>
>> no need to checkin your xcode proj
>
>> for SampleApp.cpp
>
>> 1. Lets keep the default to not enable the GPIPE code
>> 2. Can your version successfully work with and without the FILE_PIPE
>
> defined?
>
>
>
> http://codereview.appspot.com/4564052/
>
Issue 4564052: Updated sample app to include pipe writer using file I/O
(Closed)
Created 13 years, 7 months ago by yangsu
Modified 13 years, 7 months ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0