summaryrefslogtreecommitdiffstats
path: root/base/bind_internal.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+15
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-5/+58
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-20/+47
* Callback support for __fastcall and __stdcall functions.ajwong@chromium.org2011-02-271-3/+8
* Callbacks: Replumb the type-inference.ajwong@chromium.org2011-02-191-52/+96
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+1
* Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal...ajwong@chromium.org2011-02-181-1/+1
* Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in...ajwong@chromium.org2011-02-181-1/+1
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+237