summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67099 Improve GeoHash speedJordi Olivares Provencio2022-06-091-7/+28
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-211-2/+10
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-15/+30
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-151-2/+11
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-021-31/+28
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+20
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+1
* 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-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+12
* SERVER-22695 fix left shift of negative number in GeoHash::clearUnusedBits()David Storch2016-03-031-7/+5
* SERVER-22568 Re-enable GeoHash::unhash_fast for big endianWaley Chen2016-02-241-10/+74
* SERVER-22567 use GeoHash::unhash_slow on big endianJason Carey2016-02-111-0/+4
* SERVER-21467 Include config.hTess Avitabile2016-01-251-0/+1
* SERVER-21467 Do not reverse byte order of GeoHash data on big-endian systemsTess Avitabile2016-01-221-29/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-747/+744
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-301-0/+63
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-25/+56
* SERVER-15451 Adaptive initial shell in near query with 2d indexSiyuan Zhou2014-10-021-0/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-1/+4
* SERVER-14229 correct error message for 2d index bounds invalidGreg Studer2014-06-111-1/+1
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-17/+88
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-021-3/+39
* SERVER-12724 fixed index bounds for 2dBenety Goh2014-02-241-0/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9341 make log message explicit about format accepted with 2d geoNearDan Pasette2013-07-011-1/+1
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-0/+602