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
/
overflow_arithmetic_test.cpp
Age
Commit message (
Collapse
)
Author
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
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>
2019-10-06
SERVER-43699 $mod should not overflow for large negative values
Bernard Gorman
2019-09-04
SERVER-43032 cast differently to fix Windows build of unit test
Billy Donahue
2019-09-04
SERVER-43032 Revise platform/overflow_arithmetic_test.cpp
Billy Donahue
2019-08-28
SERVER-43032 simplify overflow_arithmetic.h
Billy Donahue
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-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-09-29
SERVER-31250 Extend overflow_arithmetic to cover unsigned integers
Mathias Stearn
2016-05-09
SERVER-21404 Introduce some useful 64-bit arithmetic with overflow detection ↵
Andy Schwerin
functions.