summaryrefslogtreecommitdiff
path: root/src/mongo/base/owned_pointer_vector.h
Commit message (Collapse)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
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | Saves one new/delete pair per change registration.
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* 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
| | | | This reverts commit a58ae77d0e5035cb4b541751dbe042e9173deea5.
* 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