summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bson_obj_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47838 Make BSONObj::addFields() method more genericArun Banala2020-06-081-0/+44
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38160 Allow compilation with Visual Studio 2017.Henrik Edin2018-11-271-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-0/+42
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+47
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+20
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-0/+35
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-200/+218
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+4
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-161/+128
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-2/+2
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-0/+27
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-301-0/+6
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-291-6/+0
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-281-0/+6
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+201
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-231/+270
* SERVER-18463 Remove BSON startup testsKaloian Manassiev2015-05-151-0/+95
* Support C++11 range-based for loops over BSONObjMathias Stearn2015-03-271-0/+21
* SERVER-16632 Test more interesting numeric cases for KeyStringMathias Stearn2015-01-121-3/+9
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-071-1/+138
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9750 Fix BSONObj::toString handling of empty arraysAndrew Morrow2013-05-221-0/+30