summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher_test.cpp
AgeCommit message (Collapse)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-08-23SERVER-68834 clany tidy bugprone-integer-division fixesJuan Gu
2021-08-19SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-04-15SERVER-40513 Convert seed to little endian before hashingJustin Seyster
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly 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-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-28SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-05-13SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵Andy Schwerin
stdx::chrono types. Also introduces operators for adding stdx::chrono::duration to Date_t, subtracting two Date_ts to get Milliseconds, and remove the use of reinterpret_cast from the implementation of BSON Timestamp type.
2015-04-07SERVER-17880 Rename OpTime to TimestampEric Milkie
2015-04-06SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie
2015-01-07Make BSONObj::woCompare a total orderingMathias Stearn
Changes: * Date and Timestamp are now distinct with all Dates before all Timestamps. * Numeric comparisons now correctly handle Doubles and Long > 2**53. * CodeWScope doesn't strcmp BSONObjs or strings which may contain NULs. There should be no changes in any of the cases where woCompare defined a correct total ordering before. The new behavior matches the ordering defined by KeyString. Related tickets: * SERVER-3304 Error comparing Date and Timestamp * SERVER-3719 Total ordering over Longs and Doubles * SERVER-7804 CodeWScope comparisons are broken * SERVER-16632 Change WiredTiger index key format Changes to the comparison function for aggregation will be handled separately as SERVER-16708.
2013-09-06SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen
2013-08-08SERVER-10203: Add new hasher unit tests and consolidate with old hasher dbtestsRobert J. Moore
Signed-off-by: Shaun Verch <shaun.verch@10gen.com>