summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/shapes.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58789 Make GeometryContainer copyableDan Larkin-York2022-04-061-6/+17
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-11/+9
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+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-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-298/+285
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+5
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-4/+5
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-5/+14
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-5/+16
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-5/+41
* SERVER-14192 Add covering for annulusSiyuan Zhou2014-06-131-10/+21
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-1/+25
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-091-0/+10
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-15/+80
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-7/+7
* SERVER-12166: Promote struct/class mismatch warning to error with GCC/ClangMark Benvenuto2013-12-311-1/+1
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-1/+0
* SERVER-11176 don't allow OOB legacy points to become spherical pointsHari Khalsa2013-10-151-0/+5
* 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-1/+80
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-6/+8
* CS-4068 add within to matcherHari Khalsa2012-11-301-2/+2
* This is my first Geo cleanup change.Harishabd Khalsa2012-10-231-0/+104