summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_geo_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-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-8/+6
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-112/+123
* SERVER-16912 finish implementation of GeoMatchExpression::equivalent().Qingyang Chen2015-06-101-4/+104
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-1/+1
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-3/+3
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-3/+3
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-3/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+1
* SERVER-12929 propage error from GeoQuery::parseNewQuery to expression parserBenety Goh2014-03-061-1/+1
* SERVER-10471 geojson points are SPHERE not FLAT, woops.Hari Khalsa2013-10-051-1/+1
* SERVER-10471 dont use near as variable name, fix testHari Khalsa2013-10-051-2/+2
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-0/+15
* SERVER-6400 fix function names in testsEric Milkie2013-05-091-5/+5
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+48