1. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  2. 647cc84 Add sk_ref_sp helper function. by reed · 8 years ago
  3. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 8 years ago
  4. 71aca54 add virtual ~Effect() by mtklein · 8 years ago
  5. 941da9d Fix behavior of sk_sp::reset(T*) and add unittest. by reed · 8 years ago
  6. ffa39e0 sk_sp: fix contravariant constructors by halcanary · 8 years ago
  7. beab9e7 Add operator* and operator safe-bool to sk_sp. by bungeman · 8 years ago
  8. cb6cb38 sk_sp: Covariant Move Constructor and Move Assignment by halcanary · 8 years ago
  9. 217c0b3 sk_make_sp<T>() by halcanary · 8 years ago
  10. bb7b043 isolate sk_sp from larger cl by reed · 8 years ago
  11. a1bde7d Remove SkThread::setProcessorAffinity() by mtklein · 9 years ago
  12. 693e993 Remove unused InstCounterClass. by bungeman · 9 years ago
  13. bbb61d7 make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt. by mtklein · 10 years ago
  14. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  15. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  16. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  17. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  18. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  19. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  20. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  21. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 12 years ago
  22. 80ba796 add SkTRefArray, in hopes that it will enable more sharing between pictureplaybacks by reed@google.com · 12 years ago
  23. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  24. 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 12 years ago