android_system_core/base
Luis Hector Chavez f6965c793a Allow android::base::ScopeGuard in STL containers
This change lets android::base::ScopeGuard be useful in STL containers
(e.g. std::vector<android::base::ScopeGuard<std::function<void()>>>). It
also provides perfect forwarding for android::base::make_scope_guard.

Bug: 34764308
Test: libbase_test

Change-Id: I7d1e5494b0f0695763cff0700efdb9ec18ae85c8
Merged-In: I7d1e5494b0f0695763cff0700efdb9ec18ae85c8
(cherry picked from commit b77035b89a)
2018-03-27 00:38:06 +00:00
..
include/android-base Allow android::base::ScopeGuard in STL containers 2018-03-27 00:38:06 +00:00
.clang-format
Android.bp Base: Add an NDK-compiled version of libbase 2018-02-21 01:59:24 +00:00
CPPLINT.cfg
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00
chrono_utils.cpp base: adb.exe build error 2018-02-05 09:33:10 -08:00
chrono_utils_test.cpp Move Timer from init to libbase 2017-07-10 09:28:24 -07:00
endian_test.cpp
errors_test.cpp
errors_unix.cpp
errors_windows.cpp
file.cpp libziparchive: Use ReadAtOffset exclusively 2017-07-25 18:12:12 +00:00
file_test.cpp
logging.cpp Base: Add default tag manipulation 2018-03-09 13:20:05 -08:00
logging_test.cpp Base: Add default tag manipulation 2018-03-09 13:20:05 -08:00
parsedouble_test.cpp
parseint_test.cpp
parsenetaddress.cpp
parsenetaddress_test.cpp
properties.cpp Base: Add an NDK-compiled version of libbase 2018-02-21 01:59:24 +00:00
properties_test.cpp
quick_exit.cpp
quick_exit_test.cpp
scopeguard_test.cpp Allow android::base::ScopeGuard in STL containers 2018-03-27 00:38:06 +00:00
stringprintf.cpp
stringprintf_test.cpp
strings.cpp Add std::string StartsWith*/EndsWith* overloads. 2017-12-20 09:42:22 -08:00
strings_test.cpp Add std::string StartsWith*/EndsWith* overloads. 2017-12-20 09:42:22 -08:00
test_main.cpp
test_utils.cpp base: allow creating tempfile in a custom temporary dir. 2017-12-06 14:20:07 -08:00
test_utils_test.cpp base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. 2017-12-19 17:16:12 -08:00
utf8.cpp Fix / suppress new unused warnings for mingw+clang 2017-11-29 21:37:28 -08:00
utf8_test.cpp Add (partial) support for Windows long paths 2017-06-28 17:12:37 +00:00