summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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