summaryrefslogtreecommitdiffstats
path: root/base/move.h
Commit message (Expand)AuthorAgeFilesLines
* Remove Pass() helper from base/move.h.dcheng2016-03-041-18/+4
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-1/+2
* Reland of move Pass on OS X. (patchset #1 id:1 of https://codereview.chromium...dcheng2016-01-151-1/+1
* Revert of Remove Pass on OS X. (patchset #1 id:1 of https://codereview.chromi...samuong2016-01-151-1/+1
* Remove Pass on OS X.dcheng2016-01-151-1/+1
* Remove Pass on CrOS.dcheng2016-01-071-1/+1
* Reland of move Pass() on Android. (patchset #1 id:1 of https://codereview.chr...dcheng2016-01-061-1/+1
* Revert of Remove Pass() on Android. (patchset #1 id:1 of https://codereview.c...msramek2016-01-061-1/+1
* Remove Pass() on Android.dcheng2015-12-311-1/+1
* Remove Pass() on Linux.Daniel Cheng2015-12-301-0/+13
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Rename MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03danakj2015-12-081-40/+17
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-5/+0
* Remove old C++03 move emulation code.dcheng2015-12-011-184/+19
* styleguide: Allow std::move for move semantics.vmpstr2015-11-161-2/+4
* Move an include guard to guard all code in base/move.hbratell2015-04-141-2/+2
* Make deleted constructors take a const parameter in move-only type macro.mgraczyk2015-04-141-2/+2
* Add move support for scoped_refptr.kkimlabs2015-04-131-0/+5
* base: Make scoped_ptr::Pass() act like std::move().danakj2014-10-061-1/+12
* Remove move-only-type whitelists in CallbackParamTraits and CallbackForward b...kinuko@chromium.org2013-10-221-0/+11
* Small fixes around the codesergeygs@chromium.org2013-03-061-6/+6
* Fix scoped_ptr<T[]> to disallow construction and reset from NULL.dcheng@chromium.org2013-02-021-1/+1
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-151-34/+30
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-03-061-2/+2
* Transfer the C++03 move-only type emulation into base/move.h and also make Sc...ajwong@chromium.org2012-01-201-0/+211
* Erase base/move. The pattern we use is pass by const ref and this is confusin...brettw@chromium.org2010-11-081-55/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Notification for battery with <= 15 minutes remaining.seanparent@google.com2010-03-191-0/+54