summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geoparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-141-2/+3
* SERVER-57762 Create an internal, bucketed $geoWithin operatorRuoxin Xu2021-08-061-22/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-7/+4
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-6/+6
* 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-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-6/+14
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-5/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+3
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-23/+40
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-583/+645
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17576 Fix typos in parseFlatPointKamran Khan2015-03-131-2/+2
* SERVER-9220 allow more than two values in the coordinate-array when using 2ds...Siyuan Zhou2015-03-121-10/+10
* SERVER-17486 Crash when parsing invalid polygon coordinatesSiyuan Zhou2015-03-101-3/+21
* SERVER-17241 Verify number of loops of polygonSiyuan Zhou2015-02-111-0/+4
* SERVER-16883 Geo Query $center with "NaN" coordinate does not errorSiyuan Zhou2015-02-051-0/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15288 geo coord reference system (CRS) spec and source code disagreeSiyuan Zhou2014-10-201-1/+1
* SERVER-15629 Clear owned lines/polys correctlyAndrew Morrow2014-10-151-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-65/+104
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-498/+383
* SERVER-14984 Server aborts when running $centerSphere query with NaN radiusSiyuan Zhou2014-08-221-2/+4
* SERVER-14508 Better GeoJSON polygon parsing.Siyuan Zhou2014-08-211-46/+58
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-5/+72
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-26/+13
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-9/+13
* SERVER-14350 validate distances for circular regions in $near/$withinGreg Studer2014-06-301-0/+4
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-3/+8
* SERVER-13258 ensure S2 poly loops have 3 points after dedup'ingGreg Studer2014-03-191-0/+4
* Polygons' interior loops must be contained in the exterior shell, SERVER-10867.A. Jesse Jiryu Davis2013-11-011-0/+7
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-0/+31
* SERVER-11176 don't allow OOB legacy points to become spherical pointsHari Khalsa2013-10-151-32/+51
* SERVER-9240: ignore duplicate points in Polygon/MultiPolygonDan Pasette2013-10-101-0/+2
* SERVER-10285 uassert that s2latlng is valid, print out if it's notHari Khalsa2013-09-101-2/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-291-35/+60
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+2
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-272/+388
* SERVER-9401 remove duplicate points in lines because S2 doesn't like themHari Khalsa2013-04-291-0/+12
* SERVER-9062 don't rely on drem to normalize longitude -- explicitly reject OO...Hari Khalsa2013-03-271-1/+4
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-221-0/+17
* validate s2polygon loops and s2polygon proper while building itHari Khalsa2013-01-171-2/+19