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