summaryrefslogtreecommitdiffstats
path: root/base/bind_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add in an Owned() wrapper to base::Bind().ajwong@chromium.org2011-10-151-5/+41
* Support scoped_refptr<> as the object for a method call in base::Bind(). Redu...ajwong@chromium.org2011-10-071-3/+7
* Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg.ajwong@chromium.org2011-10-011-0/+8
* Allow Bind() to take a Callback<> and bind all its free parameters.ajwong@chromium.org2011-09-301-0/+35
* Add new helper that can adapt Callbacks with return values for Closures.ajwong@chromium.org2011-09-281-6/+9
* Create a "no compile" drivers script in python to unittest compile time asserts.ajwong@chromium.org2011-09-101-102/+6
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-261-0/+2
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-161-1/+51
* MSVC warns when you try to use Base if T has a private destructor,ajwong@chromium.org2011-04-131-0/+14
* Callback support for unbound reference and array arguments.ajwong@chromium.org2011-03-241-2/+36
* Callback support for __fastcall and __stdcall functions.ajwong@chromium.org2011-02-271-0/+21
* Emptiness, Reset, and Comparison API for Callbacks.ajwong@chromium.org2011-02-181-12/+0
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-151-0/+597