1. 78b5e7a Delete some dead code. by thakis@chromium.org · 10 years ago
  2. 6141a82 Add a test for base::Bind() and scoped_refptrs copies. by willchan@chromium.org · 11 years ago
  3. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  4. bc14c57 Add DCHECK to avoid binding values to null callbacks by hashimoto@chromium.org · 12 years ago
  5. 27c3f89 Delete some unused code found by -Wunused-function by thakis@chromium.org · 12 years ago
  6. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  7. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  8. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  9. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  10. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  11. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  12. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  13. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  14. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  15. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@chromium.org · 13 years ago
  16. 01c9009 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  17. 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
  18. b087c42 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by ajwong@chromium.org · 13 years ago
  19. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  20. 4133914 Add in an Owned() wrapper to base::Bind(). by ajwong@chromium.org · 13 years ago
  21. 28dfb11 Support scoped_refptr<> as the object for a method call in base::Bind(). Reduce useless copies. by ajwong@chromium.org · 13 years ago
  22. 27e5685 Use NeedsScopedRefptrButGetsRawPtr instead of UnsafeBindtoRefCountedArg. by ajwong@chromium.org · 13 years ago
  23. d483ffe Allow Bind() to take a Callback<> and bind all its free parameters. by ajwong@chromium.org · 13 years ago
  24. 718dddf Add new helper that can adapt Callbacks with return values for Closures. by ajwong@chromium.org · 13 years ago
  25. 505386d Create a "no compile" drivers script in python to unittest compile time asserts. by ajwong@chromium.org · 13 years ago
  26. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  27. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  28. 6299740 MSVC warns when you try to use Base if T has a private destructor, by ajwong@chromium.org · 13 years ago
  29. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 13 years ago
  30. cb17534 Callback support for __fastcall and __stdcall functions. by ajwong@chromium.org · 13 years ago
  31. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 13 years ago
  32. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 13 years ago