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