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