summaryrefslogtreecommitdiff
path: root/src/third_party
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* SERVER-2407 support amd64 architectureEric Milkie2012-11-111-0/+2
* SERVER-2407 better support for 32-bit Linux with V8Eric Milkie2012-11-111-0/+2
* SERVER-7086 Add V8 build logic to call into JS2CJason Rassi2012-11-094-179/+46
* SERVER-7386 Define ENABLE_DEBUGGER_SUPPORT for V8Tad Marshall2012-11-091-0/+3
* fix compile on freebsdHari Khalsa2012-11-073-8/+16
* compilation fixes for gcc 4.7Eric Milkie2012-11-072-4/+0
* fix solaris buildHari Khalsa2012-11-062-6/+19
* fix some compile warningsHari Khalsa2012-11-062-2/+3
* SERVER-7542 prevent 32-bit crash on startupEric Milkie2012-11-051-1/+1
* SERVER-2874 fix geojson patch w/o chmodHarishabd Khalsa2012-11-01110-69035/+74
* SERVER-7086 Integrate third_party V8 build into SConstructJason Rassi2012-10-292-10/+21
* SERVER-7086 Add README for src/third_party/v8 directoryJason Rassi2012-10-291-0/+36
* SERVER-7086 Complete implementation of V8 SConscriptJason Rassi2012-10-291-0/+93
* SERVER-7086 Add V8 JS2C-generated .cc filesJason Rassi2012-10-292-0/+168
* SERVER-7086 Pare down V8 compiler flagsJason Rassi2012-10-291-310/+11
* SERVER-7086 Merge V8 scons files into new SConscriptJason Rassi2012-10-293-2030/+542
* SERVER-7086 Add V8 3.12.19.11 to src/third_party/v8Jason Rassi2012-10-29453-0/+382926
* Revert "(should) fix build on most linux machines"Hari Khalsa2012-10-291-1/+1
* (should) fix build on most linux machinesHari Khalsa2012-10-291-1/+1
* SERVER-2874 Import S2 the flags library it depends on, add GeoJSON parsingHari Khalsa2012-10-29208-1/+104655
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-7023 only recreate jsautokw.h if out-of-dateTad Marshall2012-09-301-0/+89