1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  3. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  4. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  5. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 6 years ago
  6. 925e31e dm: require tmpDir, reasonable defaults by Hal Canary · 7 years ago
  7. a493510 resources: optionally link them into our binary by Hal Canary · 7 years ago
  8. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  9. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  10. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  11. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  12. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  13. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 7 years ago
  14. 4d1955c Fix SkFILEStream. by Ben Wagner · 7 years ago
  15. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  16. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  17. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  18. 1026ccf make SkRBuffer always validate by Mike Reed · 8 years ago
  19. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  20. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  21. 5adaf8b remove unused dynamicwstream.snapshotAsData() by Mike Reed · 8 years ago
  22. 4928229 add tests/bench for dynamicwstream by Mike Reed · 8 years ago
  23. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  24. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  25. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  26. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  27. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  28. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  29. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  30. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 8 years ago
  31. ef0fed3 Remove position from FrontBufferedStream by scroggo · 8 years ago
  32. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  33. 209c162 SkBlockMemoryStream: correct test in getMemoryBase(). by halcanary · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. d75e21d SkStream Testing: fix bug in new unit test. by halcanary · 9 years ago
  36. cb9241b Fix stack overuse error by halcanary · 9 years ago
  37. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  38. e797d0d SkBlockMemoryStream implements peek() by halcanary · 9 years ago
  39. 30ac464 early return from stream peek by caryclark · 9 years ago
  40. 195f62d BUG=skia: by stephana · 9 years ago
  41. 028a413 Add a method to read a stream without advancing it. by scroggo · 9 years ago
  42. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  43. 87f3ba4 Simplify skiatest framework. by halcanary · 9 years ago
  44. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  45. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  46. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  47. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  48. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  49. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  50. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  51. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  52. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  53. 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 11 years ago
  54. c76218d Fix bug in setting directories for tests. by scroggo@google.com · 11 years ago
  55. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  56. cb62650 Add --resourcePath flag to the test program. by djsollen@google.com · 11 years ago
  57. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  58. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 11 years ago
  59. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  60. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  61. 19f286b add tests for read/writePackedUInt, and fix a bug there. by reed@google.com · 13 years ago
  62. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  63. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  64. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  65. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  66. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 15 years ago
  67. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 15 years ago