summaryrefslogtreecommitdiffstats
path: root/base/bind_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-281-7/+538
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-241-3723/+0
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-231-0/+3723
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1816/+1769
* Reverting as an experiment to determine if this caused increased Win buildjhawkins@chromium.org2011-10-191-649/+7
* base::Bind: Increase the arity to 7.jhawkins@chromium.org2011-10-161-7/+649
* Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg.ajwong@chromium.org2011-10-011-36/+58
* Allow Bind() to take a Callback<> and bind all its free parameters.ajwong@chromium.org2011-09-301-0/+41
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+336
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-63/+506
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-417/+378
* Callback support for __fastcall and __stdcall functions.ajwong@chromium.org2011-02-271-21/+26
* Callbacks: Replumb the type-inference.ajwong@chromium.org2011-02-191-581/+298
* 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/+1670