1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  2. a9609ea turn on -Wreturn-std-move-in-c++11 by Mike Klein · 4 years, 8 months ago
  3. f46d5ca use std::make_unique by Mike Klein · 4 years, 10 months ago
  4. 77a9a6c Remove std::move()s from returns of std::unique_ptrs by Brian Salomon · 5 years ago
  5. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  6. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. 8dc8dbc begin cleanup of malloc porting layer by Mike Reed · 7 years ago
  9. 788c3c4 SkDiscardableMemoryPool: always have a mutex for testing by Hal Canary · 7 years ago
  10. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 7 years ago
  11. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  12. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  13. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  14. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  15. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  16. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  17. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 8 years ago
  18. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  19. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  20. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  21. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  22. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  23. 9583ab9 don't peek w/o first acquiring the lock by reed · 9 years ago
  24. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  25. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  26. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  29. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  30. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  31. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  32. 2edf599 Fix DiscardableMemoryPool::free race condition by halcanary · 10 years ago
  33. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  34. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  35. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  36. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  37. a5c0863 remove SkPurgeGlobalDiscardableMemoryPool by halcanary · 10 years ago
  38. fa37a21 Fix no previous prototype for function error by halcanary · 10 years ago
  39. 9b79066 Use new SkBaseMutex::assertHeld() in DiscardableMemoryPool by halcanary · 10 years ago
  40. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  41. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  42. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  43. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  44. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  45. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  46. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 11 years ago
  47. 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
  48. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago