aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/StreamTest.cpp
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Unit Tests: eliminate stray SkDebugf()s.Gravatar halcanary2016-02-24
* Remove position from FrontBufferedStreamGravatar scroggo2016-02-18
* Allow SkStream::peek() to partially succeedGravatar scroggo2015-12-07
* SkBlockMemoryStream: correct test in getMemoryBase().Gravatar halcanary2015-09-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* SkStream Testing: fix bug in new unit test.Gravatar halcanary2015-08-19
* Fix stack overuse errorGravatar halcanary2015-08-19
* SkPDF/Deflate: clean up old SkFlate codeGravatar halcanary2015-08-18
* SkBlockMemoryStream implements peek()Gravatar halcanary2015-05-21
* early return from stream peekGravatar caryclark2015-04-14
* BUG=skia:Gravatar stephana2015-04-09
* Add a method to read a stream without advancing it.Gravatar scroggo2015-04-02
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* Simplify skiatest framework.Gravatar halcanary2015-01-20
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* 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
* Add REPORTF test macro.Gravatar halcanary@google.com2014-01-10
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-19
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-19
* Revert r10171 due to test failure in StreamTestGravatar robertphillips@google.com2013-07-18
* Add a detachAsStream to SkDynamicMemoryWStream.Gravatar bungeman@google.com2013-07-18
* Refactor: clean up some unused or mostly-unused API I saw here.Gravatar commit-bot@chromium.org2013-06-18
* Fix bug in setting directories for tests.Gravatar scroggo@google.com2013-06-06
* Change SkStream.Gravatar bungeman@google.com2013-05-29
* Add --resourcePath flag to the test program.Gravatar djsollen@google.com2013-03-20
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* add --tmpDir foo option to tests, to allow unittests that want to write/read ...Gravatar reed@google.com2013-02-25
* Ensure that SkMemoryStream does not crash dereferencing fData.Gravatar scroggo@google.com2013-01-09
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* add tests for read/writePackedUInt, and fix a bug there.Gravatar reed@google.com2011-10-18
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* rename public SkDataRef to SkDataGravatar reed@google.com2011-06-24
* add copyToData() to dyanamicwstreamGravatar reed@google.com2011-06-23
* cleanup formating (e.g. no trailing spaces)Gravatar reed@android.com2009-04-02
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07