summaryrefslogtreecommitdiff
path: root/src/mongo/util/safe_num.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-051-0/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-301-2/+96
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-7/+6
* 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-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-8/+13
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-7/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-188/+187
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-375 Implement multiplication for SafeNumAndrew Morrow2013-08-201-2/+15
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-201-0/+11
* Add non-operator variants of bitAnd and bitOr to SafeNumAndrew Morrow2013-05-071-0/+2
* SERVER-7174 Inline trivial methods of SafeNum consistently into inline headerAndrew Morrow2013-05-071-3/+6
* SERVER-7174 Add support for binary 'and' and 'or' to SafeNumAndrew Morrow2013-05-071-0/+24
* Rename Context to DocumentAndrew Morrow2012-11-181-2/+2
* Use namespace qualifiers on std::ostreamAndrew Morrow2012-11-181-1/+1
* SERVER-7172 Add SafeNum support to mutablebsonKristina2012-11-121-1/+8
* Add SafeNum::isValidKristina2012-09-201-1/+1
* Added SafeNum type SERVER-6399Kristina2012-09-191-0/+160