index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
platform
/
decimal128.cpp
Age
Commit message (
Expand
)
Author
2024-06-29
SERVER-91223 NumberDecimal $log should use ln(input)/ln(base) for generic bas...
Matthew Boros
2023-11-14
SERVER-82604 implement StringData with a std::string_view member
Billy Donahue
2023-10-06
SERVER-78480 Eliminate redundant copies in Decimal128 string parsing
Patrick Freed
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-02-18
SERVER-73892 Disallow includes to start with third_party
Daniel Moody
2022-11-11
SERVER-69668 FLE2 range float precision: update OSTType algorithm
Mark Benvenuto
2022-04-16
SERVER-63439 Add ColumnStore encoder for SBE values
Justin Seyster
2021-04-29
SERVER-56326 Add a round() method to the Decimal128 class
Drew Paroski
2020-10-13
SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs
Billy Donahue
2019-10-02
SERVER-43175 platform/endian.h refresh
Billy Donahue
2019-06-27
SERVER-24374 Make Decimal128 integer ctors constexpr
Billy Donahue
2019-06-27
SERVER-7143 replace standard library number parsing with custom NumberParser
Nathan Brown
2019-06-16
Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"
Billy Donahue
2019-06-16
SERVER-24374 Make Decimal128 integer ctors constexpr
Billy Donahue
2019-06-13
Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"
Blake Oler
2019-06-13
SERVER-24374 Make Decimal128 integer ctors constexpr
A. Jesse Jiryu Davis
2019-06-06
SERVER-23077 Support Decimal128 with representAs().
A. Jesse Jiryu Davis
2019-04-11
SERVER-40476 merge contents of utils/stringutils into utils/str.
Billy Donahue
2019-02-20
SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...
James Wahlin
2019-02-14
SERVER-15926: Implement $round function and allow a precision argument for $t...
Patrick Meredith
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-12-22
SERVER-32930 Add trigonometric expressions to aggregation
Patrick Meredith
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-10-20
SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warnings
Mark Benvenuto
2016-09-29
SERVER-26193 Fix incorrect rounding in double to decimal conversion
Geert Bosch
2016-09-09
SERVER-22973 use mongo macros for static assert
Matt Cotter
2016-06-08
SERVER-24276 Add decimal test suites from driver specs
Vincent Do
2016-06-06
SERVER-19735: Add new Decimal128 operations needed by aggregation
Geert Bosch
2016-05-31
SERVER-23263 - Make Decimal128 toString() conform to new spec
Vincent Do
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-27
SERVER-23703 Make NumberDecimal accepts only valid strings
Vincent Do
2016-05-24
SERVER-23702 Fix server crashing on invalid decimal toString invariant check
Vincent Do
2016-04-22
SERVER-19703 Add KeyString support for NumberDecimal
Geert Bosch
2016-04-12
SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...
Geert Bosch
2016-02-08
SERVER-10568 SafeNum should be written in terms of explicitly sized types
Waley
2015-08-07
SERVER-19623 Add C++ wrapper for Decimal128 type
Raymond Jacobson