1. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  2. 12ee97c crash rather than overflow in SkTDArray by Mike Klein · 6 years ago
  3. 23e4544 disallow negative setReserve() calls by Mike Klein · 6 years ago
  4. bd000a1 rm SkTDArray::select() by Mike Klein · 6 years ago
  5. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 7 years ago
  6. 224edf0 Revert "In older STLs, std::vector::insert() returns void." by Mike Klein · 7 years ago
  7. 7dd8ee9 In older STLs, std::vector::insert() returns void. by Mike Klein · 7 years ago
  8. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 7 years ago
  9. 539ebb8 rm SkTDArray::{Deleter,release()} by Mike Klein · 7 years ago
  10. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  11. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  12. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  13. 958fbc4 Make SkShadowUtils tessellations ref counted in preparation for caching them. by Brian Salomon · 8 years ago
  14. 22b2af1 dedup images/blobs/pictures by ID in old serialization format by reed · 8 years ago
  15. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  16. 18300a3 detach -> release by mtklein · 9 years ago
  17. a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago[Renamed from include/core/SkTDArray.h]
  18. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  19. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  20. 91df6c2 Fix some lingering typos by robertphillips · 9 years ago
  21. f89f60f [SkSVGDevice] Full font family support by fmalita · 10 years ago
  22. 48b411a Remove debug-only fData from SKTDArray. by mtklein · 10 years ago
  23. 092dab9 Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  24. 7062a26 Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 id:80001 of https://codereview.chromium.org/639823005/) by mtklein · 10 years ago
  25. 52455cb Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  26. aa90d00 Assert SkTDArray::pop() doesn't underflow. by mtklein · 10 years ago
  27. db5f7bf Do not export SkTDArray when building Skia as a DLL by ehsan.akhgari · 10 years ago
  28. ca21a00 SkWriter32: throw in the SkTDArray towel. by commit-bot@chromium.org · 11 years ago
  29. a87b21c Reland SkWriter32 growth change with build fixes. by commit-bot@chromium.org · 11 years ago
  30. 09f0ba7 Revert of Change growth function for SkWriter32 (https://codereview.chromium.org/150663014/) by commit-bot@chromium.org · 11 years ago
  31. 93d5ffd Change growth function for SkWriter32 by commit-bot@chromium.org · 11 years ago
  32. 046f1f6 Cleaner external buffer handling in SkWriter32 by commit-bot@chromium.org · 11 years ago
  33. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  34. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  35. c6081ab fix copy in SkTDArray by zachr@google.com · 11 years ago
  36. 3467ee0 add != operator for SkTDArray by reed@google.com · 11 years ago
  37. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  38. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 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
  40. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  41. 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
  42. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
  43. af07d06 Add SkTDArray.contains(), which is just a wrapper around find() by epoger@google.com · 12 years ago
  44. b158a82 fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) by reed@google.com · 12 years ago
  45. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  46. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  47. 1271d78 add bytes() to SkTDArray, which returns the number of bytes in the array, by reed@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  50. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 14 years ago
  51. 0da41db add detach() method by reed@android.com · 15 years ago
  52. 8433b5d more checks for null shapes in pictures by reed@android.com · 15 years ago
  53. 8a1c16f grab from latest android by reed@android.com · 16 years ago