summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/mutable_bson_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57101 Prove generating DamageVector from docDiff in unittestYuhong Zhang2021-05-261-3/+3
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-17/+17
* SERVER-36024 Relax overzealous dassert in mutable bsonAndrew Morrow2019-03-291-0/+12
* 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-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-1/+1
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-151-0/+22
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-73/+80
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-45/+45
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-221-29/+29
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-113/+91
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-1/+102
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-4/+4
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-301-0/+162
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-1/+156
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-2975/+2963
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-7/+7
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-25/+25
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10159 Expand universe of types eligible for in-place updateAndrew Morrow2013-09-121-0/+122
* SERVER-9067 Fix repl and update tests that depended on field orderingAndrew Morrow2013-07-251-32/+8
* SERVER-8046 Add a few more coverage driven tests to mutableAndrew Morrow2013-07-231-0/+37
* SERVER-9067 Add mutable test utility for comparing docs ignoring object field...Andrew Morrow2013-07-221-0/+97
* SERVER-8046 Cleanup Element::writeArrayTo and add a test for the new implemen...Andrew Morrow2013-07-091-3/+14
* SERVER-8046 Validate values during type encoding testsAndrew Morrow2013-07-091-20/+35
* SERVER-8046 A few additional coverage driven unit test updatesAndrew Morrow2013-07-091-5/+57
* SERVER-8046 Add support for in-place updates to mutableAndrew Morrow2013-07-081-20/+434
* Fix signed/unsigned char narrowing error in testAndrew Morrow2013-07-081-1/+1
* SERVER-8046 Additional unit tests based on gcov coverage resultsAndrew Morrow2013-07-051-1/+956
* SERVER-8046 Add support for cloning elements to mutableAndrew Morrow2013-05-311-1/+125
* SERVER-8046 Add utilities to simplify debugging and testing with mutableAndrew Morrow2013-05-311-0/+46
* SERVER-8046 Fixed missed appendElement call implementation.Alberto Lerner2013-05-071-0/+11
* Add function to check if a mutable element is an integral typeAndrew Morrow2013-05-061-0/+19
* Add support for checking if a mutable Element is numericAndrew Morrow2013-05-061-0/+22
* Behave more elegantly when inserting empty field namesAndrew Morrow2013-05-011-0/+7
* Reveal latent children before adding a new oneAndrew Morrow2013-05-011-0/+13
* SERVER-8046 Don't overwrite field name when setting from BSONElementAndrew Morrow2013-04-191-0/+19
* SERVER-8046 Provide a non-const 'end' function for DocumentAndrew Morrow2013-04-191-0/+14
* SERVER-8046 Fix an issue where array field names were not being ignoredAndrew Morrow2013-04-191-0/+27
* SERVER-8046 Add a new hasChildren method is faster than countingAndrew Morrow2013-04-081-0/+38
* SERVER-8046 Add an easy way to get an invalid element for a docAndrew Morrow2013-04-081-0/+14
* SERVER-8046 Some additional mutable testsAndrew Morrow2013-04-081-0/+55
* SERVER-8046 Fix some rep invalidation issues in mutable bsonAndrew Morrow2013-03-291-0/+76
* SERVER-8046 Fix broken mutable bson algorithmAndrew Morrow2013-03-271-26/+1
* SERVER-8046 Implement lazyness for mutable BSONAndrew Morrow2013-03-081-300/+556
* Fixed file permissions.Alberto Lerner2012-12-141-0/+0
* Get field names as StringData and improve accessor nameAndrew Morrow2012-12-031-67/+67
* Remove non-sibling iterators from mutable BSONAndrew Morrow2012-12-031-143/+6