summaryrefslogtreecommitdiffstats
path: root/base/memory/scoped_ptr.h
Commit message (Expand)AuthorAgeFilesLines
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-251-0/+21
* remove ; which breaks nacl_integration since they use -pedanticajwong@chromium.org2012-01-201-3/+3
* Transfer the C++03 move-only type emulation into base/move.h and also make Sc...ajwong@chromium.org2012-01-201-47/+35
* Allow construction and assignment of one scoped_ptr from another if the types...ajwong@chromium.org2012-01-111-1/+15
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-221-12/+81
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-211-81/+12
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-211-12/+81
* Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...ajwong@chromium.org2011-12-131-81/+12
* Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant...ajwong@chromium.org2011-12-131-12/+81
* Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped...ajwong@chromium.org2011-12-131-81/+12
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-101-12/+81
* Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s...sergeyu@chromium.org2011-12-091-81/+12
* Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and...ajwong@chromium.org2011-12-091-12/+81
* Remove the free_ member of scoped_ptr_malloc.evan@chromium.org2011-08-291-7/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-0/+383