summaryrefslogtreecommitdiff
path: root/src/third_party
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13828 Enable build with v8 3.25 on arm64Michael Hudson-Doyle2014-05-121-0/+28
* SERVER-13686 V8 3.25 scripting engine. Disabled by default. Enable using SCon...Benety Goh2014-05-012-4/+441
* SERVER-13686 import third_party/v8-3.25.28.14 JS2C Python scriptsBenety Goh2014-05-012-0/+714
* SERVER-13686 Add V8 3.25.28.14 (SHA1 92cf0d798d3ad54a903818815286dd83a3ea5f63...Benety Goh2014-04-23632-0/+576138
* SERVER-1120 OpenBSD PortColin Stolley2014-04-183-3/+11
* SERVER-13544 Enable gperftools for C++11 buildsAndrew Morrow2014-04-1412-65/+65
* SERVER-13528 After taking gperftools issue 581 fixes, renable OS X debug allocAndrew Morrow2014-04-111-4/+1
* SERVER-13528 Cherry pick fixes for gperftools issue 581Andrew Morrow2014-04-111-2/+10
* SERVER-12255 Fix missing symbols when building a 32 bit tcmallocAndrew Morrow2014-04-071-0/+2
* SERVER-12403 permit use-system-boost on Windows to work with autolib linkingEric Milkie2014-01-231-7/+12
* SERVER-9751 Write log messages from S2 to the mongo logs instead of cout and ...Andy Schwerin2014-01-222-59/+20
* Swallow return value of writes in tcmalloc profiling code, to satisfy some co...Andy Schwerin2014-01-161-2/+4
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-1/+0
* SERVER-11658 Fixup two lingering StaticLibrary instancesAndrew Morrow2014-01-071-1/+1
* SERVER-11871 Fix assert in Page::Initialize.Mathias Stearn2014-01-071-1/+1
* SERVER-12166: Promote struct/class mismatch warning to error with GCC/ClangMark Benvenuto2013-12-311-1/+8
* SERVER-11778 add proper header for std::maxEric Milkie2013-11-191-0/+1
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-1812-62/+62
* SERVER-11575 Added support for YAML Config FileShaun Verch2013-11-1392-0/+10182
* SERVER-11650 Disable debugallocation on darwin due to gperftools issue 581Andrew Morrow2013-11-111-1/+5
* SERVER-11099 Partial cherry-pick from upstream v8 to fix UB related mongo she...Andrew Morrow2013-10-181-1/+2
* SERVER-11102 Enable gperftools debugging features in debug buildsAndrew Morrow2013-10-101-1/+5
* SERVER-11010 Use Append rather than AppendUnique to fix build breakageAndrew Morrow2013-10-031-1/+1
* SERVER-11010 For non-debug builds, build gperftools with NDEBUG to prefer the...Andrew Morrow2013-10-031-1/+11
* SERVER-10726 Suppress warnings in build of internal v8Andrew Morrow2013-09-181-4/+13
* VS2013 fixesEric Milkie2013-09-164-1/+9
* SERVER-9766 Don't fail the build on missing system libraries unless they are ...Andrew Morrow2013-09-111-6/+26
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-252-1/+4
* SERVER-9775 Remove SpiderMonkeyTad Marshall2013-06-24245-133040/+2
* SERVER-6951 SERVER-9656 SERVER-9849 Handle third_party libraries consistentlyAndrew Morrow2013-06-032-3/+12
* SERVER-9325 Add __C99FEATURES__ CPPDEFINE for Solaris to enable isinf()Tad Marshall2013-04-181-0/+4
* SERVER-8969 Support specifying minimum windows version to buildAndrew Morrow2013-04-081-0/+5
* SERVER-8842 Apply OS X minimum version flag to buildAndrew Morrow2013-03-151-1/+1
* 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
* SERVER-8880 Visual Studio -- remove /OPT:REF and /OPT:ICFTad Marshall2013-03-071-4/+0
* Visual Studio -- rename project and solution filesTad Marshall2013-02-201-1/+1
* 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-380: Add snowball stemmerEliot Horowitz2012-12-2582-0/+28900
* SERVER-7513 Build tcmalloc on macShaun Verch2012-12-242-4/+281
* SERVER-7990: use real_climit() in StackLimitCheck::HasOverflowed (v8 backport)Ben Becker2012-12-212-6/+15
* SERVER-7822 SERVER-7976 pragma-out windows s2 warningsHari Khalsa2012-12-204-0/+18
* SERVER-7989: ContextSwitcher::PreemptionReceived() was checking the default i...Ben Becker2012-12-191-1/+1
* 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
* SERVER-6758 - use third_party profiler when using --use-cpu-profilerEliot Horowitz2012-11-272-3/+21
* fix drem for windows so s2near test doesn't failHari Khalsa2012-11-161-3/+8