index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkStream.cpp
Commit message (
Expand
)
Author
Age
*
src/core: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
remove lots of legacy flags
Mike Reed
2016-10-31
*
SkFontData to use smart pointers.
bungeman
2016-09-16
*
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...
bungeman
2016-09-15
*
SkFontData to use smart pointers.
bungeman
2016-09-15
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
djsollen
2016-04-29
*
Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (pat...
reed
2016-04-28
*
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
djsollen
2016-04-27
*
SkWStream::writeText inlined.
halcanary
2016-04-11
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
detach -> release
mtklein
2016-03-16
*
Make sp variants for SkData
reed
2016-03-11
*
Revert of Consolidate SkStream copying methods (patchset #1 id:1 of https://c...
msarett
2016-01-27
*
Consolidate SkStream copying methods
scroggo
2016-01-27
*
SkStream/Priv cleanups
scroggo
2016-01-19
*
add fsync to try to get complete skps from webpage picture capture
caryclark
2015-12-16
*
Allow SkStream::peek() to partially succeed
scroggo
2015-12-07
*
Eliminate SkFILE: it always is the same as FILE.
halcanary
2015-11-20
*
Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work.
benjaminwagner
2015-10-19
*
SkBlockMemoryStream: correct test in getMemoryBase().
halcanary
2015-09-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkPDF/Deflate: clean up old SkFlate code
halcanary
2015-08-18
*
SkBlockMemoryStream implements peek()
halcanary
2015-05-21
*
Add a method to read a stream without advancing it.
scroggo
2015-04-02
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*)
halcanary
2015-02-23
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
for X in {Dec,BigDec,Scalar}, SkWStream::write"X"AsText no longer mallocs
halcanary
2014-11-07
*
use SkData::NewUninitialized
reed
2014-09-12
*
remove confusing/unused stream methods
reed
2014-09-12
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Move SkPDFStream back to SkStream to save memory.
halcanary
2014-07-14
*
Switch SkPDFStream's internal storage from SkStream to SkData
halcanary
2014-06-27
*
fix size_t/int warnings
commit-bot@chromium.org
2014-04-23
*
Actually, we wrote only size bytes.
commit-bot@chromium.org
2014-03-06
*
Add size_t bytesWritten() const to SkWStream.
commit-bot@chromium.org
2014-03-06
*
This CL is motivated by the desire to make the skpinfo tool work a bit better...
commit-bot@chromium.org
2014-03-05
*
Prevent SkBlockMemoryStream::skip from writing to low memory.
bungeman@google.com
2014-03-05
*
DM: read image files without an extra copy
commit-bot@chromium.org
2014-03-05
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
SkMemoryStream::setData should also set the current offset to 0.
bungeman@google.com
2013-11-18
*
Add a detachAsStream to SkDynamicMemoryWStream.
bungeman@google.com
2013-07-19
*
Add a detachAsStream to SkDynamicMemoryWStream.
bungeman@google.com
2013-07-19
*
Revert r10171 due to test failure in StreamTest
robertphillips@google.com
2013-07-18
*
Add a detachAsStream to SkDynamicMemoryWStream.
bungeman@google.com
2013-07-18
[next]