aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RefCntTest.cpp
Commit message (Expand)AuthorAge
* remove SkThread, using std::thread insteadGravatar Mike Klein2017-10-30
* Actually test our ref-counting in release buildsGravatar Brian Osman2017-02-22
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Convert SkRefCnt to std::atomic.Gravatar bungeman2016-04-08
* Add sk_ref_sp helper function.Gravatar reed2016-03-08
* Add element_type, swap, operators, fix reset on sk_sp.Gravatar bungeman2016-03-08
* add virtual ~Effect()Gravatar mtklein2016-03-07
* Fix behavior of sk_sp::reset(T*) and add unittest.Gravatar reed2016-03-06
* sk_sp: fix contravariant constructorsGravatar halcanary2016-03-05
* Add operator* and operator safe-bool to sk_sp.Gravatar bungeman2016-03-03
* sk_sp: Covariant Move Constructor and Move AssignmentGravatar halcanary2016-03-02
* sk_make_sp<T>()Gravatar halcanary2016-03-02
* isolate sk_sp from larger clGravatar reed2016-03-01
* Remove SkThread::setProcessorAffinity()Gravatar mtklein2015-10-20
* Remove unused InstCounterClass.Gravatar bungeman2015-04-08
* make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt.Gravatar mtklein2014-11-24
* Followup: remove unnecessary SkTRefArrayGravatar mtklein2014-11-12
* 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
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* add protected method for internal_dispose overrides to jam fRefCnt beforeGravatar reed@google.com2012-07-23
* add SkTRefArray, in hopes that it will enable more sharing between picturepla...Gravatar reed@google.com2012-07-21
* WeakRefCntGravatar bungeman@google.com2012-05-16
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14