summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128.h
Commit message (Expand)AuthorAgeFilesLines
* 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