summaryrefslogtreecommitdiff
path: root/src/third_party/s2
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-8/+6
| | | | | On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers.
* 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
| | | | This reverts commit 744750da3a7173def0c37025e6d21f2c358363b5.
* 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
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1056
* 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
| | | | detection
* SERVER-15014 Server aborts when querying specific polygon/linestring ↵Siyuan Zhou2014-11-122-27/+60
| | | | intersections
* 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, ↵Benety Goh2014-08-122-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de-inlining functions that use logging where applicable. de-inlined BSONElement::_asCode() de-inlined BSONObjBuilder::appendDate() de-inlined DBClientCursor::nextSafe() de-inlined IndexDescriptor::_checkOk() de-inlined LastErrorHolder::getSafe() de-inlined UpdateResult constructor de-inlined QueryPlannerCommon::reverseScans() de-inlined repl::ScopedConn::connect() de-inlined repl::_MultiCommand::run() de-inlined OplogReader::tailCheck() de-inlined repl::StateBox::change() de-inlined repl::SyncSourceFeedback::_resetConnection() de-inlined DiskLoc56Bit::operator=() de-inlined DurableInterface::~DurableInterface() de-inlined ListeningSockets::closeAll() de-inlined RelativePath::fromFullPath() and getPartition() de-inlined V8Scope::checkV8ErrorState and removed debug log message from ObjTracker destructor (v8-3.25) de-inlined V8Scope::checkV8ErrorState and removed debug log message from ObjTracker destructor removed log message from List1::orphan() - this should have no user-facing impact because List1::orphan() is used in tests only removed log message from RWLockRecursiveNongreedy::Lock() removed log message from RSBase destructor removed log.h dependency from DESTRUCTOR_GUARD macro removed mongo/util/log.h dependency from qlog.h removed mongo/util/log.h dependency from stacktrace.h removed mongo/util/log.h dependency from s2 logging header removed mongo/util/log.h dependency from chunk_diff-inl.cpp removed mongo/util/log.h from pch.h removed unused mongo/util/log.h include from inlined file sorter.cpp convert HashTable<K,V> to non-template NamespaceHashTable. De-inlined NamespaceHashTable::_find() and constructor convert isself getMyAddrs()and getallIPs() debug log to use LOG() macro assign default log component MONGO_LOG_DEFAULT_COMPONENT removed unused macros LOGATMOST and LOGSOME removed unused FLOG() macro from goodies.h
* 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 ↵Eric Milkie2014-07-241-1/+1
| | | | definition
* 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
| | | | | | | | | | | | | This patch should enable building on OpenBSD 5.4. - added a processinfo implementation based heavily off of the same code for freebsd. - fixed a few scons problems in mongo and v8 - added __openbsd__ directives to s2 build - Don't disturb bswap() functions on freebsd. - Fixed indentation sloppiness. No code changes. Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
* SERVER-9751 Write log messages from S2 to the mongo logs instead of cout and ↵Andy Schwerin2014-01-222-59/+20
| | | | cerr.
* SERVER-11658 Fixup two lingering StaticLibrary instancesAndrew Morrow2014-01-071-1/+1
|
* SERVER-12166: Promote struct/class mismatch warning to error with GCC/ClangMark Benvenuto2013-12-311-1/+8
|
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-184-7/+7
|
* VS2013 fixesEric Milkie2013-09-161-0/+2
|
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-252-1/+4
|
* SERVER-9325 Add __C99FEATURES__ CPPDEFINE for Solaris to enable isinf()Tad Marshall2013-04-181-0/+4
| | | | This makes the build compile on Solaris 11.1 in addition to SmartOS.
* SERVER-8676 Macroize 'hash' namespace detection in platform, use for s2Andrew Morrow2013-03-151-7/+4
|
* Force existence of namespace std in s2 file to placate clangAndrew Morrow2013-03-081-0/+6
|
* speed up 2dsphere near searchHari Khalsa2013-01-252-0/+17
|
* Fix Windows compile warning on ARRAYSIZETad Marshall2013-01-221-0/+2
|
* use MONGO_INITIALIZER to ensure ordering of s2's static initsHari Khalsa2013-01-172-32/+11
|
* speed up frequently used toString() in s2cellidHari Khalsa2013-01-152-0/+19
|
* SERVER-7822 SERVER-7976 pragma-out windows s2 warningsHari Khalsa2012-12-204-0/+18
|
* fix solaris build, use our own drem()Hari Khalsa2012-12-061-6/+5
|
* SERVER-7794 fix drem impl for windowsHari Khalsa2012-12-031-5/+11
|
* fix drem for windows so s2near test doesn't failHari Khalsa2012-11-161-3/+8
|
* SERVER-7670 fix test for solaris (windows has same exact problem, fix TBA)Hari Khalsa2012-11-151-5/+7
|
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-131-1/+1
|
* fix compile on freebsdHari Khalsa2012-11-073-8/+16
|