summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24240 SERVER-17237 Suppress warnings with newer compilersAndrew Morrow2016-05-241-0/+6
* SERVER-24117 Force the stack to always be non-executableAndrew Morrow2016-05-161-0/+11
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-05-101-0/+26
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-181-0/+7
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-181-0/+1
* SERVER-23719 Control verbosity with a VERBOSE variableAndrew Morrow2016-04-151-9/+23
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-141-0/+9
* SERVER-23556 Disable mmapv1 on non-x86 platformsAndrew Morrow2016-04-061-0/+18
* SERVER-23452 Enable -Werror on SolarisMark Benvenuto2016-04-041-1/+1
* SERVER-22338 Integrate JavaScript linting into scons lint targetMike Grundy2016-03-211-0/+4
* SERVER-17563 GPerfTools does not build on PPC64LE (Power8) platformMark Benvenuto2016-03-071-1/+1
* SERVER-22197 Don't use tcmalloc by default on non x86 linuxAndrew Morrow2016-03-071-11/+24
* SERVER-22110 ppc64le builds should detect target arch as ppc64le, not ppc64Mark Benvenuto2016-03-071-17/+22
* SERVER-21834: use ppc64 instead of PowerPC as the platformMark Benvenuto2016-03-071-6/+6
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-01-271-46/+64
* SERVER-21515: Add mongodecrypt to dist targetSpencer Jackson2015-11-201-0/+1
* SERVER-17105 Valgrind 3.11.0 ImportMark Benvenuto2015-11-121-0/+5
* SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow2015-10-271-1/+1
* SERVER-20974 Improve undefined behavior sanitizer integrationAndrew Morrow2015-10-191-11/+15
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-1/+1
* SERVER-17790 Define NDEBUG on non-debug buildsJonathan Reams2015-09-281-0/+2
* SERVER-17422 Use BCrypt API for secure random number generation on WindowsAndrew Morrow2015-09-151-9/+14
* SERVER-16852 Fix enterprise OSX buildsJonathan Reams2015-09-081-1/+1
* SERVER-16852 Print buildInfo in version output/allow override of buildInfoJonathan Reams2015-09-041-37/+30
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+3
* SERVER-19845 Fix 32-bit compile issue by adding WT enabled defineAndreas Nilsson2015-08-271-0/+1
* SERVER-17995 Prefer gold linker if availableJonathan Reams2015-08-261-42/+41
* SERVER-18668 warn about pessimizing/redundant moves if compiler can do soAdam Midvidy2015-08-241-0/+7
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-13/+65
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-241-24/+4
* SERVER-19447 implement SCons support for CPP integration testsAdam Midvidy2015-08-111-2/+10
* SERVER-19822 Make sure directory names in dist archives are consistentJonathan Reams2015-08-071-1/+11
* SERVER-19622 Vendorize Intel Decimal Math libraryRaymond Jacobson2015-07-311-0/+10
* SERVER-19613 Add experimental Decimal128 build flagRaymond Jacobson2015-07-311-0/+11
* SERVER-19458: Add memory zeroing utilitySpencer Jackson2015-07-271-0/+23
* SERVER-9564 When libabigail utils are present, minimize relinkingAndrew Morrow2015-07-241-0/+10
* SERVER-9564 Expose linking model choice as a build optionAndrew Morrow2015-07-231-6/+71
* SERVER-19376 Make SpiderMonkey the default JS EngineJason Carey2015-07-211-1/+1
* SERVER-18911 Fix source tarball directory prefixJonathan Reams2015-07-201-1/+1
* SERVER-19427 Fix malformed one element tuples in processor_macros dictionaryAndrew Morrow2015-07-161-2/+5
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-7/+7
* SERVER-19353 Do not use the deprecated boost system interfacesAndrew Morrow2015-07-101-0/+1
* SERVER-19088 The cache scons flag should disable fast-and-loose scons flagJonathan Reams2015-07-071-1/+3
* SERVER-10512: Add -fno-omit-frame-pointer by defaultMartin Bligh2015-07-061-1/+2
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-2/+9
* SERVER-19123 Fix using system zlib in sconsJonathan Reams2015-06-301-1/+1
* SERVER-19099 Add a target to build all generated sourcesAndrew Morrow2015-06-291-1/+2
* SERVER-19164 Enable /bigobj for Windows debug/no-opt buildsKaloian Manassiev2015-06-261-0/+3
* SERVER-18953 SERVER-9567 Add debug symbols archive targetJonathan Reams2015-06-231-2/+4
* SERVER-6737 Simplify existing thread local support.Andy Schwerin2015-06-221-43/+27