aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkFrontBufferedStream.cpp
Commit message (Expand)AuthorAge
* remove dead code for STREAM_APIGravatar Mike Reed2017-09-20
* 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
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* detach -> releaseGravatar mtklein2016-03-16
* Remove position from FrontBufferedStreamGravatar scroggo2016-02-18
* Allow SkStream::peek() to partially succeedGravatar scroggo2015-12-07
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Add a method to read a stream without advancing it.Gravatar scroggo2015-04-02
* 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
* Check SkStream::isAtEnd before attempting to read.Gravatar scroggo2014-10-21
* Add an assert that we still have a buffer to readFromBuffer().Gravatar mtklein2014-10-21
* Allow buffered stream to work with an offset.Gravatar commit-bot@chromium.org2014-02-10
* Hide implementation details: SkFrontBufferedStreamGravatar scroggo@google.com2013-11-12
* Fix a warning.Gravatar scroggo@google.com2013-09-26
* Add a buffered SkStream class.Gravatar scroggo@google.com2013-09-26