summaryrefslogtreecommitdiff
path: root/src/mongo/bson/util/builder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-091-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-1/+2
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-131-0/+41
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-201-0/+6
* SERVER-27171 Add operator<<(bool) to StringBuilderImplJames Wahlin2016-11-281-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+27
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-251-0/+24
* Revert "SERVER-14668 Add function to StringBuilder for formatting addresses"Kaloian Manassiev2014-08-251-24/+0
* SERVER-14668 Add function to StringBuilder for formatting addressesKaloian Manassiev2014-08-251-0/+24
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-7886 builder unit testEliot Horowitz2012-12-101-0/+34