summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68834 clany tidy bugprone-integer-division fixesJuan Gu2022-08-231-1/+1
* SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh2021-08-191-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40513 Convert seed to little endian before hashingJustin Seyster2019-04-151-4/+16
* 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-8/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+3
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-345/+320
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-061-1/+1
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-071-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10203: Add new hasher unit tests and consolidate with old hasher dbtestsRobert J. Moore2013-08-081-0/+373