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

Issue 352823003: Added slim versions of output streams. (Closed)

Created:
6 years, 6 months ago by Sven Panne
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed feedback. Extended/polished interface. Added tests. Rebased. #

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+438 lines, -3 lines) Patch
M BUILD.gn View 1 1 chunk +3 lines, -1 line 0 comments Download
M build/standalone.gypi View 1 1 chunk +2 lines, -1 line 0 comments Download
A src/ostreams.h View 1 1 chunk +121 lines, -0 lines 0 comments Download
A src/ostreams.cc View 1 1 chunk +161 lines, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-ostreams.cc View 1 1 chunk +147 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Sven Panne
No-bloat versions of the std::ostream stuff. Not used yet, I'd like to do that in ...
6 years, 6 months ago (2014-06-25 14:46:43 UTC) #1
Benedikt Meurer
Please add tests. https://codereview.chromium.org/352823003/diff/1/src/ostreams.h File src/ostreams.h (right): https://codereview.chromium.org/352823003/diff/1/src/ostreams.h#newcode101 src/ostreams.h:101: explicit OFStream(const char* p) : f_(fopen(p, ...
6 years, 6 months ago (2014-06-25 14:48:16 UTC) #2
Michael Starzinger
Just one comment, rest looks OK to me, but I am no std expert at ...
6 years, 6 months ago (2014-06-25 22:00:57 UTC) #3
Sven Panne
I'll address the feedback, add the GYP/GN magic and even (*drumroll*) add a few unit ...
6 years, 6 months ago (2014-06-26 06:56:20 UTC) #4
Sven Panne
Addressed the feedback as discussed, overhauled the interface and added tests. PTAL...
6 years, 6 months ago (2014-06-26 12:11:23 UTC) #5
Benedikt Meurer
> https://codereview.chromium.org/352823003/diff/1/src/ostreams.h#newcode101 > src/ostreams.h:101: explicit OFStream(const char* p) : f_(fopen(p, "w")), > own_(true) { } ...
6 years, 6 months ago (2014-06-26 15:38:50 UTC) #6
Benedikt Meurer
LGTM
6 years, 5 months ago (2014-06-27 07:09:43 UTC) #7
Michael Starzinger
LGTM.
6 years, 5 months ago (2014-06-27 08:11:42 UTC) #8
Sven Panne
6 years, 5 months ago (2014-06-27 08:42:31 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r22049 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698