1. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  2. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  3. 10ba006 Allow users to build on top of, instead of beneath, SkRefCnt. by bungeman@google.com · 11 years ago
  4. 6d2533e Add hooks for external run-time reference adoption checks to SkRefCnt. by commit-bot@chromium.org · 11 years ago
  5. 0308707 Make it explicit that some validate methods are debug only by robertphillips@google.com · 11 years ago
  6. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  7. f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
  8. 39095b9 Alias deref -> unref. This allows Skia objects to be held by WTF::RefPtr by commit-bot@chromium.org · 11 years ago
  9. 6f4cf2a Remove 'friend SkRefCnt' from SkData. https://codereview.chromium.org/13925021/ by bungeman@google.com · 11 years ago
  10. 2863f08 have reset() return its argument as a convenience by reed@google.com · 11 years ago
  11. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 2b4e544 re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from Chrome by robertphillips@google.com · 12 years ago
  13. d96d17b Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  14. 6eb549e Revert "Remove SkRefPtr" - r7021 by vandebo@chromium.org · 12 years ago
  15. e8a76ae Remove SkRefPtr by vandebo@chromium.org · 12 years ago
  16. 9f0af0a Create aliases AddRef() and Release() to SkRefCnt for compatibility with scoped_refptr by reed@google.com · 12 years ago
  17. 68d6bb0 revert prev change to reset by reed@google.com · 12 years ago
  18. 4efd9d9 guard for self-assignment in reset() by reed@google.com · 12 years ago
  19. 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
  20. 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
  21. 69aca79 SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write by bsalomon@google.com · 12 years ago
  22. 1fd201b SkRef for expressions. https://codereview.appspot.com/6475045/ by bungeman@google.com · 12 years ago
  23. 9120892 Const correct BlockRef in SkAutoTUnref. https://codereview.appspot.com/6448066/ by bungeman@google.com · 12 years ago
  24. 1448cf8 Specialize SkAutoTUnref on const T so that operator -> works. by bsalomon@google.com · 12 years ago
  25. f794303 add protected method for internal_dispose overrides to jam fRefCnt before by reed@google.com · 12 years ago
  26. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  27. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  28. 977b9c8 Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) by robertphillips@google.com · 12 years ago
  29. 25c1993 Reverting r4162 by robertphillips@google.com · 12 years ago
  30. 3227ab5 Added instance counting system for SkRefCnt-derived objects by robertphillips@google.com · 12 years ago
  31. 0464029 VC++ allows template parameter shadowing. by bungeman@google.com · 12 years ago
  32. e70f798 Serialize support for GDI. http://codereview.appspot.com/6263046/ by bungeman@google.com · 12 years ago
  33. a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 12 years ago
  34. f51018d allow SkAutoTUnref to be used syntactially as the object is refs by reed@google.com · 12 years ago
  35. 4c888aa write 0 to our refcnt in the destructor, in the off-chance of it helping us by reed@google.com · 13 years ago
  36. a44f700 Fix some ref leaks by bsalomon@google.com · 13 years ago
  37. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  38. 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
  39. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  40. ddbf4c8 remove unused methods from SkRefPtr, as a check-point for better understanding by reed@google.com · 14 years ago
  41. a67573e http://codereview.appspot.com/4233041/ by reed@google.com · 14 years ago
  42. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  43. 756f6dd dox by reed@android.com · 14 years ago
  44. b00cd72 add SkRefPtr class (for testing at the moment) by reed@android.com · 14 years ago
  45. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
  46. 8a1c16f grab from latest android by reed@android.com · 16 years ago