1. 9e7779d Workaround for g++7 is_trivially_copy_constructible failure. by Hidehiko Abe · 7 years ago
  2. f0e6dfb base::less -> std::less<> from C++14. by Denis Yaroshevskiy · 7 years ago
  3. da40bcd Improving flat containers interface. by dyaroshev · 7 years ago
  4. b94dc7a Fix base::is_trivially_copyable to detect destructors. by Brett Wilson · 7 years ago
  5. d61a194 Remove base::is_trivially_destructible and use the standard library. by danakj · 7 years ago
  6. 99debb1 Remove base::underlying_type, replace uses with std::underlying_type by danakj · 7 years ago
  7. 0ead844 Remove base::is_*assignable as these are now in the linux sysroot. by danakj · 7 years ago
  8. c2ac525 Make base::Optional trivially destructible when possible. by alshabalin · 8 years ago
  9. cc79904 base: Support using (D)CHECK on scoped enums. by jbroman · 8 years ago
  10. 6235930 base: Implement is_assignable is_copy_assignable and is_move_assignable by danakj · 8 years ago
  11. 56bd765 Replace template_util.h stuff with C++11 <type_traits> by tzik · 9 years ago
  12. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  13. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  14. 3a835f5 Update base::is_member_function_pointer to use variadic templates. by aa · 10 years ago
  15. d05701e Gin: Add support for binding JS methods to C++ instance methods. by aa@chromium.org · 11 years ago
  16. 1da28fc Switch template_utils_unittest to using COMPILE_ASSERT. by gavinp@chromium.org · 12 years ago
  17. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  18. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  19. d5f6111 Fix is_convertible for windows. by ajwong@chromium.org · 14 years ago
  20. 6ab1faf Clang doesn't like EXPECT_EQ with false and a template value. by ajwong@chromium.org · 14 years ago
  21. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 14 years ago