summaryrefslogtreecommitdiff
path: root/src/mongo/base/owned_pointer_vector_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* 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-278/+280
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13630 Enhance OwnedPointerVectorMathias Stearn2014-04-231-3/+265
* SERVER-939 minor fixes to test cases for new type_ parsingGreg Studer2012-12-031-4/+4
* SERVER-7028 compile linux, in owned_pointer_vector_test define DestructionLog...Aaron2012-09-201-0/+2
* SERVER-7028 Add OwnedPointerVector.Aaron2012-09-201-0/+79