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
*
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
*
Change SkStream.
bungeman@google.com
2013-05-29
*
Move MMap to SkData.
commit-bot@chromium.org
2013-04-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-19
*
update coding style
mike@reedtribe.org
2013-03-19
*
reland 8200 w/ fix for android (use fullpath instead of path)
reed@google.com
2013-03-18
*
revert 8204 -- what is happening???
reed@google.com
2013-03-18
*
reland 8200 w/ fix for android (need fullpath instead of path)
reed@google.com
2013-03-18
*
revert 8200 to figure out android break
reed@google.com
2013-03-18
*
move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability
reed@google.com
2013-03-18
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14
*
Fix uninitialized memory issue
robertphillips@google.com
2013-01-14
*
Ensure that SkMemoryStream does not crash dereferencing fData.
scroggo@google.com
2013-01-09
*
Show the paint's typeface information in the details pane of the debugger.
humper@google.com
2013-01-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix type
reed@google.com
2012-07-02
*
add read/write SkData methods
reed@google.com
2012-07-02
*
stick SkInstCnt in more classes, to help track down leaks
reed@google.com
2012-06-26
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
add tests for read/writePackedUInt, and fix a bug there.
reed@google.com
2011-10-18
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
move common code into shared helper function
reed@google.com
2011-06-24
*
replace detach/getStream apis on dynamicwstream with SkData
reed@google.com
2011-06-24
*
rename public SkDataRef to SkData
reed@google.com
2011-06-24
*
add copyToData() to dyanamicwstream
reed@google.com
2011-06-23
*
merge from android tree:
djsollen@google.com
2011-02-23
*
High level pdf classes and pdf specific interface.
vandebo@chromium.org
2010-10-12
*
remove obsolete SK_BUILD_FOR_BREW conditional
reed@android.com
2010-01-12
*
build with -Wall
reed@android.com
2009-03-20
*
migrate more legacy unittests into tests/
reed@android.com
2009-03-07
*
move core files into core (were in images, but are required for core library)
reed@android.com
2008-12-18