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_test.cpp
Age
Commit message (
Expand
)
Author
2023-11-14
SERVER-82604 implement StringData with a std::string_view member
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-02-23
SERVER-71742 Move volatile keyword lint to clang-tidy
Juan Gu
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2021-04-29
SERVER-56326 Add a round() method to the Decimal128 class
Drew Paroski
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-28
SERVER-41425 operator"" _dec128 for Decimal128 literals
Billy Donahue
2019-06-27
SERVER-24374 Make Decimal128 integer ctors constexpr
Billy Donahue
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-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
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
2016-09-29
SERVER-26193 Fix incorrect rounding in double to decimal conversion
Geert Bosch
2016-05-31
SERVER-23263 - Make Decimal128 toString() conform to new spec
Vincent Do
2016-05-24
SERVER-23702 Fix server crashing on invalid decimal toString invariant check
Vincent Do
2016-05-02
SERVER-23966 Fix negation of lowest signed int
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