summaryrefslogtreecommitdiff
path: root/src/mongo/util/safe_num.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51061 Rename WHITELIST macros to ALLOWSara Golemon2021-05-041-1/+0
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+19
* 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-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-6/+6
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-37/+29
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-0/+50
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-3/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-245/+237
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-2/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-1/+4
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10490 SERVER-375 Add static assertions for overflow safe algosAndrew Morrow2013-08-201-0/+7
* SERVER-375 Implement multiplication for SafeNumAndrew Morrow2013-08-201-0/+92
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-201-0/+23
* SERVER-10490 Use pre and post conditions to avoid signed integer overflow in ...Andrew Morrow2013-08-201-23/+37
* SERVER-7174 Inline trivial methods of SafeNum consistently into inline headerAndrew Morrow2013-05-071-56/+0
* SERVER-7174 Add support for binary 'and' and 'or' to SafeNumAndrew Morrow2013-05-071-0/+62
* Add SafeNum::isValidKristina2012-09-201-2/+2
* Added SafeNum type SERVER-6399Kristina2012-09-191-0/+252