1. bcf9c76 Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base/ tests by gab · 8 years ago
  2. 31d3fae Allow binding captureless lambdas into base::Callback by base::Bind by tzik · 8 years ago
  3. 51001b2 Remove unused UnsafeBindtoRefCountedArg in bind_helpers.h by tzik · 8 years ago
  4. 304e98c Update BindTest.ScopedRefptr expectation and its comment by tzik · 8 years ago
  5. fa7381d Support smart pointers in base::Bind as a receiver of a method invocation by tzik · 8 years ago
  6. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  7. 0d4bab2 Support move-only type on base::Callback::Run by tzik · 9 years ago
  8. 14cb77d Add a BindTest to test moved argument behavior by tzik · 9 years ago
  9. 51faa09 Replace base::Tuple implementation with std::tuple by tzik · 9 years ago
  10. b61e1f9 Specialize IsMoveOnlyType<T> for vectors. by dcheng · 9 years ago
  11. 11c9cca Convert base::Callback move-only support tests to be type parameterized. by dcheng · 9 years ago
  12. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  13. 260fab5 Replace typedef with using for Callback/Bind related files by tzik · 9 years ago
  14. 5b8bf3f Remove unbound base::Bind overload by tzik · 9 years ago
  15. 961ff4a Rewrite Pass() to std::move() in base/ by dcheng · 9 years ago
  16. 3d580cf Compatibility shim to allow std::unique_ptr use with base::Callback. by dcheng · 9 years ago
  17. 6c7dfb1 DER VIED IST NICHT FUER DER GEFINGERPOKEN. by thakis · 9 years ago
  18. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  19. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  20. 78b5e7a Delete some dead code. by thakis@chromium.org · 11 years ago
  21. 6141a82 Add a test for base::Bind() and scoped_refptrs copies. by willchan@chromium.org · 11 years ago
  22. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  23. bc14c57 Add DCHECK to avoid binding values to null callbacks by hashimoto@chromium.org · 12 years ago
  24. 27c3f89 Delete some unused code found by -Wunused-function by thakis@chromium.org · 12 years ago
  25. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  26. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  27. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  28. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  29. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  30. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  31. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  32. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  33. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  34. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@chromium.org · 13 years ago
  35. 01c9009 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  36. 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
  37. b087c42 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by ajwong@chromium.org · 13 years ago
  38. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  39. 4133914 Add in an Owned() wrapper to base::Bind(). by ajwong@chromium.org · 13 years ago
  40. 28dfb11 Support scoped_refptr<> as the object for a method call in base::Bind(). Reduce useless copies. by ajwong@chromium.org · 13 years ago
  41. 27e5685 Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. by ajwong@chromium.org · 13 years ago
  42. d483ffe Allow Bind() to take a Callback<> and bind all its free parameters. by ajwong@chromium.org · 13 years ago
  43. 718dddf Add new helper that can adapt Callbacks with return values for Closures. by ajwong@chromium.org · 13 years ago
  44. 505386d Create a "no compile" drivers script in python to unittest compile time asserts. by ajwong@chromium.org · 13 years ago
  45. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  46. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  47. 6299740 MSVC warns when you try to use Base if T has a private destructor, by ajwong@chromium.org · 13 years ago
  48. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 14 years ago
  49. cb17534 Callback support for __fastcall and __stdcall functions. by ajwong@chromium.org · 14 years ago
  50. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 14 years ago
  51. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 14 years ago