summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-041-3/+2
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-041-53/+54
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-4/+2
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-091-18/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3
* SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin2019-12-201-5/+2
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-261-3/+3
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-17/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41563 BSONObjBuilder mutators must return *thisBilly Donahue2019-06-071-36/+36
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-0/+32
* 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-9/+10
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-211-12/+0
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+2
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+2
* SERVER-19348, SERVER-19349: Correct index bounds on $type and $mod.David Hatch2015-07-281-2/+2
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-231-45/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-153/+175
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-9/+4
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-4/+9
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-9/+4
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-5/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-071-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-4/+1
* SERVER-14934 Move static builder strings to builder source rather than oidAndrew Morrow2014-08-191-0/+18
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+15
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+56
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-0/+195