Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix scoped_ptr<T[]> to disallow construction and reset from NULL. | dcheng@chromium.org | 2013-02-02 | 1 | -0/+26 |
* | Fix no-compile tests in base. | dcheng@chromium.org | 2013-01-23 | 1 | -3/+3 |
* | Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de... | ajwong@chromium.org | 2012-12-20 | 1 | -1/+53 |
* | Make sure that scoped_ptr<> cannot be used with ref-counted objects. | sergeyu@chromium.org | 2012-04-05 | 1 | -0/+11 |
* | Add scoped_ptr<>::PassAs<>(). | sergeyu@chromium.org | 2012-01-25 | 1 | -0/+24 |