summaryrefslogtreecommitdiff
path: root/src/mongo/util/itoa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)"Ian Boros2019-07-221-77/+1026
* SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)Billy Donahue2019-07-221-1026/+77
* 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-1/+1
* SERVER-21554 Coverity analysis defect 76764: Macro compares unsigned to 0Waley Chen2016-07-201-2/+3
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-181-0/+1067