summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128_test.cpp
AgeCommit message (Expand)Author
2023-11-14SERVER-82604 implement StringData with a std::string_view memberBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-02-23SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2021-04-29SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-28SERVER-41425 operator"" _dec128 for Decimal128 literalsBilly Donahue
2019-06-27SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue
2019-06-16Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Billy Donahue
2019-06-16SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue
2019-06-13Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Blake Oler
2019-06-13SERVER-24374 Make Decimal128 integer ctors constexprA. Jesse Jiryu Davis
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-02-20SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin
2019-02-14SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-12-22SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-09-29SERVER-26193 Fix incorrect rounding in double to decimal conversionGeert Bosch
2016-05-31SERVER-23263 - Make Decimal128 toString() conform to new specVincent Do
2016-05-24SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do
2016-05-02SERVER-23966 Fix negation of lowest signed intGeert Bosch
2016-04-12SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch
2016-02-08SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley
2015-08-07SERVER-19623 Add C++ wrapper for Decimal128 typeRaymond Jacobson