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