summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-95/+10
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-10/+95
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-95/+10
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-041-0/+87
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-011-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-28/+13
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-0/+63
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-0/+80
* SERVER-29080 Make BSONArrayBuilder move-constructibleKaloian Manassiev2017-05-081-14/+21
* SERVER-29047 Fix BSONObjBuilder's move constructorMathias Stearn2017-05-051-16/+14
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-201-0/+30
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-13/+13
* SERVER-4536 Support appending an int64_t to a BSONObjBuilderMathias Stearn2016-06-091-0/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-0/+17
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-2/+41
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-198/+202
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+4
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-0/+13
* SERVER-11135 Fix C++11 build break and questionable type narrowing.Andy Schwerin2013-10-211-4/+4
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-211-0/+251