summaryrefslogtreecommitdiff
path: root/src/third_party/s2
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75392 Update fast integer rounding implementations in S2 libraryMihai Andrei2023-05-122-78/+6
* SERVER-76473 Fix compiling S2 lib for Windows with VS2022Henrik Edin2023-04-251-6/+0
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-255-49/+58
* SERVER-44194 Complete TODO listed in SERVER-19674Bynn Lee2021-02-171-1/+1
* SERVER-53260 s2geometry: remove unused definition MSG_NOSIGNAL to fix macosx ...Billy Donahue2020-12-081-3/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-12/+8
* SERVER-46157 Logging from s2 uses logv2Henrik Edin2020-02-241-39/+37
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-4/+4
* SERVER-41648 remove mongo headers from s2 files.Billy Donahue2019-09-089-110/+249
* Revert "SERVER-41648 remove mongo headers from s2 files."Billy Donahue2019-09-049-249/+110
* SERVER-41648 remove mongo headers from s2 files.Billy Donahue2019-09-049-110/+249
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-094-8/+8
* SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-042-4/+12
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-295-5/+5
* SERVER-17414 Disable warnings with optimized code generationMark Benvenuto2017-10-211-0/+4
* SERVER-17414 Disable warnings in third-partyMark Benvenuto2017-10-203-0/+13
* Revert "SERVER-29887 address clang-4.0 warnings in geo code"Mathias Stearn2017-07-141-6/+0
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-131-0/+6
* SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow2017-02-159-16/+17
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-6/+11
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-8/+6
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-111-1/+1
* Revert "SERVER-24523 Include file and line numbers in assertions"Eric Milkie2016-07-081-1/+1
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-071-1/+1
* SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov2016-01-151-1/+1
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19674 Change S2 fatal error to warningKevin Albertson2015-08-143-6/+9
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-214-2/+19
* SERVER-19462 Additional R2CellUnion and S2CellUnion functionsBrandon Zhang2015-07-162-0/+8
* SERVER-18133 Make LogstreamBuilder movable, other C++11 improvements.Andy Schwerin2015-04-201-3/+5
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-305-6/+6
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-1/+1
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-112-6/+6
* SERVER-9562 Add better detection of toolchain/archJonathan Reams2015-03-091-2/+2
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-6/+1
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-10/+1
* SERVER-15014 Server aborts when querying specific polygon/linestring intersec...Siyuan Zhou2014-11-122-27/+60
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15550 rename LogComponent::kS2 to LogComponent::kGeoMatt Kangas2014-10-071-2/+2
* SERVER-15184 memset before constructor to avoid clang 3.5 warningSiyuan Zhou2014-09-221-9/+3
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-226-18/+72
* SERVER-14184 Remove unused S2 macros that conflict on OS X YosemiteMatt Kangas2014-09-191-2/+2
* SERVER-15183 suppress warning about fabs value truncationTyler Brock2014-09-192-0/+16
* SERVER-15184 supress warning about memset overwriting vtable ptrTyler Brock2014-09-191-0/+7
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-122-3/+22
* SERVER-14467 log S2 debug messages as query log message at level 5Benety Goh2014-08-071-1/+2
* SERVER-14671 change class hash to struct hash, to match system include's defi...Eric Milkie2014-07-241-1/+1
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-2/+1
* SERVER-14015: Fix S2 Compilation on GCC 4.9/Solaris by choosing sqrt(double)Mark Benvenuto2014-05-212-16/+16
* SERVER-1120 OpenBSD PortColin Stolley2014-04-182-2/+7