summaryrefslogtreecommitdiffstats
path: root/base/bind_internal.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-7/+10
* Add DCHECK to avoid binding values to null callbackshashimoto@chromium.org2012-11-201-0/+1
* Add quick reference for bind/callback usage.brettw@chromium.org2012-07-121-0/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-221-8/+7
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-211-7/+8
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-211-8/+7
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-131-7/+8
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-131-8/+7
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-131-7/+8
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-101-8/+7
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-091-7/+8
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-091-8/+7
* Increase Bind/Callback Arity from 6 -> 7.ajwong@chromium.org2011-11-281-7/+2
* Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."ajwong@chromium.org2011-11-241-1/+1
* Increase Bind/Callback Arity from 6 -> 11: These go to eleven.ajwong@chromium.org2011-11-231-1/+1
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-266/+365
* Reverting as an experiment to determine if this caused increased Win buildjhawkins@chromium.org2011-10-191-8/+8
* base::Bind: Increase the arity to 7.jhawkins@chromium.org2011-10-161-8/+8
* Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg.ajwong@chromium.org2011-10-011-3/+6
* Allow Bind() to take a Callback<> and bind all its free parameters.ajwong@chromium.org2011-09-301-0/+17
* 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