index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
FrontBufferedStreamTest.cpp
Commit message (
Expand
)
Author
Age
*
Revert "Revert "use unique_ptr for stream api""
Mike Reed
2017-09-16
*
Revert "use unique_ptr for stream api"
Mike Reed
2017-09-15
*
use unique_ptr for stream api
Mike Reed
2017-09-15
*
use unique_ptr for codec factories
Mike Reed
2017-07-25
*
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
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
detach -> release
mtklein
2016-03-16
*
Fix FrontBufferedStreamTest
msarett
2016-03-01
*
Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec
msarett
2016-03-01
*
Remove position from FrontBufferedStream
scroggo
2016-02-18
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add test for new FrontBufferedStream behavior.
scroggo
2014-10-24
*
Revert of Add test for new FrontBufferedStream behavior. (patchset #1 id:1 of...
mtklein
2014-10-23
*
Add test for new FrontBufferedStream behavior.
scroggo
2014-10-23
*
Use SkToBool to fix a warning.
commit-bot@chromium.org
2014-02-10
*
Allow buffered stream to work with an offset.
commit-bot@chromium.org
2014-02-10
*
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
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Hide implementation details: SkFrontBufferedStream
scroggo@google.com
2013-11-12
*
Add a buffered SkStream class.
scroggo@google.com
2013-09-26