aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRefCnt.h
Commit message (Expand)AuthorAge
* 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
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add validate() and SkAutoRefGravatar reed@google.com2011-07-15
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* remove unused methods from SkRefPtr, as a check-point for better understandingGravatar reed@google.com2011-03-08
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* doxGravatar reed@android.com2010-04-16
* add SkRefPtr class (for testing at the moment)Gravatar reed@android.com2010-04-16
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-22
* grab from latest androidGravatar reed@android.com2008-12-17