summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/mutable_bson_algo_test.cpp
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-14/+17
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-221-5/+5
* SERVER-24645 Add mutable bson algorithms comparator support.David Hatch2016-06-231-0/+41
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-285/+286
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12913: improve storage validation messagesScott Hernandez2014-03-121-0/+16
* SERVER-8046 Additional unit tests based on gcov coverage resultsAndrew Morrow2013-07-051-0/+35
* SERVER-7174 Add a new algorithm to de-duplicate childrenAndrew Morrow2013-05-221-0/+7
* SERVER-8046 re-order tests after mergeAndrew Morrow2013-03-291-44/+44
* SERVER-8046 Fix broken mutable bson algorithmAndrew Morrow2013-03-271-0/+54
* SERVER-7172 Add count of children method to mutable BSON.Alberto Lerner2013-03-261-0/+44
* SERVER-8046 Implement lazyness for mutable BSONAndrew Morrow2013-03-081-76/+75
* Get field names as StringData and improve accessor nameAndrew Morrow2012-12-031-6/+6
* Add a generic find over mutable BSON sibling ElementsAndrew Morrow2012-12-031-0/+164