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