summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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 ↵Andy Schwerin2015-05-131-2/+2
| | | | | | | | 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.
* 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
| | | | | | | | | | | | | | | | | | | | 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.
* 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
Signed-off-by: Shaun Verch <shaun.verch@10gen.com>