| Commit message (Expand) | Author | Age | Files | Lines |
* | Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -7/+10 |
* | Add DCHECK to avoid binding values to null callbacks | hashimoto@chromium.org | 2012-11-20 | 1 | -0/+1 |
* | Add quick reference for bind/callback usage. | brettw@chromium.org | 2012-07-12 | 1 | -0/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -8/+7 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -7/+8 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -8/+7 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 1 | -7/+8 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 1 | -8/+7 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 1 | -7/+8 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 1 | -8/+7 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 1 | -7/+8 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 1 | -8/+7 |
* | Increase Bind/Callback Arity from 6 -> 7. | ajwong@chromium.org | 2011-11-28 | 1 | -7/+2 |
* | Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." | ajwong@chromium.org | 2011-11-24 | 1 | -1/+1 |
* | Increase Bind/Callback Arity from 6 -> 11: These go to eleven. | ajwong@chromium.org | 2011-11-23 | 1 | -1/+1 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -266/+365 |
* | Reverting as an experiment to determine if this caused increased Win build | jhawkins@chromium.org | 2011-10-19 | 1 | -8/+8 |
* | base::Bind: Increase the arity to 7. | jhawkins@chromium.org | 2011-10-16 | 1 | -8/+8 |
* | Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. | ajwong@chromium.org | 2011-10-01 | 1 | -3/+6 |
* | Allow Bind() to take a Callback<> and bind all its free parameters. | ajwong@chromium.org | 2011-09-30 | 1 | -0/+17 |
* | Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. | ajwong@chromium.org | 2011-06-26 | 1 | -0/+15 |
* | Support binding WeakPtr<> to methods with void return types. | ajwong@chromium.org | 2011-05-16 | 1 | -5/+58 |
* | Callback support for unbound reference and array arguments. | ajwong@chromium.org | 2011-03-24 | 1 | -20/+47 |
* | Callback support for __fastcall and __stdcall functions. | ajwong@chromium.org | 2011-02-27 | 1 | -3/+8 |
* | Callbacks: Replumb the type-inference. | ajwong@chromium.org | 2011-02-19 | 1 | -52/+96 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> cal... | ajwong@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | Callback: De-inline CallbackBase, and move to callback_helpers -> callback_in... | ajwong@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | Unified callback system based on tr1::function/tr1::bind and Google's interna... | ajwong@chromium.org | 2011-02-15 | 1 | -0/+237 |