| Age | Commit message (Expand) | Author |
| 2012-08-10 | SERVER-4683 Only use embedded tcmalloc on x86_64 linux by default. | Andy Schwerin |
| 2012-08-10 | SERVER-4683 Support the imported tcmalloc, ystem tcmalloc or the default syst... | Andy Schwerin |
| 2012-08-07 | SERVER-6532 Add PDB for mongos and mongod to Windows dist archive. | Andy Schwerin |
| 2012-08-05 | SERVER-6713 use /LARGEADDRESSAWARE linker switch in Windows | Tad Marshall |
| 2012-08-04 | SERVER-6705 disable FPO for 32-bit Windows | Tad Marshall |
| 2012-07-17 | Link programs by linking all object files on the command line. | Andy Schwerin |
| 2012-07-11 | SERVER-3893, can't find a system where this breaks right now | Eliot Horowitz |
| 2012-07-10 | allow db modules to declare scripts that are run as a test suite | Dan Crosta |
| 2012-07-06 | discover and configure modules in db/modules/ | Dan Crosta |
| 2012-07-05 | SERVER-6158: Link against an explicit instance of the mongoclient library. | Andy Schwerin |
| 2012-06-13 | better freebsd support in sconstruct | Matt Dannenberg |
| 2012-06-08 | SERVER-5852: Use frame-pointers in 64-bit FreeBSD builds. | Andy Schwerin |
| 2012-06-04 | SERVER-5702 Fix Build Break | Andy Schwerin |
| 2012-06-04 | SERVER-5702: Add ability to register unit tests in SCons. | Andy Schwerin |
| 2012-06-04 | SERVER-5702: C++ unit test framework that can be compiled separately. | Andy Schwerin |
| 2012-05-24 | Revert "SERVER-5852 use libunwind routines for backtrace on freebsd" | Eric Milkie |
| 2012-05-24 | SERVER-5852 use libunwind routines for backtrace on freebsd | Eric Milkie |
| 2012-05-16 | Set linker flags for GNU ld on FreeBSD 9 | Dan Crosta |
| 2012-05-09 | SERVER-5791: SCons shouldn't die if HOME env var is not set | Dan Crosta |
| 2012-04-24 | write minidumps for unhandled exceptions on Windows | Eric Milkie |
| 2012-04-23 | SERVER-5557: Higher performance timer on Linux. | Andy Schwerin |
| 2012-04-19 | SCons: No need to check for libstdc++ when building on *nix machines. | Andy Schwerin |
| 2012-04-19 | python on windows doesn't support uname | Eliot Horowitz |
| 2012-04-18 | some cleaning based on andy's code review | Eliot Horowitz |
| 2012-04-18 | make config files and db depend on os/host | Eliot Horowitz |
| 2012-04-12 | Move printStackTrace into new stacktrace.h/cpp; improve detection of execinfo.h. | Andy Schwerin |
| 2012-04-05 | SERVER-5524 upload client tarball to correct location in S3 | Dan Crosta |
| 2012-04-03 | new scons option --mute, for less build output | Eric Milkie |
| 2012-04-03 | cleanup pch; move some macros to SConstruct | Eric Milkie |
| 2012-03-30 | SERVER-5451: Fix "scons clientBuild" on buildbots with Boost installed in non... | Andy Schwerin |
| 2012-03-28 | SCons: Build spidermonkey using a SConscript, instead of the third-party tool... | Andy Schwerin |
| 2012-03-28 | SCons: Move snappy library building into its own SConscript. | Andy Schwerin |
| 2012-03-28 | SCons, use CCFLAGS, not CPPFLAGS, when referring to compiler flags. | Andy Schwerin |
| 2012-03-28 | SCons: Clarify determination of when to use a system version of a library. | Andy Schwerin |
| 2012-03-28 | Remove myCheckLib from SConstruct, other simplification/cleanup. | Andy Schwerin |
| 2012-03-28 | SCons: /DNDEBUG stops boost assertions from aborting the program, which is no... | Andy Schwerin |
| 2012-03-26 | SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER. | Andy Schwerin |
| 2012-03-23 | Build "test" as part of "all". | Andy Schwerin |
| 2012-03-23 | SCons refactoring, cleans up building and testing the C++ client. | Andy Schwerin |
| 2012-03-19 | Remove debugging print statement from SConstruct. | Andy Schwerin |
| 2012-03-19 | Enable/disable DB-level locking at compile time. | Andy Schwerin |
| 2012-03-19 | enable BOOST_ENABLE_ASSERT_HANDLER in scons and fix boost assert functions | Eliot Horowitz |
| 2012-03-07 | improved Windows compilation flags | Eric Milkie |
| 2012-03-07 | SERVER-5172: Fix builds that set include and library paths. | Andy Schwerin |
| 2012-03-07 | SERVER-5172: Respond to forgotten CR comments. | Andy Schwerin |
| 2012-03-07 | SERVER-5172: Compile and link mongod and friends against the boost in third_p... | Andy Schwerin |
| 2012-03-03 | Merge pull request #171 from djcsdy/windows-32-bit-build-fix | Tad Marshall |
| 2012-03-02 | add gcov option to scons to prep for SERVER-1600 | Eliot Horowitz |
| 2012-03-01 | SERVER-4995: check for and link with librt on Solaris | Dan Crosta |
| 2012-02-28 | SERVER-3827 SConstruct changes for new pcre | Eric Milkie |