- 403cb6c Replace template_util.h stuff with C++11 <type_traits> by tzik · 9 years ago
- a43eff0 Support move-only type on base::Callback::Run by tzik · 9 years ago
- c5849de5 Unify BindState refcount management into the bound arguments. by tzik · 10 years ago
- 463eb42 Remove UnwrapTraits by tzik · 10 years ago
- 6ba91a9d Use Perfect Forwarding where possible in bind_internals.h by tzik · 10 years ago
- 0e9150f Reland of Do Perfect Forwarding from base::Bind to BindState storage (patchset #1 id:1 of https://codereview.chromium.org/1654973003/ ) by tzik · 10 years ago
- 582cbf4e Revert of Do Perfect Forwarding from base::Bind to BindState storage (patchset #2 id:20001 of https://codereview.chromium.org/1644603003/ ) by tzik · 10 years ago
- cdec75e Do Perfect Forwarding from base::Bind to BindState storage by tzik · 10 years ago
- 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
- 3bc7779b Replace typedef with using for Callback/Bind related files by tzik · 10 years ago
- 7fe3a68 Remove unbound base::Bind overload by tzik · 10 years ago
- ce3ecf8 Clean up base::Callback stuff by tzik · 10 years ago
- 4ec0dff Switch to static_assert in base/. by avi · 10 years ago
- c52317f styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 10 years ago
- e7e804c Devirtualize base::BindState to save 1% of Chrome's binary size (1MB) by tapted · 10 years ago
- 8ce6570 Bind: Use Variadic Templates in bind_internal.h by tzik · 11 years ago
- 7d09007e Fixes for Clang plugin checks in base/ by dmichael · 11 years ago
- 401dd367 [Base] Use variadic template in bind.h by tzik · 11 years ago
- c8214992 [Base] Use variadic template for helpers in bind_internal.h by tzik · 11 years ago
- f0737afd Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
- 8cf362c Add DCHECK to avoid binding values to null callbacks by [email protected] · 13 years ago
- ca61722 Revert 154885 - Extend base::Callback to 8 arguments. by [email protected] · 13 years ago
- 94542b06f0 Extend base::Callback to 8 arguments. by [email protected] · 13 years ago
- 2429264 Add quick reference for bind/callback usage. by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 206a2ae8 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by [email protected] · 14 years ago
- 088badb Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by [email protected] · 14 years ago
- 014d0f6 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by [email protected] · 14 years ago
- 54af837 Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by [email protected] · 14 years ago
- f512235 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by [email protected] · 14 years ago
- 4133452b Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by [email protected] · 14 years ago
- 6a84997 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by [email protected] · 14 years ago
- 3e6d120b Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by [email protected] · 14 years ago
- 63a8224 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by [email protected] · 14 years ago
- fccef155 Increase Bind/Callback Arity from 6 -> 7. by [email protected] · 14 years ago
- a1101d6 Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." by [email protected] · 14 years ago
- 74141d6 Increase Bind/Callback Arity from 6 -> 11: These go to eleven. by [email protected] · 14 years ago
- 7296f276 Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by [email protected] · 14 years ago
- 7fde470 Reverting as an experiment to determine if this caused increased Win build by [email protected] · 14 years ago
- ab30bda9 base::Bind: Increase the arity to 7. by [email protected] · 14 years ago
- 8217d454 Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. by [email protected] · 14 years ago
- cea20fe4 Allow Bind() to take a Callback<> and bind all its free parameters. by [email protected] · 14 years ago
- 6a341fb Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by [email protected] · 14 years ago
- 9354058 Support binding WeakPtr<> to methods with void return types. by [email protected] · 14 years ago
- c18b105 Callback support for unbound reference and array arguments. by [email protected] · 14 years ago
- 054ac754 Callback support for __fastcall and __stdcall functions. by [email protected] · 14 years ago
- 4346ef91 Callbacks: Replumb the type-inference. by [email protected] · 15 years ago
- 59eff91 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by [email protected] · 15 years ago
- 2ab9d4d Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by [email protected] · 15 years ago
- 47d02ff Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by [email protected] · 15 years ago
- b38d357 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by [email protected] · 15 years ago