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