summaryrefslogtreecommitdiff
path: root/src/mongo/base/owned_pointer_vector.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-14/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-104/+132
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* Use OwnedPointerVector to track ChangesMathias Stearn2014-11-181-2/+14
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13630 Enhance OwnedPointerVectorMathias Stearn2014-04-231-12/+75
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-141-0/+11
* Revert "SERVER-8869 command to merge co-located chunks"Greg Studer2013-08-131-11/+0
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-131-0/+11
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-1/+1
* SERVER-939 enhance owned pointer vector and add owned pointer mapGreg Studer2012-12-031-1/+10
* SERVER-7028 Add OwnedPointerVector.Aaron2012-09-201-0/+55