summaryrefslogtreecommitdiff
path: root/src/mongo/platform/overflow_arithmetic_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+9
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-061-0/+12
* SERVER-43032 cast differently to fix Windows build of unit testBilly Donahue2019-09-041-1/+1
* SERVER-43032 Revise platform/overflow_arithmetic_test.cppBilly Donahue2019-09-041-123/+128
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-12/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-31250 Extend overflow_arithmetic to cover unsigned integersMathias Stearn2017-09-291-75/+135
* SERVER-21404 Introduce some useful 64-bit arithmetic with overflow detection ...Andy Schwerin2016-05-091-0/+122