1. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  2. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  3. 810efb5 Delay initialization of free list in SkTLList until first use of list by bsalomon · 8 years ago
  4. a7c41c5 Make SkTLList prealloc its first block of nodes by bsalomon · 9 years ago
  5. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  6. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  7. 55fb4f3 SkTLList throw on sk_malloc fail by halcanary · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  10. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  11. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  12. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  13. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  14. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  15. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  16. b511be5 Add rect clip to convex_poly_clip GM by commit-bot@chromium.org · 11 years ago
  17. c6b3e48 Improve handling of inverse clip paths in GrClipMaskManager. by bsalomon@google.com · 12 years ago
  18. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  19. 8958dc9 Add operator delete to match operator new for SkTLList. by bsalomon@google.com · 12 years ago
  20. ebce030 Fix stale iterators in LList test. Add newline to end of SkTLList.h by bsalomon@google.com · 12 years ago
  21. 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
  22. e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
  24. acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
  25. 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
  26. bbe5290 Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago
  27. 08cb728 Revert change accidentally committed. by bsalomon@google.com · 12 years ago
  28. d29902e Add SkTLList, linked list class implemented on top of the internal llist class. by bsalomon@google.com · 12 years ago