1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  3. ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
  4. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  5. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 9 years ago
  6. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  7. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago[Renamed from include/core/SkWeakRefCnt.h]
  8. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago[Renamed from include/private/SkWeakRefCnt.h]
  9. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago[Renamed from include/core/SkWeakRefCnt.h]
  10. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago[Renamed from include/private/SkWeakRefCnt.h]
  11. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago[Renamed from include/core/SkWeakRefCnt.h]
  12. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago[Renamed from include/private/SkWeakRefCnt.h]
  13. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago[Renamed from include/core/SkWeakRefCnt.h]
  14. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago[Renamed from include/private/SkWeakRefCnt.h]
  15. eedf0fb move some public headers into private by reed · 9 years ago[Renamed from include/core/SkWeakRefCnt.h]
  16. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  17. 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
  18. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  19. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  20. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  21. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  22. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  23. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  24. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  25. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  26. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  27. 1ad75a1 Fix spelling errors in SkWeakRefCnt. by bungeman@google.com · 11 years ago
  28. 0308707 Make it explicit that some validate methods are debug only by robertphillips@google.com · 11 years ago
  29. fcb57b5 more SkInstCnt plumbing by reed@google.com · 12 years ago
  30. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  31. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago