| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Increase the arity to 7. | jhawkins@chromium.org | 2011-10-16 | 1 | -7/+649 |
* | Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. | ajwong@chromium.org | 2011-10-01 | 1 | -36/+58 |
* | Allow Bind() to take a Callback<> and bind all its free parameters. | ajwong@chromium.org | 2011-09-30 | 1 | -0/+41 |
* | Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. | ajwong@chromium.org | 2011-06-26 | 1 | -0/+336 |
* | Support binding WeakPtr<> to methods with void return types. | ajwong@chromium.org | 2011-05-16 | 1 | -63/+506 |
* | Callback support for unbound reference and array arguments. | ajwong@chromium.org | 2011-03-24 | 1 | -417/+378 |
* | Callback support for __fastcall and __stdcall functions. | ajwong@chromium.org | 2011-02-27 | 1 | -21/+26 |
* | Callbacks: Replumb the type-inference. | ajwong@chromium.org | 2011-02-19 | 1 | -581/+298 |
* | 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/+1670 |