| Age | Commit message (Collapse) | 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 | |
| Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com> | |||
| 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 | |
| Also add unary operator+, operator-. | |||
| 2019-06-27 | SERVER-24374 Make Decimal128 integer ctors constexpr | Billy Donahue | |
| - avoid signed overflow and integer promotion - no std::signbit, avoid cast warnings in abs - restore libbase->intelfp dependency back to public LIDEP - volatile test | |||
| 2019-06-16 | Revert "SERVER-24374 Make Decimal128 integer ctors constexpr" | Billy Donahue | |
| This reverts commit e039271638d6dba34e5b64834e3f12e87aeb6455. | |||
| 2019-06-16 | SERVER-24374 Make Decimal128 integer ctors constexpr | Billy Donahue | |
| reverts fab9fde6ba which reverted 668100df79 | |||
| 2019-06-13 | Revert "SERVER-24374 Make Decimal128 integer ctors constexpr" | Blake Oler | |
| This reverts commit 668100df7982fd1ae3777fcf069de13253a05133. | |||
| 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 ↵ | James Wahlin | |
| Decimal128::exponential() | |||
| 2019-02-14 | SERVER-15926: Implement $round function and allow a precision argument for ↵ | Patrick Meredith | |
| $trunc Closes #1297 Signed-off-by: Charlie Swanson <charlie.swanson@mongodb.com> | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-12-22 | SERVER-32930 Add trigonometric expressions to aggregation | Patrick Meredith | |
| Closes #1287 Signed-off-by: Charlie Swanson <charlie.swanson@mongodb.com> | |||
| 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 ↵ | Geert Bosch | |
| KeyString Make conversions explicit and allow control over precision in conversion from double. Update uses to the new interface. | |||
| 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 | |
