summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/shapes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+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-26/+28
|
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-2/+2
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-652/+638
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
|
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-8/+21
| | | | Add big polygon parsing and query.
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-5/+42
| | | | | - additional covering parameters - only project points when required
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-13/+44
| | | | | Adds progressive search functionality for $geoNear operations, allowing better integration with other cursors.
* SERVER-14192 Add covering for annulusSiyuan Zhou2014-06-131-12/+79
|
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-1/+50
|
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-091-0/+117
|
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-38/+62
|
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-10/+0
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-0/+1
|
* unindexed center uses same math funcs as indexed. expand testsHari Khalsa2013-01-221-2/+0
|
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-0/+5
|
* CS-4068 add within to matcherHari Khalsa2012-11-301-2/+2
|
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-0/+459