summaryrefslogtreecommitdiff
path: root/src/mongo/platform/overflow_arithmetic_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+9
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
functions.