summaryrefslogtreecommitdiff
path: root/src/third_party/s2/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow2017-02-151-2/+3
* 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-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19674 Change S2 fatal error to warningKevin Albertson2015-08-142-5/+2
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+5
* SERVER-18133 Make LogstreamBuilder movable, other C++11 improvements.Andy Schwerin2015-04-201-3/+5
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-1/+1
* 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-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-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-1120 OpenBSD PortColin Stolley2014-04-182-2/+7
* SERVER-9751 Write log messages from S2 to the mongo logs instead of cout and ...Andy Schwerin2014-01-222-59/+20
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-1/+1
* VS2013 fixesEric Milkie2013-09-161-0/+2
* Force existence of namespace std in s2 file to placate clangAndrew Morrow2013-03-081-0/+6
* Fix Windows compile warning on ARRAYSIZETad Marshall2013-01-221-0/+2
* 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
* fix compile on freebsdHari Khalsa2012-11-072-7/+15
* fix solaris buildHari Khalsa2012-11-061-5/+18
* SERVER-2874 fix geojson patch w/o chmodHarishabd Khalsa2012-11-014-11/+0
* SERVER-2874 Import S2 the flags library it depends on, add GeoJSON parsingHari Khalsa2012-10-2923-0/+4065