Sign in
chromium
/
chromium
/
src.git
/
dde8877bc21f56ea610b4889f34d31f970d54fd6
/
base
/
template_util_unittest.cc
4d8468a
Workaround for g++7 is_trivially_copy_constructible failure.
by Hidehiko Abe
· 7 years ago
24d26d96
base::less -> std::less<> from C++14.
by Denis Yaroshevskiy
· 8 years ago
99a394d
Improving flat containers interface.
by dyaroshev
· 8 years ago
4208cb5
Fix base::is_trivially_copyable to detect destructors.
by Brett Wilson
· 8 years ago
90acaf829
Remove base::is_trivially_destructible and use the standard library.
by danakj
· 8 years ago
6d0446e5
Remove base::underlying_type, replace uses with std::underlying_type
by danakj
· 8 years ago
560f5dd2
Remove base::is_*assignable as these are now in the linux sysroot.
by danakj
· 8 years ago
f06b07df
Make base::Optional trivially destructible when possible.
by alshabalin
· 9 years ago
6bcfec42
base: Support using (D)CHECK on scoped enums.
by jbroman
· 9 years ago
a26bdfc
base: Implement is_assignable is_copy_assignable and is_move_assignable
by danakj
· 9 years ago
403cb6c
Replace template_util.h stuff with C++11 <type_traits>
by tzik
· 9 years ago
9b6f4293
Switch to standard integer types in base/.
by avi
· 9 years ago
4ec0dff
Switch to static_assert in base/.
by avi
· 10 years ago
489d671
Update base::is_member_function_pointer to use variadic templates.
by aa
· 11 years ago
bf3dd3c
Gin: Add support for binding JS methods to C++ instance methods.
by
[email protected]
· 11 years ago
a6d6d468
Switch template_utils_unittest to using COMPILE_ASSERT.
by
[email protected]
· 13 years ago
7296f276
Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types.
by
[email protected]
· 14 years ago
6a341fb
Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.
by
[email protected]
· 14 years ago
ba019ac
Fix is_convertible for windows.
by
[email protected]
· 14 years ago
21b38fb
Clang doesn't like EXPECT_EQ with false and a template value.
by
[email protected]
· 14 years ago
b38d357
Unified callback system based on tr1::function/tr1::bind and Google's internal callback code.
by
[email protected]
· 14 years ago