aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRefCnt.h
Commit message (Expand)AuthorAge
* Base SkAutoTUnref on skstd::unique_ptr.Gravatar bungeman2015-10-01
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Enable debug builds in the Android frameworkGravatar djsollen2015-08-24
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* remove SkInstCntGravatar mtklein2015-06-26
* Clean up BlockRefGravatar mtklein2015-04-06
* Port SkRefCnt.h to new SkAtomics.hGravatar mtklein2015-02-03
* Simplify SkInstCntGravatar mtklein2015-01-13
* Revert of Blink hasn't rolled yet, better. (patchset #1 id:1 of https://coder...Gravatar mtklein2014-11-25
* Blink hasn't rolled yet, better.Gravatar Mike Klein2014-11-24
* Revert of Blink hasn't rolled yet. (patchset #1 id:1 of https://codereview.ch...Gravatar mtklein2014-11-24
* restore old convention of asserting refcnt==1 in destructorGravatar reed2014-11-24
* Blink hasn't rolled yet.Gravatar Mike Klein2014-11-24
* make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt.Gravatar mtklein2014-11-24
* add some debugging to SkNVRefCntGravatar reed2014-11-24
* Add SkNVRefCnt::getRefCnt()Gravatar Florin Malita2014-11-20
* Add SkNVRefCnt::deref().Gravatar mtklein2014-11-20
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* Issue acquire barrier in SkRefCnt::unique().Gravatar bungeman2014-10-29
* Serialize the font index.Gravatar bungeman2014-09-18
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* 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