summaryrefslogtreecommitdiff
path: root/src/mongo/util/itoa_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42034 Optimize ItoABilly Donahue2019-07-291-16/+69
* Revert "SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)"Ian Boros2019-07-221-68/+16
* SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)Billy Donahue2019-07-221-16/+68
* 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-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-131-11/+12
* SERVER-21554 Coverity analysis defect 76764: Macro compares unsigned to 0Waley Chen2016-07-201-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-181-0/+58