summaryrefslogtreecommitdiffstats
path: root/base/template_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-88/+0
* Switch to standard integer types in base/.avi2015-12-261-1/+0
* Switch to static_assert in base/.avi2015-11-241-66/+65
* Update base::is_member_function_pointer to use variadic templates.aa2014-09-251-23/+2
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-0/+50
* Switch template_utils_unittest to using COMPILE_ASSERT.gavinp@chromium.org2012-06-191-58/+53
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-0/+6
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+11
* Fix is_convertible for windows.ajwong@chromium.org2011-02-161-4/+6
* Clang doesn't like EXPECT_EQ with false and a template value.ajwong@chromium.org2011-02-151-7/+7
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+66