| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert scoped_ptr_malloc -> scoped_ptr, part 6. | viettrungluu@chromium.org | 2014-03-20 | 1 | -134/+1 |
* | Make scoped_ptr_malloc abort() on an invalid assignment. | viettrungluu@chromium.org | 2014-02-26 | 1 | -0/+5 |
* | Typo fix in scoped_ptr.h comment | tnagel@chromium.org | 2014-02-11 | 1 | -1/+1 |
* | Grammar fix in scoped_ptr.h comment | tnagel@chromium.org | 2014-02-10 | 1 | -4/+4 |
* | Update a comment to align with the behaviour of the code. | rjkroege@chromium.org | 2013-10-09 | 1 | -3/+3 |
* | Disallow explicit scoped_ptr<T> construction from NULL. | dcheng@chromium.org | 2013-06-26 | 1 | -0/+3 |
* | Make expressions like "if (weak_ptr)" work | akalin@chromium.org | 2013-06-06 | 1 | -0/+5 |
* | Remove scoped_array from Chromium. | dcheng@chromium.org | 2013-04-17 | 1 | -142/+6 |
* | Revert 194649 "Remove scoped_array from Chromium." | dcheng@chromium.org | 2013-04-17 | 1 | -6/+142 |
* | Remove scoped_array from Chromium. | dcheng@chromium.org | 2013-04-17 | 1 | -142/+6 |
* | Update scoped_array<T>::reset logic to match scoped_ptr. | dcheng@chromium.org | 2013-04-05 | 1 | -8/+10 |
* | Make scoped_array<T> more compatible with scoped_ptr<T[]>. | dcheng@chromium.org | 2013-04-05 | 1 | -0/+12 |
* | Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>. | dcheng@chromium.org | 2013-03-01 | 1 | -19/+22 |
* | Revert 184179 | dcheng@chromium.org | 2013-02-23 | 1 | -22/+19 |
* | Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>. | dcheng@chromium.org | 2013-02-22 | 1 | -19/+22 |
* | Break the debug build if a scoped_ptr self-reset is detected. | dcheng@chromium.org | 2013-02-09 | 1 | -0/+3 |
* | Fix scoped_ptr<T[]> to disallow construction and reset from NULL. | dcheng@chromium.org | 2013-02-02 | 1 | -0/+2 |
* | Equality on scoped_ptr can be done with const pointers. | qsr@chromium.org | 2013-01-22 | 1 | -2/+2 |
* | Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de... | ajwong@chromium.org | 2012-12-20 | 1 | -89/+380 |
* | Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere. | bungeman@chromium.org | 2012-10-30 | 1 | -9/+1 |
* | Revert 165005 until skia_webkit.gyp is present everywhere. | bungeman@chromium.org | 2012-10-30 | 1 | -1/+9 |
* | Fix move.h's to use a concrete RValue carrier object rather than hacking a RV... | ajwong@chromium.org | 2012-10-15 | 1 | -22/+13 |
* | Allow scoped_ptr variables to be used in boolean expressions | enne@chromium.org | 2012-10-06 | 1 | -0/+15 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Fix scoped_ptr::Pass to not rely on undefined behavior | dmichael@chromium.org | 2012-06-20 | 1 | -3/+18 |
* | Add make_scoped_ptr to scoped_ptr.h | kalman@chromium.org | 2012-06-18 | 1 | -0/+8 |
* | Make sure that scoped_ptr<> cannot be used with ref-counted objects. | sergeyu@chromium.org | 2012-04-05 | 1 | -0/+25 |
* | Add scoped_ptr<>::PassAs<>(). | sergeyu@chromium.org | 2012-01-25 | 1 | -0/+21 |
* | remove ; which breaks nacl_integration since they use -pedantic | ajwong@chromium.org | 2012-01-20 | 1 | -3/+3 |
* | Transfer the C++03 move-only type emulation into base/move.h and also make Sc... | ajwong@chromium.org | 2012-01-20 | 1 | -47/+35 |
* | Allow construction and assignment of one scoped_ptr from another if the types... | ajwong@chromium.org | 2012-01-11 | 1 | -1/+15 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -12/+81 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -81/+12 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -12/+81 |
* | Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco... | ajwong@chromium.org | 2011-12-13 | 1 | -81/+12 |
* | Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semant... | ajwong@chromium.org | 2011-12-13 | 1 | -12/+81 |
* | Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped... | ajwong@chromium.org | 2011-12-13 | 1 | -81/+12 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-10 | 1 | -12/+81 |
* | Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, s... | sergeyu@chromium.org | 2011-12-09 | 1 | -81/+12 |
* | Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and... | ajwong@chromium.org | 2011-12-09 | 1 | -12/+81 |
* | Remove the free_ member of scoped_ptr_malloc. | evan@chromium.org | 2011-08-29 | 1 | -7/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -0/+383 |