aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FrontBufferedStreamTest.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "use unique_ptr for stream api""Gravatar Mike Reed2017-09-16
* Revert "use unique_ptr for stream api"Gravatar Mike Reed2017-09-15
* use unique_ptr for stream apiGravatar Mike Reed2017-09-15
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Gravatar Kevin Lubick2017-01-11
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hGravatar Hal Canary2017-01-11
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* detach -> releaseGravatar mtklein2016-03-16
* Fix FrontBufferedStreamTestGravatar msarett2016-03-01
* Fix bug in SkGifCodec / Switch SkImageDec tests to use CodecGravatar msarett2016-03-01
* Remove position from FrontBufferedStreamGravatar scroggo2016-02-18
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Add test for new FrontBufferedStream behavior.Gravatar scroggo2014-10-24
* Revert of Add test for new FrontBufferedStream behavior. (patchset #1 id:1 of...Gravatar mtklein2014-10-23
* Add test for new FrontBufferedStream behavior.Gravatar scroggo2014-10-23
* Use SkToBool to fix a warning.Gravatar commit-bot@chromium.org2014-02-10
* Allow buffered stream to work with an offset.Gravatar commit-bot@chromium.org2014-02-10
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Hide implementation details: SkFrontBufferedStreamGravatar scroggo@google.com2013-11-12
* Add a buffered SkStream class.Gravatar scroggo@google.com2013-09-26