| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete some dead code. | thakis@chromium.org | 2014-03-27 | 1 | -4/+0 |
* | Add a test for base::Bind() and scoped_refptrs copies. | willchan@chromium.org | 2013-06-22 | 1 | -0/+19 |
* | Add missing, and remove unnecessary, 'explicit' from constructors. (base/) | hans@chromium.org | 2013-01-15 | 1 | -2/+2 |
* | Add DCHECK to avoid binding values to null callbacks | hashimoto@chromium.org | 2012-11-20 | 1 | -0/+12 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -4/+0 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -3/+3 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -5/+62 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -62/+5 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -5/+62 |
* | Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj... | ajwong@chromium.org | 2011-12-20 | 1 | -0/+27 |
* | Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob... | sail@chromium.org | 2011-12-14 | 1 | -27/+0 |
* | Remove BindStateHolder and have Bind() return a Callback<> object directly. | ajwong@chromium.org | 2011-12-14 | 1 | -0/+27 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 1 | -62/+5 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 1 | -5/+62 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 1 | -62/+5 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 1 | -5/+62 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 1 | -62/+5 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 1 | -5/+62 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -34/+60 |
* | Add in an Owned() wrapper to base::Bind(). | ajwong@chromium.org | 2011-10-15 | 1 | -5/+41 |
* | Support scoped_refptr<> as the object for a method call in base::Bind(). Redu... | ajwong@chromium.org | 2011-10-07 | 1 | -3/+7 |
* | Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. | ajwong@chromium.org | 2011-10-01 | 1 | -0/+8 |
* | Allow Bind() to take a Callback<> and bind all its free parameters. | ajwong@chromium.org | 2011-09-30 | 1 | -0/+35 |
* | Add new helper that can adapt Callbacks with return values for Closures. | ajwong@chromium.org | 2011-09-28 | 1 | -6/+9 |
* | Create a "no compile" drivers script in python to unittest compile time asserts. | ajwong@chromium.org | 2011-09-10 | 1 | -102/+6 |
* | Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. | ajwong@chromium.org | 2011-06-26 | 1 | -0/+2 |
* | Support binding WeakPtr<> to methods with void return types. | ajwong@chromium.org | 2011-05-16 | 1 | -1/+51 |
* | MSVC warns when you try to use Base if T has a private destructor, | ajwong@chromium.org | 2011-04-13 | 1 | -0/+14 |
* | Callback support for unbound reference and array arguments. | ajwong@chromium.org | 2011-03-24 | 1 | -2/+36 |
* | Callback support for __fastcall and __stdcall functions. | ajwong@chromium.org | 2011-02-27 | 1 | -0/+21 |
* | Emptiness, Reset, and Comparison API for Callbacks. | ajwong@chromium.org | 2011-02-18 | 1 | -12/+0 |
* | Unified callback system based on tr1::function/tr1::bind and Google's interna... | ajwong@chromium.org | 2011-02-15 | 1 | -0/+597 |