index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
StreamTest.cpp
Commit message (
Expand
)
Author
Age
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
Kevin Lubick
2017-01-11
*
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
Hal Canary
2017-01-11
*
make SkRBuffer always validate
Mike Reed
2017-01-08
*
remove SkMemoryWStream -- unused externally
Mike Reed
2017-01-08
*
Remove SkDynamicMemoryWStream::getOffset.
Ben Wagner
2016-12-16
*
remove unused dynamicwstream.snapshotAsData()
Mike Reed
2016-12-15
*
add tests/bench for dynamicwstream
Mike Reed
2016-12-14
*
Move SkOSPath out of include/core.
Ben Wagner
2016-11-08
*
GN: iOS basics
Mike Klein
2016-11-03
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
bungeman
2016-08-03
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Unit Tests: eliminate stray SkDebugf()s.
halcanary
2016-02-24
*
Remove position from FrontBufferedStream
scroggo
2016-02-18
*
Allow SkStream::peek() to partially succeed
scroggo
2015-12-07
*
SkBlockMemoryStream: correct test in getMemoryBase().
halcanary
2015-09-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkStream Testing: fix bug in new unit test.
halcanary
2015-08-19
*
Fix stack overuse error
halcanary
2015-08-19
*
SkPDF/Deflate: clean up old SkFlate code
halcanary
2015-08-18
*
SkBlockMemoryStream implements peek()
halcanary
2015-05-21
*
early return from stream peek
caryclark
2015-04-14
*
BUG=skia:
stephana
2015-04-09
*
Add a method to read a stream without advancing it.
scroggo
2015-04-02
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Simplify skiatest framework.
halcanary
2015-01-20
*
Cleanup: Rename SkOSPath functions.
tfarina
2014-07-28
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add REPORTF test macro.
halcanary@google.com
2014-01-10
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
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
*
Refactor: clean up some unused or mostly-unused API I saw here.
commit-bot@chromium.org
2013-06-18
*
Fix bug in setting directories for tests.
scroggo@google.com
2013-06-06
*
Change SkStream.
bungeman@google.com
2013-05-29
*
Add --resourcePath flag to the test program.
djsollen@google.com
2013-03-20
*
Change random number generator for 'tests' to SkMWCRandom. Also removes some
jvanverth@google.com
2013-03-04
*
add --tmpDir foo option to tests, to allow unittests that want to write/read ...
reed@google.com
2013-02-25
*
Ensure that SkMemoryStream does not crash dereferencing fData.
scroggo@google.com
2013-01-09
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
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
*
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
[next]