aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRefCnt.h
Commit message (Expand)AuthorAge
* Make GrCacheable implement its own ref counting.Gravatar bsalomon2014-07-21
* Remove SkRefPtr.Gravatar bungeman2014-07-17
* SkAutoRef seems lonely. Might as well delete it.Gravatar mtklein2014-07-15
* Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."Gravatar Mike Klein2014-07-09
* Remove ability for Release code to call getRefCnt() or getWeakRefCnt().Gravatar mtklein2014-07-08
* Add SkASSERTF.Gravatar mtklein2014-06-18
* Revert "Remove SkThread.h from public API."Gravatar commit-bot@chromium.org2014-05-28
* Remove SkThread.h from public API.Gravatar commit-bot@chromium.org2014-05-28
* teach TSAN about SkSpinlock, SkRefCnt, and SkOnceGravatar commit-bot@chromium.org2014-04-27
* Revert of teach TSAN about SkSpinlock, SkRefCnt, and SkOnce (https://coderevi...Gravatar commit-bot@chromium.org2014-04-27
* teach TSAN about SkSpinlock, SkRefCnt, and SkOnceGravatar commit-bot@chromium.org2014-04-24
* teach TSAN about SkSpinlock, SkRefCnt, and SkOnceGravatar commit-bot@chromium.org2014-04-24
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* TSAN: use somewhat pithier SK_ANNOTATE_UNPROTECTED_READ.Gravatar commit-bot@chromium.org2014-02-04
* Split atomic and mutex implementations and make inlinable.Gravatar bungeman@google.com2013-12-18
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Allow users to build on top of, instead of beneath, SkRefCnt.Gravatar bungeman@google.com2013-10-25
* Add hooks for external run-time reference adoption checks to SkRefCnt.Gravatar commit-bot@chromium.org2013-10-16
* Make it explicit that some validate methods are debug onlyGravatar robertphillips@google.com2013-10-02
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Add a 'unique' method to SkRefCnt, document the usage, and add support.Gravatar bungeman@google.com2013-07-19
* Alias deref -> unref. This allows Skia objects to be held by WTF::RefPtrGravatar commit-bot@chromium.org2013-06-26
* Remove 'friend SkRefCnt' from SkData.Gravatar bungeman@google.com2013-04-16
* have reset() return its argument as a convenienceGravatar reed@google.com2013-03-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* re-add SkRefPtr to SkRefCnt.h until all uses of it have been removed from ChromeGravatar robertphillips@google.com2013-01-07
* Remove SkRefPtrGravatar vandebo@chromium.org2013-01-04
* Revert "Remove SkRefPtr" - r7021Gravatar vandebo@chromium.org2013-01-04
* Remove SkRefPtrGravatar vandebo@chromium.org2013-01-04
* Create aliases AddRef() and Release() to SkRefCnt for compatibility with scop...Gravatar reed@google.com2012-11-30
* revert prev change to resetGravatar reed@google.com2012-11-27
* guard for self-assignment in reset()Gravatar reed@google.com2012-11-27
* Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...Gravatar bsalomon@google.com2012-10-03
* Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...Gravatar bsalomon@google.com2012-09-14
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* SkRef for expressions.Gravatar bungeman@google.com2012-08-22
* Const correct BlockRef in SkAutoTUnref.Gravatar bungeman@google.com2012-07-30
* Specialize SkAutoTUnref on const T so that operator -> works.Gravatar bsalomon@google.com2012-07-27
* add protected method for internal_dispose overrides to jam fRefCnt beforeGravatar reed@google.com2012-07-23
* AutoScratchTexture can now release its texture and it will return to the text...Gravatar robertphillips@google.com2012-06-22
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05
* Added instance counting system for SkRefCnt-derived objectsGravatar robertphillips@google.com2012-06-05
* VC++ allows template parameter shadowing.Gravatar bungeman@google.com2012-06-01
* Serialize support for GDI.Gravatar bungeman@google.com2012-06-01
* WeakRefCntGravatar bungeman@google.com2012-05-16
* allow SkAutoTUnref to be used syntactially as the object is refsGravatar reed@google.com2012-05-08
* write 0 to our refcnt in the destructor, in the off-chance of it helping usGravatar reed@google.com2011-09-12
* Fix some ref leaksGravatar bsalomon@google.com2011-08-09