summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8676 Add libc++ support when building with clangAndrew Morrow2013-03-151-0/+11
* SERVER-8464 Add C++11 support to build systemAndrew Morrow2013-03-151-0/+20
* SERVER-8466 SERVER-8467 Clang support and autodetectionAndrew Morrow2013-03-151-34/+130
* Options to adorn variant dir, including with current branchAndrew Morrow2013-03-151-7/+18
* SCons: Make glibc check a function of --release flag, not presence of --s3dis...Andy Schwerin2013-02-221-0/+3
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-0/+4
* scons fixes for fts and --32Eliot Horowitz2012-12-311-0/+1
* SERVER-380: Add snowball stemmerEliot Horowitz2012-12-251-0/+1
* SERVER-7513 Build tcmalloc on macShaun Verch2012-12-241-3/+7
* add static-libstdc++ option to sconsEliot Horowitz2012-12-231-1/+4
* clean up geo parsing a bitHari Khalsa2012-12-181-0/+2
* add colon to characters that are transformed when generating variant dirEric Milkie2012-12-141-1/+1
* link correct libraries on Windows for opensslEric Milkie2012-12-141-2/+6
* SERVER-7405 Stage banners as requested in modulesAndrew Morrow2012-11-271-0/+1
* SERVER-7088 make --usev8 the default instead of --usesmEric Milkie2012-11-111-2/+2
* Client and common support for SASL authentication.Andy Schwerin2012-11-081-0/+8
* Remove stray debug print statement from SConstructJason Rassi2012-11-051-1/+0
* SERVER-7473 Provide functionality for registering "module" tests in SCons.Andy Schwerin2012-10-311-1/+2
* SERVER-7086 Integrate third_party V8 build into SConstructJason Rassi2012-10-291-5/+2
* SERVER-7086 Complete implementation of V8 SConscriptJason Rassi2012-10-291-1/+2
* Revert "(should) fix build on most linux machines"Hari Khalsa2012-10-291-3/+0
* (should) fix build on most linux machinesHari Khalsa2012-10-291-0/+3
* --use-cpu-profiler shouldn't impact variant dirEliot Horowitz2012-10-241-1/+1
* SERVER-7118 Change "mongo modules" to use SConscript files for modules.Andy Schwerin2012-10-231-12/+18
* can pass a list of files to lint.pyEliot Horowitz2012-10-161-1/+1
* move lint code to its own directoryEliot Horowitz2012-10-151-70/+2
* hook up our own IsTestFilename for cpplintEliot Horowitz2012-10-151-1/+9
* hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-151-0/+72
* Do not import now-defunct buildscripts.bb in SConstruct.Andrew Schwerin2012-10-121-1/+0
* remove bb.py as it's no longer needed in buildbotRandall Hunt2012-10-121-1/+0
* Simplify the implementation of s3push() in SConstruct, eliminate _rpartition ...Andy Schwerin2012-10-041-25/+10
* Fix BUILDBOT-185 by checking env['MONGO_MODULES'] and adding it to the build ...Randall Hunt2012-09-181-6/+7