summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geoparser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+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-23971 Clang-Format codeMark Benvenuto2016-05-281-43/+33
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-25/+46
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-336/+354
* SERVER-9220 allow more than two values in the coordinate-array when using 2ds...Siyuan Zhou2015-03-121-13/+26
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-208/+200
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-5/+5
* SERVER-13258 ensure S2 poly loops have 3 points after dedup'ingGreg Studer2014-03-191-0/+10
* 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-66/+218
* SERVER-9062 don't rely on drem to normalize longitude -- explicitly reject OO...Hari Khalsa2013-03-271-0/+15
* Fix Windows compileTad Marshall2013-01-141-1/+1
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-32/+14
* verify latitude is [-90,90]Hari Khalsa2013-01-111-0/+16
* clean up geo parsing a bitHari Khalsa2012-12-181-0/+215