summaryrefslogtreecommitdiff
path: root/src/mongo/util/safe_num_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh2021-08-191-2/+3
* SERVER-51061 Rename WHITELIST macros to ALLOWSara Golemon2021-05-041-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-72/+50
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-61/+61
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-3/+103
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-423/+423
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-2/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-1/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-375 Implement multiplication for SafeNumAndrew Morrow2013-08-201-0/+136
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-201-0/+43
* Be more explicit about types in SafeNum testAndrew Morrow2013-05-081-18/+18
* SERVER-7174 Add support for binary 'and' and 'or' to SafeNumAndrew Morrow2013-05-071-0/+87
* Add SafeNum::isValidKristina2012-09-201-0/+2
* Fix test to use numeric_limits instead of INFINITYKristina2012-09-191-2/+2
* Added SafeNum type SERVER-6399Kristina2012-09-191-0/+179