History log of /system/core/libutils/tests/StrongPointer_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fe06c63301798ceb4374953d92fa1559f01f5fb8 24-Feb-2017 Colin Cross <ccross@android.com> Fix ODR issue in StrongPointer_test.cpp

StrongPointer_test.cpp's Foo was colliding with RefBase_test.cpp's
Foo.

Test: out/host/linux-x86/nativetest64/libutils_tests/libutils_tests
from later CL
Change-Id: I2a4e956c88a07cec72d7ce734cf06c58134a4235
/system/core/libutils/tests/StrongPointer_test.cpp
034c475931e8e4da54b499c0056121490f029865 12-Jul-2016 Chih-Hung Hsieh <chh@google.com> Fix google-explicit-constructor warnings in system/core.

* Declare explicit conversion constructors.
* Add NOLINT for implicit conversion constructors.
* Fix also some misaligned indendations.

Bug: 28341362
Change-Id: Idf911f35923b408d92285cc1a053f382ba08c63e
Test: build with clang-tidy
/system/core/libutils/tests/StrongPointer_test.cpp
d69089a742c53a9579d98201aada779b7108fbef 28-Oct-2015 John Reck <jreck@google.com> Teach sp<> how to std::move

Arguably we should migrate to std::shared_ptr
but for now make std::vector<sp<>> a bit less
horrible

Change-Id: Ia458a2daff0b656b2f3310b3ea100565ec844c69
/system/core/libutils/tests/StrongPointer_test.cpp