index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
RefCntTest.cpp
Commit message (
Expand
)
Author
Age
*
remove SkThread, using std::thread instead
Mike Klein
2017-10-30
*
Actually test our ref-counting in release builds
Brian Osman
2017-02-22
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
Convert SkRefCnt to std::atomic.
bungeman
2016-04-08
*
Add sk_ref_sp helper function.
reed
2016-03-08
*
Add element_type, swap, operators, fix reset on sk_sp.
bungeman
2016-03-08
*
add virtual ~Effect()
mtklein
2016-03-07
*
Fix behavior of sk_sp::reset(T*) and add unittest.
reed
2016-03-06
*
sk_sp: fix contravariant constructors
halcanary
2016-03-05
*
Add operator* and operator safe-bool to sk_sp.
bungeman
2016-03-03
*
sk_sp: Covariant Move Constructor and Move Assignment
halcanary
2016-03-02
*
sk_make_sp<T>()
halcanary
2016-03-02
*
isolate sk_sp from larger cl
reed
2016-03-01
*
Remove SkThread::setProcessorAffinity()
mtklein
2015-10-20
*
Remove unused InstCounterClass.
bungeman
2015-04-08
*
make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt.
mtklein
2014-11-24
*
Followup: remove unnecessary SkTRefArray
mtklein
2014-11-12
*
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
Mike Klein
2014-07-09
*
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
mtklein
2014-07-08
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
add protected method for internal_dispose overrides to jam fRefCnt before
reed@google.com
2012-07-23
*
add SkTRefArray, in hopes that it will enable more sharing between picturepla...
reed@google.com
2012-07-21
*
WeakRefCnt
bungeman@google.com
2012-05-16
*
Add bench and test for SkRefCnt.
bungeman@google.com
2012-05-14