Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
afda82d378793efc06789e0191d293afe721ad31
/
tests
/
RefCntTest.cpp
a9609ea
turn on -Wreturn-std-move-in-c++11
by Mike Klein
· 4 years, 9 months ago
334a642
remove unused sk_sp comparison operators
by Mike Klein
· 5 years ago
9c73e3d
Turn off -Wreturn-std-move-in-c++11
by Brian Salomon
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
1688507
Try out clang-tidy, starting with bugprone-use-after-move
by Mike Klein
· 6 years ago
2335644
Fix occurrences of "-Wextra-semi-stmt"
by Brian Salomon
· 6 years ago
8a00144
test,tools: whitespace changes for clang-format
by Hal Canary
· 6 years ago
03141d2
remove SkThread, using std::thread instead
by Mike Klein
· 7 years ago
40540a7
Actually test our ref-counting in release builds
by Brian Osman
· 8 years ago
fc6c37b
Remove stray semicolons.
by Mike Klein
· 8 years ago
2c4bd07
Convert SkRefCnt to std::atomic.
by bungeman
· 9 years ago
647cc84
Add sk_ref_sp helper function.
by reed
· 9 years ago
c901c11
Add element_type, swap, operators, fix reset on sk_sp.
by bungeman
· 9 years ago
71aca54
add virtual ~Effect()
by mtklein
· 9 years ago
941da9d
Fix behavior of sk_sp::reset(T*) and add unittest.
by reed
· 9 years ago
ffa39e0
sk_sp: fix contravariant constructors
by halcanary
· 9 years ago
beab9e7
Add operator* and operator safe-bool to sk_sp.
by bungeman
· 9 years ago
cb6cb38
sk_sp: Covariant Move Constructor and Move Assignment
by halcanary
· 9 years ago
217c0b3
sk_make_sp<T>()
by halcanary
· 9 years ago
bb7b043
isolate sk_sp from larger cl
by reed
· 9 years ago
a1bde7d
Remove SkThread::setProcessorAffinity()
by mtklein
· 9 years ago
693e993
Remove unused InstCounterClass.
by bungeman
· 10 years ago
bbb61d7
make SkRefCnt::getRefCnt() debug-only, remove it from SkNVRefCnt.
by mtklein
· 10 years ago
703d3c7
Followup: remove unnecessary SkTRefArray
by mtklein
· 10 years ago
874a62a
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
by Mike Klein
· 10 years ago
4ae94ff
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
by mtklein
· 10 years ago
8f6884a
Cleanup: Sanitize the order of includes under tests/
by tfarina@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
e4fafb1
Use DEFINE_TESTCLASS_SHORT macro in tests.
by tfarina@chromium.org
· 11 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
f794303
add protected method for internal_dispose overrides to jam fRefCnt before
by reed@google.com
· 12 years ago
80ba796
add SkTRefArray, in hopes that it will enable more sharing between pictureplaybacks
by reed@google.com
· 12 years ago
a02bc15
WeakRefCnt http://codereview.appspot.com/5649046/
by bungeman@google.com
· 12 years ago
5548752
Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/
by bungeman@google.com
· 12 years ago