1. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 3 months ago
  2. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years ago
  3. e4383b8 Add SkFILEStream constructor which takes a size. by Ben Wagner · 4 years ago
  4. bb60c21 Refactor SkFILEStream for clarity. by Ben Wagner · 4 years ago
  5. 9119625 Remove unnecessary macros from SkString header. by John Stiles · 4 years, 2 months ago
  6. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 2 months ago
  7. a9609ea turn on -Wreturn-std-move-in-c++11 by Mike Klein · 4 years, 7 months ago
  8. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  9. f46d5ca use std::make_unique by Mike Klein · 4 years, 9 months ago
  10. 77a9a6c Remove std::move()s from returns of std::unique_ptrs by Brian Salomon · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. bd68adf SkDynamicMemoryWStream: optimize detachAsStream() for tiny streams by Hal Canary · 6 years ago
  13. 42137de SkPDF: stop using linked list of dynamic memory streams. by Hal Canary · 6 years ago
  14. 2e01805 SkDynamicMemoryWStream: make moveable by Hal Canary · 6 years ago
  15. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  16. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  17. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  18. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  19. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  20. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  21. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 6 years ago
  22. c3bc425 SkDynamicMemoryWStream: clean up, asserts, etc. by Hal Canary · 6 years ago
  23. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  24. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  25. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  26. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  27. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  28. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  29. f3b9d4b SkPDF: add some TRACE_EVENTs by Hal Canary · 7 years ago
  30. 6fee59b SkStream: DynamicMemoryWStream gets writeToAndReset by Hal Canary · 7 years ago
  31. 8d9201a Remove unnecessary SkFILEStream::getMemoryBase by Leon Scroggins III · 7 years ago
  32. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 8 years ago
  33. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 8 years ago
  34. 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
  35. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  36. c3063e5 remove SkDebugWStream and other cleanups by Mike Reed · 8 years ago
  37. efa9d34 Explicit ownership of data in SkBlockMemoryStream. by Ben Wagner · 8 years ago
  38. 9c457ad speedup dynamicwstream by Mike Reed · 8 years ago
  39. 5adaf8b remove unused dynamicwstream.snapshotAsData() by Mike Reed · 8 years ago
  40. 8dc1f62 Remove strange 'write' overload on SkDynamicMemoryWStream. by bungeman · 8 years ago
  41. 704cd32 src/core: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  42. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  43. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  44. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  45. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  46. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  47. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  48. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  49. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  50. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  51. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  52. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  53. 18300a3 detach -> release by mtklein · 8 years ago
  54. fde0511 Make sp variants for SkData by reed · 9 years ago
  55. 5534312 Revert of Consolidate SkStream copying methods (patchset #1 id:1 of https://codereview.chromium.org/1640793002/ ) by msarett · 9 years ago
  56. 440c5a9 Consolidate SkStream copying methods by scroggo · 9 years ago
  57. a913275 SkStream/Priv cleanups by scroggo · 9 years ago
  58. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  59. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  60. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  61. 7d974f5 Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work. by benjaminwagner · 9 years ago
  62. 209c162 SkBlockMemoryStream: correct test in getMemoryBase(). by halcanary · 9 years ago
  63. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  64. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  65. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  66. e797d0d SkBlockMemoryStream implements peek() by halcanary · 9 years ago
  67. 028a413 Add a method to read a stream without advancing it. by scroggo · 9 years ago
  68. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  69. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 10 years ago
  70. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  71. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  72. f0de423 for X in {Dec,BigDec,Scalar}, SkWStream::write"X"AsText no longer mallocs by halcanary · 10 years ago
  73. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  74. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  75. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  76. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  77. e322482 Move SkPDFStream back to SkStream to save memory. by halcanary · 10 years ago
  78. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  79. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  80. 0438645 Actually, we wrote only size bytes. by commit-bot@chromium.org · 11 years ago
  81. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 11 years ago
  82. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 11 years ago
  83. 8d79f96 Prevent SkBlockMemoryStream::skip from writing to low memory. by bungeman@google.com · 11 years ago
  84. eef834f DM: read image files without an extra copy by commit-bot@chromium.org · 11 years ago
  85. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  86. 10822c6 SkMemoryStream::setData should also set the current offset to 0. by bungeman@google.com · 11 years ago
  87. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  88. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  89. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  90. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  91. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  92. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 11 years ago
  93. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  94. 54d5f83 update coding style by mike@reedtribe.org · 11 years ago
  95. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  96. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  97. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  98. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  99. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  100. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago