1. 653cd66 Run clang-tidy modernize-use-equals-{delete,default} on //base headers by Chris Watkins · 7 years ago
  2. cbc50fc Extend accepted functors on base::Bind{Once,Repeating} by tzik · 7 years ago
  3. 1236742 Pass scalar types to callback by value. by Vladislav Kuzkokov · 7 years ago
  4. 57dfb64 Expand base::internal::{Copy,Repeat}Mode into base::Callback by tzik · 7 years ago
  5. a14003e Don't reject binding to a base::Callback with no additional arguments. by tzik · 7 years ago
  6. 8b4e2f3 Use more concise alias versions of standard type traits in base::Bind. by Jeremy Roman · 7 years ago
  7. 773e7f2 [c++] Whitelist std::integer_sequence and replace base::IndexSequence with std::index_sequence. by Jeremy Roman · 7 years ago
  8. 103f473 Add static_assert on mismatches of base::Bind args and the target params by tzik · 7 years ago
  9. da40bcd Improving flat containers interface. by dyaroshev · 7 years ago
  10. 6c539cd Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  11. 8bcf5ef Remove no longer needed qualifier check workaround in bind_internal.h by tzik · 7 years ago
  12. 3c147c4 Replace base::get with std::get by tzik · 7 years ago
  13. e6e6195 Support external task cancellation mechanisms in base::Callback::IsCancelled by tzik · 8 years ago
  14. 9c75652 Fix base::Callback<>::IsCancelled handling on nested base::Callback by tzik · 8 years ago
  15. b78a84f Disallow redundant Bind calls. by dcheng · 8 years ago
  16. fecd186 Add const to BindStateBase to align to RefCounted constness by tzik · 8 years ago
  17. 1d2f363 Split BindStateBase ctor for non-cancellable Bind by tzik · 8 years ago
  18. c60a812 Introduce OnceClosure and BindOnce by tzik · 8 years ago
  19. 058872d Add Callback::IsCancelled by tzik · 8 years ago
  20. d0473e6 Move CallbackBase::polymorphic_invoke_ into BindStateBase by tzik · 8 years ago
  21. e467aa4 Support rvalue-reference IgnoreResult in base::Bind impl by tzik · 8 years ago
  22. 6bb5cb4 Pass weak pointer by ref in Bind implementation by tzik · 8 years ago
  23. b4ec92d Pass Functor on BindState constructor by reference by tzik · 8 years ago
  24. 31d3fae Allow binding captureless lambdas into base::Callback by base::Bind by tzik · 8 years ago
  25. 9f27e1f Remove `Runnable` concept from base/bind_internal.h by tzik · 8 years ago
  26. 18c15fc Remove an unused Unwrap overload and HasNonConstReferenceItem by tzik · 8 years ago
  27. fa6c985 Decouple Invoker from BindState by tzik · 8 years ago
  28. a84047c Pass bound values in base::Bind as const values by tzik · 8 years ago
  29. c44f1fd Introduce base::IsWeakReceiver for base::Bind to support external weak pointers by tzik · 8 years ago
  30. f09a370 Remove base::Tuple by tzik · 8 years ago
  31. e1ad6f6 Support rvalue-reference Runnables in base::Bind internals by tzik · 8 years ago
  32. fa7381d Support smart pointers in base::Bind as a receiver of a method invocation by tzik · 8 years ago
  33. 03628b5 Ensure CV qualifier compatibility in RunnableAdapter::Run by tzik · 8 years ago
  34. ca5fe73 base: Remove scoped_refptr unwrapping for Bind arguments. by vmpstr · 8 years ago
  35. 56bd765 Replace template_util.h stuff with C++11 <type_traits> by tzik · 9 years ago
  36. 0d4bab2 Support move-only type on base::Callback::Run by tzik · 9 years ago
  37. 1e23c5c Unify BindState refcount management into the bound arguments. by tzik · 9 years ago
  38. c9adefe Remove UnwrapTraits by tzik · 9 years ago
  39. 4b1cea4 Use Perfect Forwarding where possible in bind_internals.h by tzik · 9 years ago
  40. 56453de Reland of Do Perfect Forwarding from base::Bind to BindState storage (patchset #1 id:1 of https://codereview.chromium.org/1654973003/ ) by tzik · 9 years ago
  41. a9ff676 Revert of Do Perfect Forwarding from base::Bind to BindState storage (patchset #2 id:20001 of https://codereview.chromium.org/1644603003/ ) by tzik · 9 years ago
  42. ea1d3a1 Do Perfect Forwarding from base::Bind to BindState storage by tzik · 9 years ago
  43. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  44. 260fab5 Replace typedef with using for Callback/Bind related files by tzik · 9 years ago
  45. 5b8bf3f Remove unbound base::Bind overload by tzik · 9 years ago
  46. b063222 Clean up base::Callback stuff by tzik · 9 years ago
  47. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  48. 495da40 styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 9 years ago
  49. 9cef421 Devirtualize base::BindState to save 1% of Chrome's binary size (1MB) by tapted · 9 years ago
  50. 07e9940 Bind: Use Variadic Templates in bind_internal.h by tzik · 10 years ago
  51. 2f7bc20 Fixes for Clang plugin checks in base/ by dmichael · 10 years ago
  52. 8df08a5 [Base] Use variadic template in bind.h by tzik · 10 years ago
  53. 012481a [Base] Use variadic template for helpers in bind_internal.h by tzik · 10 years ago
  54. d276ffa Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*" by akalin@chromium.org · 11 years ago
  55. bc14c57 Add DCHECK to avoid binding values to null callbacks by hashimoto@chromium.org · 12 years ago
  56. 296aa04 Revert 154885 - Extend base::Callback to 8 arguments. by rsleevi@chromium.org · 12 years ago
  57. 1868db9 Extend base::Callback to 8 arguments. by leandrogracia@chromium.org · 12 years ago
  58. 11e3bfd Add quick reference for bind/callback usage. by brettw@chromium.org · 12 years ago
  59. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  60. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  61. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  62. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  63. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  64. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  65. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@chromium.org · 13 years ago
  66. 01c9009 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  67. 3975ab3 Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by sergeyu@chromium.org · 13 years ago
  68. b087c42 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by ajwong@chromium.org · 13 years ago
  69. 6f015bd Increase Bind/Callback Arity from 6 -> 7. by ajwong@chromium.org · 13 years ago
  70. 9c410bd Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." by ajwong@chromium.org · 13 years ago
  71. 92edb6c Increase Bind/Callback Arity from 6 -> 11: These go to eleven. by ajwong@chromium.org · 13 years ago
  72. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  73. 2720de2 Reverting as an experiment to determine if this caused increased Win build by jhawkins@chromium.org · 13 years ago
  74. e507a03 base::Bind: Increase the arity to 7. by jhawkins@chromium.org · 13 years ago
  75. 27e5685 Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. by ajwong@chromium.org · 13 years ago
  76. d483ffe Allow Bind() to take a Callback<> and bind all its free parameters. by ajwong@chromium.org · 13 years ago
  77. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  78. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  79. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 14 years ago
  80. cb17534 Callback support for __fastcall and __stdcall functions. by ajwong@chromium.org · 14 years ago
  81. e064823 Callbacks: Replumb the type-inference. by ajwong@chromium.org · 14 years ago
  82. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  83. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 14 years ago
  84. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  85. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 14 years ago