Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
8e5e0e672c967bcefe33d8322643736bfe509a05
/
base
/
memory
/
ref_counted.h
800d2ea
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 9 years ago
56bcfba
Add move support for scoped_refptr.
by kkimlabs
· 10 years ago
5c3b6f3
Enable boolean testing of scoped_refptr<T>.
by dcheng
· 10 years ago
85b31cd
Remove unneeded #define in ref_counted.h
by dcheng
· 10 years ago
e1bfec8
Disable implicit conversion of scoped_refptr<T> to T* on Windows.
by dcheng
· 10 years ago
503f308
Disable implicit conversions from scoped_refptr to T* on iOS.
by dcheng
· 10 years ago
46ffec3
scoped_refptr: support opaque pointed-to classes via extern template
by mdempsky
· 10 years ago
8659631
Disable implicit conversions from scoped_refptr to T* on Android.
by dcheng
· 10 years ago
3d688c7
Disable implicit conversions of scoped_refptr to T* on Mac.
by dcheng
· 10 years ago
b73d2f6
Disable implicit conversions of scoped_refptr to T* on CrOS.
by dcheng
· 10 years ago
8f6c3bf
Disable scoped_refptr operator T* on Linux builds.
by Daniel Cheng
· 10 years ago
8d031e1
Implement the deference operator for scoped_refptr.
by dcheng
· 10 years ago
d45f3e3
Make base::RefCountedBase methods inline
by mikhail.pozdnyakov@intel.com
· 11 years ago
6586f4c
Revert of https://codereview.chromium.org/88993002/
by mikhail.pozdnyakov@intel.com
· 11 years ago
9af3b43
Make base::RefCountedBase methods inline
by mikhail.pozdnyakov@intel.com
· 11 years ago
3d81572
Add unit test for base::scoped_refptr boolean operations.
by mikhail.pozdnyakov@intel.com
· 11 years ago
d99473f
Remove scoped_refptr::release which is confusing and causes leaks.
by piman@chromium.org
· 12 years ago
4c0f060
Make RefCountedData thread-safe
by akalin@chromium.org
· 12 years ago
b5c3d67
Add WARN_UNUSED_RESULT to scoped_refptr::release.
by xiaomings@google.com
· 12 years ago
6d42e8f
Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead.
by fischman@chromium.org
· 12 years ago
1d967bf
Remove the rest of #pragma once in one big CL.
by ajwong@chromium.org
· 12 years ago
d55e9a4
RefCounted types should not have public destructors, base/ edition
by rsleevi@chromium.org
· 12 years ago
3c3d937
RefCounted types should not have public destructors
by rsleevi@chromium.org
· 12 years ago
87cb6e3
Add element_type in scoped_refptr.
by xhwang@chromium.org
· 12 years ago
ee0b43d
Add assert() for scoped_refptr<T>::operator->()
by akalin@chromium.org
· 13 years ago
08a60f5
Fix scoped_refptr assignment operator in the case of having it as a member.
by mnaganov@chromium.org
· 13 years ago
e585bed
Rename BASE_API to BASE_EXPORT.
by darin@chromium.org
· 13 years ago
5c52868
Move some files from base to base/memory.
by levin@chromium.org
· 14 years ago