summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/hash.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76742 Improve unhash speed of GeoHashJordi Olivares Provencio2023-05-031-4/+0
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-211-0/+1
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-4/+10
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+3
* 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-26/+28
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22568 Re-enable GeoHash::unhash_fast for big endianWaley Chen2016-02-241-1/+0
* SERVER-22568 Re-enable GeoHash::unhash_fast for big endianWaley Chen2016-02-241-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-221/+232
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-301-0/+9
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-8/+17
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+1
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-5/+14
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-021-0/+12
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-12724 fixed index bounds for 2dBenety Goh2014-02-241-0/+16
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-7448 fix build break on windowsHari Khalsa2012-10-231-1/+1
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-0/+194