summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/hash_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-15/+19
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* 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-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
| | | | All users were converted to just use AssertionException.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
|
* SERVER-22695 fix left shift of negative number in GeoHash::clearUnusedBits()David Storch2016-03-031-3/+35
|
* SERVER-22568 Re-enable GeoHash::unhash_fast for big endianWaley Chen2016-02-241-0/+54
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-382/+384
|
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-301-0/+84
|
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-5/+278
|
* SERVER-15451 Adaptive initial shell in near query with 2d indexSiyuan Zhou2014-10-021-0/+20
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
|
* fix compile error on windows by using our own randomHari Khalsa2012-10-231-1/+3
|
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-0/+72