summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9855 Add support for specifying Mavericks as the OS X minimum versionAndrew Morrow2013-11-051-1/+1
* SERVER-9855 Remove obsolete darwin configuration optionsAndrew Morrow2013-11-051-14/+1
* SERVER-11333 Add build flag to suppress use of __declspec(thread)Andrew Morrow2013-10-241-17/+20
* SERVER-11333 Use configure time checks and posix feature tests to select TSP ...Andrew Morrow2013-10-241-0/+43
* SERVER-11264 Include OS X minimum version flag on link linesAndrew Morrow2013-10-181-1/+3
* SERVER-10830 msi builder as an scons targetEric Milkie2013-10-091-1/+2
* SERVER-11084 Error when mixing --gcov and --cacheMathias Stearn2013-10-081-0/+3
* SERVER-11053 Support use of CacheDir rather than Brobdingnagian variant direc...Andrew Morrow2013-10-071-7/+27
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+1
* SERVER-10816 enable StackChecker when not optimized and in debug mode rather ...matt dannenberg2013-09-251-0/+2
* SERVER-10401 Disable new clang-3.4 warningAndrew Morrow2013-09-181-0/+4
* SERVER-10726 Orthogonalize debugging and optimization optionsAndrew Morrow2013-09-161-97/+188
* SERVER-8684 added a CCPDEFINE to cause newer system versions of boost to use ...matt dannenberg2013-09-161-0/+1
* SERVER-9766 Don't fail the build on missing system libraries unless they are ...Andrew Morrow2013-09-111-21/+11
* SERVER-9766 Remove support for separate client driver packageAndrew Morrow2013-09-111-12/+0
* SERVER-9770 introduce new scons flag to optionally build with /MDEric Milkie2013-09-061-11/+19
* Retain frame pointers when building with clang sanitizersAndrew Morrow2013-08-151-0/+1
* SERVER-10401 Suppress tautology warning in v8 triggered when using clang-3.4Andrew Morrow2013-08-011-0/+3
* SERVER-9670 Eliminate MONGO_LIBDEPS_* global environment variables from SCons.Andy Schwerin2013-07-091-3/+0
* SERVER-9881 Use presence of a certain type_trait to detect libstdc++ 4.6.0 or...Andrew Morrow2013-07-021-10/+13
* SERVER-9775 Remove use-system-sm optionTad Marshall2013-06-241-2/+0
* SERVER-9775 Remove SpiderMonkeyTad Marshall2013-06-241-7/+2
* SERVER-9761 Enforce immediate binding of all symbols at process startupAndrew Morrow2013-06-241-0/+12
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-06-201-1/+2
* SERVER-9890 Force the use of gnulink on solaris, since we always link through...Andrew Morrow2013-06-131-0/+15
* SERVER-9881 Reject attempts to build in C++11 mode with ancient libstdc++Andrew Morrow2013-06-101-0/+35
* SERVER-8467 Don't pass -rdynamic on OS XAndrew Morrow2013-06-081-1/+5
* SERVER-6514 Only apply -zdefs and --as-needed to shared client libraryAndrew Morrow2013-06-061-3/+0
* SERVER-9410 Permit use of Interlocked operations on Windows Server 2003Andrew Morrow2013-06-041-6/+7
* SERVER-6951 SERVER-9656 SERVER-9849 Handle third_party libraries consistentlyAndrew Morrow2013-06-031-0/+24
* SERVER-9656 Use libstemmer when using system libraries.Rogério Brito2013-06-031-1/+3
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-031-9/+4
* SERVER-7902 added support for global /etc/mongorc.jsagralius2013-05-061-1/+1
* Provide an option to tunnel the calling shell environmentAndrew Morrow2013-05-021-0/+7
* SERVER-8465 Provide a way to tell scons to honor $CC and $CXXAndrew Morrow2013-05-021-0/+15
* Rely more exclusively on SCons to locate MS toolsAndrew Morrow2013-04-261-17/+4
* Handle gcc options parsing peculiarity for -Wno- flagsAndrew Morrow2013-04-261-3/+19
* Don't suppress configure checks during --cleanAndrew Morrow2013-04-261-4/+4
* Fix buildbot due to what we think is a bug in g++-4.6Mathias Stearn2013-04-241-4/+6
* Add -Wno-unused-typedefs to unbreak building with g++-4.8Mathias Stearn2013-04-241-1/+4
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-221-1/+1
* SERVER-8969 Support specifying minimum windows version to buildAndrew Morrow2013-04-081-28/+66
* Add support for new sanitizers in clang 3.3 and gcc 4.8Andrew Morrow2013-04-081-1/+21
* SERVER-9002 Fix indentation issue with compiler detection bodiesAndrew Morrow2013-03-231-1/+7
* SERVER-8463 Make control of link time optimization explicitAndrew Morrow2013-03-231-6/+26
* Add option for slightly faster sconsingAndrew Morrow2013-03-231-0/+8
* SERVER-9002 Some preliminary work towards knowing what toolchain we are usingAndrew Morrow2013-03-231-55/+95
* Work around old GCC that doesn't understand -Wno-errorAndrew Morrow2013-03-161-2/+5
* SERVER-8464 For C++11 builds, specify C99 mode for any C compilesAndrew Morrow2013-03-151-3/+6
* SERVER-8842 Apply OS X minimum version flag to buildAndrew Morrow2013-03-151-0/+13