summaryrefslogtreecommitdiff
path: root/src/mongo/util/unowned_ptr.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34106 Remove all uses of `std::auto_ptr`.ADAM David Alan Martin2018-03-231-1/+1
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+4
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-62/+78
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+0
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+0
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-0/+106