summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24120 Treat linker warnings as errors on binutils platformsAndrew Morrow2016-06-031-0/+9
* SERVER-23910 Add support for building with -fstack-protector-strongAndrew Morrow2016-06-021-6/+43
* SERVER-23911 Add _FORTIFY_SOURCE to preprocessor definitions when requestedAndrew Morrow2016-06-021-0/+44
* SERVER-24185 Enable read-only relocations for ELF platformsAndrew Morrow2016-05-241-5/+3
* SERVER-23948 Check at configure time that the claimed C++ compiler can actual...Andrew Morrow2016-05-171-19/+42
* SERVER-22371 Allow db/query/query_common to link against ICUJ. Rassi2016-05-171-15/+11
* SERVER-23826 Run all tests under the undefined behavior sanitizerAndrew Morrow2016-05-161-2/+14
* SERVER-24117 Force the stack to always be non-executableAndrew Morrow2016-05-101-0/+11
* SERVER-1811 Re-enable aarch64 supportAndrew Morrow2016-04-281-7/+7
* SERVER-23519 Change Windows Builders to VS2015, and require VS2015Mark Benvenuto2016-04-281-2/+2
* SERVER-23957 Honor disable-minimum-compiler-version-enforcement for libstdc++Jonathan Reams2016-04-281-1/+2
* SERVER-23518 Require GCC and libstdc++ 5.3.0Andrew Morrow2016-04-261-14/+15
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-11/+0
* SERVER-19505 Add Visual Studio 2015 BuilderMark Benvenuto2016-04-221-2/+2
* SERVER-23826 Run the dbtests under UBSANAndrew Morrow2016-04-201-6/+0
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-0/+26
* SERVER-16221 Enable UBSAN build and unittestAndrew Morrow2016-04-191-1/+14
* SERVER-23520 Add a C++14 canary builderAndrew Morrow2016-04-181-3/+35
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-151-0/+7
* SERVER-23719 Control verbosity with a VERBOSE variableAndrew Morrow2016-04-141-9/+23
* SERVER-17788 GPerfTools 2.5 Build IntegrationMark Benvenuto2016-04-121-1/+1
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-111-0/+9
* Revert "SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in...Ian Whalen2016-04-071-9/+0
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-071-0/+9
* SERVER-23556 Disable mmapv1 on non-x86 platformsAndrew Morrow2016-04-061-6/+4
* SERVER-19986 clang_format.py lint should enumerate all files for scons integr...Mark Benvenuto2016-04-041-1/+1
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-0/+1
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-041-1/+0
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-0/+1
* SERVER-23452 Enable -Werror on SolarisMark Benvenuto2016-04-021-1/+1
* SERVER-17294 Boost 1.60 Build IntegrationMark Benvenuto2016-03-311-17/+6
* SERVER-23276: Disable MMapV1 on Big EndianMark Benvenuto2016-03-241-0/+20
* SERVER-22338 Integrate JavaScript linting into scons lint targetMike Grundy2016-03-181-0/+4
* SERVER-22686 Add C++14 enable_if_t to stdxsamantharitter2016-03-101-0/+35
* SERVER-16221 Improve support for running with ubsanAndrew Morrow2016-02-171-0/+5
* Revert "SERVER-16496 Define BOOST assert handler"Mark Benvenuto2016-02-171-1/+0
* SERVER-22371 initial implementation of ICU build system integrationDavid Storch2016-02-161-0/+20
* SERVER-17563 GPerfTools does not build on PPC64LE (Power8) platformMark Benvenuto2016-02-111-1/+1
* SERVER-16496 Define BOOST assert handlerMark Benvenuto2016-02-101-0/+1
* SERVER-22197 Don't use tcmalloc by default on non x86 linuxAndrew Morrow2016-01-191-11/+24
* SERVER-22110 ppc64le builds should detect target arch as ppc64le, not ppc64Mark Benvenuto2016-01-141-18/+22
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-01-051-46/+64
* SERVER-21820 SERVER-21830 Export endian from SConstruct for use in third_partyAndrew Morrow2015-12-221-0/+1
* SERVER-21819 Add s390x to list of known target platformsAndrew Morrow2015-12-211-0/+1
* SERVER-21834: use ppc64 instead of PowerPC as the platformMark Benvenuto2015-12-111-6/+6
* SERVER-21611 Substitute variables in SCons command line targetsAndrew Morrow2015-12-111-0/+15
* SERVER-21598 Code coverage compile options aren't passed to wired tigerMike Grundy2015-12-101-2/+2
* 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