Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-25865 stdx::unordered_map and stdx::unordered_set | David Storch | 2016-09-08 | 1 | -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 assertions | Andreas Nilsson | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | Revert "SERVER-24523 Include file and line numbers in assertions" | Eric Milkie | 2016-07-08 | 1 | -1/+1 |
| | | | | This reverts commit 744750da3a7173def0c37025e6d21f2c358363b5. | ||||
* | SERVER-24523 Include file and line numbers in assertions | Andreas Nilsson | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | SERVER-22135 Take python from environment rather system default path | Valentin Kuznetsov | 2016-01-15 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1056 | ||||
* | SERVER-18668 remove some pessimizing and redundant moves | Adam Midvidy | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | SERVER-19674 Change S2 fatal error to warning | Kevin Albertson | 2015-08-14 | 3 | -6/+9 |
| | |||||
* | SERVER-9666 Collapse the low level cyclic libs into a new base lib | Andrew Morrow | 2015-07-21 | 4 | -2/+19 |
| | |||||
* | SERVER-19462 Additional R2CellUnion and S2CellUnion functions | Brandon Zhang | 2015-07-16 | 2 | -0/+8 |
| | |||||
* | SERVER-18133 Make LogstreamBuilder movable, other C++11 improvements. | Andy Schwerin | 2015-04-20 | 1 | -3/+5 |
| | |||||
* | SERVER-9555 Better OS detection in scons | Jonathan Reams | 2015-03-30 | 5 | -6/+6 |
| | |||||
* | SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macro | Andrew Morrow | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | SERVER-17552 Use correct OS detection macros, rather than our own | Andrew Morrow | 2015-03-11 | 2 | -6/+6 |
| | |||||
* | SERVER-9562 Add better detection of toolchain/arch | Jonathan Reams | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | SERVER-17428 remove _snprintf for Visual Studio 2015 | Eric Milkie | 2015-03-02 | 1 | -6/+1 |
| | |||||
* | SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ↵ | Siyuan Zhou | 2015-02-05 | 1 | -10/+1 |
| | | | | detection | ||||
* | SERVER-15014 Server aborts when querying specific polygon/linestring ↵ | Siyuan Zhou | 2014-11-12 | 2 | -27/+60 |
| | | | | intersections | ||||
* | SERVER-15592 set default log component for all cpp | Matt Kangas | 2014-10-14 | 1 | -0/+2 |
| | |||||
* | SERVER-15550 rename LogComponent::kS2 to LogComponent::kGeo | Matt Kangas | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | SERVER-15184 memset before constructor to avoid clang 3.5 warning | Siyuan Zhou | 2014-09-22 | 1 | -9/+3 |
| | |||||
* | SERVER-14508 Better error messages from GeoJSON parsing | Siyuan Zhou | 2014-09-22 | 6 | -18/+72 |
| | |||||
* | SERVER-14184 Remove unused S2 macros that conflict on OS X Yosemite | Matt Kangas | 2014-09-19 | 1 | -2/+2 |
| | |||||
* | SERVER-15183 suppress warning about fabs value truncation | Tyler Brock | 2014-09-19 | 2 | -0/+16 |
| | |||||
* | SERVER-15184 supress warning about memset overwriting vtable ptr | Tyler Brock | 2014-09-19 | 1 | -0/+7 |
| | |||||
* | SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, ↵ | Benety Goh | 2014-08-12 | 2 | -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 5 | Benety Goh | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | SERVER-14671 change class hash to struct hash, to match system include's ↵ | Eric Milkie | 2014-07-24 | 1 | -1/+1 |
| | | | | definition | ||||
* | SERVER-14343 leaner include paths | Andrew Morrow | 2014-07-12 | 1 | -2/+1 |
| | |||||
* | SERVER-14015: Fix S2 Compilation on GCC 4.9/Solaris by choosing sqrt(double) | Mark Benvenuto | 2014-05-21 | 2 | -16/+16 |
| | |||||
* | SERVER-1120 OpenBSD Port | Colin Stolley | 2014-04-18 | 2 | -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 Schwerin | 2014-01-22 | 2 | -59/+20 |
| | | | | cerr. | ||||
* | SERVER-11658 Fixup two lingering StaticLibrary instances | Andrew Morrow | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | SERVER-12166: Promote struct/class mismatch warning to error with GCC/Clang | Mark Benvenuto | 2013-12-31 | 1 | -1/+8 |
| | |||||
* | SERVER-11658 Consistently use Library target | Andrew Morrow | 2013-11-18 | 4 | -7/+7 |
| | |||||
* | VS2013 fixes | Eric Milkie | 2013-09-16 | 1 | -0/+2 |
| | |||||
* | add multipoint/line/poly. SERVER-8907 SERVER-8349 | Hari Khalsa | 2013-06-25 | 2 | -1/+4 |
| | |||||
* | SERVER-9325 Add __C99FEATURES__ CPPDEFINE for Solaris to enable isinf() | Tad Marshall | 2013-04-18 | 1 | -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 s2 | Andrew Morrow | 2013-03-15 | 1 | -7/+4 |
| | |||||
* | Force existence of namespace std in s2 file to placate clang | Andrew Morrow | 2013-03-08 | 1 | -0/+6 |
| | |||||
* | speed up 2dsphere near search | Hari Khalsa | 2013-01-25 | 2 | -0/+17 |
| | |||||
* | Fix Windows compile warning on ARRAYSIZE | Tad Marshall | 2013-01-22 | 1 | -0/+2 |
| | |||||
* | use MONGO_INITIALIZER to ensure ordering of s2's static inits | Hari Khalsa | 2013-01-17 | 2 | -32/+11 |
| | |||||
* | speed up frequently used toString() in s2cellid | Hari Khalsa | 2013-01-15 | 2 | -0/+19 |
| | |||||
* | SERVER-7822 SERVER-7976 pragma-out windows s2 warnings | Hari Khalsa | 2012-12-20 | 4 | -0/+18 |
| | |||||
* | fix solaris build, use our own drem() | Hari Khalsa | 2012-12-06 | 1 | -6/+5 |
| | |||||
* | SERVER-7794 fix drem impl for windows | Hari Khalsa | 2012-12-03 | 1 | -5/+11 |
| | |||||
* | fix drem for windows so s2near test doesn't fail | Hari Khalsa | 2012-11-16 | 1 | -3/+8 |
| | |||||
* | SERVER-7670 fix test for solaris (windows has same exact problem, fix TBA) | Hari Khalsa | 2012-11-15 | 1 | -5/+7 |
| | |||||
* | SERVER-2874 performance fix for s2 intersect, add s2 near | Hari Khalsa | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | fix compile on freebsd | Hari Khalsa | 2012-11-07 | 3 | -8/+16 |
| |