summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-2/+2
* SERVER-69668 FLE2 range float precision: update OSTType algorithmMark Benvenuto2022-11-111-0/+9
* SERVER-63439 Add ColumnStore encoder for SBE valuesJustin Seyster2022-04-161-0/+27
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-04-291-0/+26
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-34/+20
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-021-7/+5
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-271-22/+9
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-17/+28
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Billy Donahue2019-06-161-9/+22
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-161-22/+9
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Blake Oler2019-06-131-9/+22
* SERVER-24374 Make Decimal128 integer ctors constexprA. Jesse Jiryu Davis2019-06-131-22/+9
* SERVER-23077 Support Decimal128 with representAs().A. Jesse Jiryu Davis2019-06-061-0/+27
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+11
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-02-201-15/+15
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-141-10/+32
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-221-0/+152
* 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-2/+7
* SERVER-26193 Fix incorrect rounding in double to decimal conversionGeert Bosch2016-09-291-109/+53
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-081-4/+103
* SERVER-19735: Add new Decimal128 operations needed by aggregationGeert Bosch2016-06-061-0/+89
* SERVER-23263 - Make Decimal128 toString() conform to new specVincent Do2016-05-311-47/+60
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-271-1/+7
* SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do2016-05-241-9/+15
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-221-6/+2
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-25/+24
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-1/+1
* SERVER-19623 Add C++ wrapper for Decimal128 typeRaymond Jacobson2015-08-071-0/+668