summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76742 Improve unhash speed of GeoHashJordi Olivares Provencio2023-05-035-134/+111
* SERVER-62997 Start building everything with c++20Alexander Neben2023-04-183-48/+2
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-185-14/+14
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-125-14/+15
* SERVER-73235 Replace invariant with tassert when checking if geometry contain...Ivan Fefer2023-01-241-1/+3
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-6/+6
* SERVER-23146 More verbose error messages for geoparserEmily Wang2022-06-221-44/+77
* SERVER-67174 Hardcode RNG values for GeoHash testJordi Olivares Provencio2022-06-101-15/+16
* SERVER-67099 Improve GeoHash speedJordi Olivares Provencio2022-06-092-7/+95
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-17/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-064-4/+12
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-58789 Make GeometryContainer copyableDan Larkin-York2022-04-064-19/+166
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-014-192/+143
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-142-5/+3
* SERVER-58745 Expose computeGeoNearDistance() as an internal-only DocumentSourceRuoxin Xu2021-08-122-0/+82
* SERVER-57762 Create an internal, bucketed $geoWithin operatorRuoxin Xu2021-08-064-29/+37
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-023-7/+7
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-302-0/+10
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-021-1/+9
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-15/+29
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-212-2/+11
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-186-49/+84
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-151-2/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-213-3/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-8/+24
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-021-31/+28
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-2/+4
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-153-0/+24
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-279-129/+71
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-16/+14
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-123/+124
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-4/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-095-17/+8
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-8/+6
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1318-18/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2218-252/+288
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-043-7/+7
* SERVER-34106 Remove all uses of `std::auto_ptr`.ADAM David Alan Martin2018-03-231-3/+3
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+4
* SERVER-27968 $geoWithin with $centerSphere should return LineString and Polyg...Tess Avitabile2017-10-101-0/+23
* Revert "SERVER-27968 $geoWithin with $centerSphere should return LineString a...Ramon Fernandez2017-10-101-23/+0
* SERVER-27968 $geoWithin with $centerSphere should return LineString and Polyg...Wan Bachtiar2017-10-101-0/+23
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-261-4/+2
* Revert "SERVER-29887 address clang-4.0 warnings in geo code"Mathias Stearn2017-07-141-2/+4