summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/r2_region_coverer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-9/+15
* 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-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+10
* 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-34106 Remove all uses of `std::auto_ptr`.ADAM David Alan Martin2018-03-231-3/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+4
* SERVER-19462 Changed std::chrono to stdx::chrono in r2_region_coverer_test.cppBrandon Zhang2015-07-171-1/+1
* SERVER-19462 Additional R2CellUnion and S2CellUnion functionsBrandon Zhang2015-07-161-12/+333
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-559/+558
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-2/+5
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-1/+1
* SERVER-14192 Add covering for annulusSiyuan Zhou2014-06-131-0/+72
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-12/+35
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-091-3/+252
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-021-0/+274