summaryrefslogtreecommitdiffstats
path: root/base/template_util.h
Commit message (Expand)AuthorAgeFilesLines
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-106/+4
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* Remove base::enable_ifvmpstr2015-11-301-6/+0
* Update base::is_member_function_pointer to use variadic templates.aa2014-09-251-28/+6
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-0/+33
* Remove move-only-type whitelists in CallbackParamTraits and CallbackForward b...kinuko@chromium.org2013-10-221-0/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+3
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-1/+4
* Fix is_convertible for windows.ajwong@chromium.org2011-02-161-12/+11
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-8/+35
* Take 3: Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h."willchan@chromium.org2010-12-151-0/+47
* Revert 69243 - Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-47/+0
* Reland 69237 - Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-0/+47
* Revert 69237 - Fix raw_scoped_refptr_mismatch_checker.h.phajdan.jr@chromium.org2010-12-151-47/+0
* Fix raw_scoped_refptr_mismatch_checker.h.willchan@chromium.org2010-12-151-0/+47
* Fix style guide errors in commentsdpolukhin@chromium.org2010-09-161-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Improve error messages for bad SocketParams.willchan@chromium.org2010-06-151-0/+29