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