summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69668 FLE2 range float precision: update OSTType algorithmMark Benvenuto2022-11-111-0/+2
* SERVER-68544 Assert on overflow of $add[Date, Decimal128] in ClassicKevin Cherkauer2022-09-151-8/+8
* SERVER-63439 Add ColumnStore encoder for SBE valuesJustin Seyster2022-04-161-0/+39
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-04-291-0/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+24
* SERVER-46503 inline namespace mongo::literalsBilly Donahue2020-03-251-0/+4
* SERVER-44059 Make _makeCoefficientLow in decimal128.h staticSpencer Jackson2019-10-241-1/+1
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-4/+2
* SERVER-41425 operator"" _dec128 for Decimal128 literalsBilly Donahue2019-06-281-4/+20
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-271-33/+71
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-2/+5
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Billy Donahue2019-06-161-66/+33
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-161-33/+66
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Blake Oler2019-06-131-59/+33
* SERVER-24374 Make Decimal128 integer ctors constexprA. Jesse Jiryu Davis2019-06-131-33/+59
* SERVER-23077 Support Decimal128 with representAs().A. Jesse Jiryu Davis2019-06-061-0/+4
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-141-1/+11
* 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/+88
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-091-3/+19
* SERVER-19735: Add new Decimal128 operations needed by aggregationGeert Bosch2016-06-061-1/+22
* SERVER-23263 - Make Decimal128 toString() conform to new specVincent Do2016-05-311-0/+3
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-271-0/+4
* SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do2016-05-241-0/+5
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-10/+0
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-221-1/+4
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-5/+5
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-11/+107
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-1/+1
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-2/+0
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-2/+2
* SERVER-19623 Add C++ wrapper for Decimal128 typeRaymond Jacobson2015-08-071-0/+311