summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7405 Stage banners as requested in modulesAndrew Morrow2012-12-031-0/+1
* [BUILDBOT-185] fix naming when you add modulesRandall Hunt2012-09-181-0/+3
* fix module search pathRandall Hunt2012-09-181-1/+1
* SERVER-4683 Only use embedded tcmalloc on x86_64 linux by default.Andy Schwerin2012-08-101-1/+2
* SERVER-4683 Support the imported tcmalloc, ystem tcmalloc or the default syst...Andy Schwerin2012-08-101-7/+23
* SERVER-6532 Add PDB for mongos and mongod to Windows dist archive.Andy Schwerin2012-08-071-0/+2
* SERVER-6713 use /LARGEADDRESSAWARE linker switch in WindowsTad Marshall2012-08-051-0/+3
* SERVER-6705 disable FPO for 32-bit WindowsTad Marshall2012-08-041-3/+4
* Link programs by linking all object files on the command line.Andy Schwerin2012-07-171-0/+2
* SERVER-3893, can't find a system where this breaks right nowEliot Horowitz2012-07-111-2/+1
* allow db modules to declare scripts that are run as a test suiteDan Crosta2012-07-101-0/+1
* discover and configure modules in db/modules/Dan Crosta2012-07-061-0/+9
* SERVER-6158: Link against an explicit instance of the mongoclient library.Andy Schwerin2012-07-051-2/+0
* better freebsd support in sconstructMatt Dannenberg2012-06-131-1/+2
* SERVER-5852: Use frame-pointers in 64-bit FreeBSD builds.Andy Schwerin2012-06-081-0/+1
* SERVER-5702 Fix Build BreakAndy Schwerin2012-06-041-1/+1
* SERVER-5702: Add ability to register unit tests in SCons.Andy Schwerin2012-06-041-2/+4
* SERVER-5702: C++ unit test framework that can be compiled separately.Andy Schwerin2012-06-041-1/+1
* Revert "SERVER-5852 use libunwind routines for backtrace on freebsd"Eric Milkie2012-05-241-8/+3
* SERVER-5852 use libunwind routines for backtrace on freebsdEric Milkie2012-05-241-3/+8
* Set linker flags for GNU ld on FreeBSD 9Dan Crosta2012-05-161-1/+3
* SERVER-5791: SCons shouldn't die if HOME env var is not setDan Crosta2012-05-091-5/+5
* write minidumps for unhandled exceptions on WindowsEric Milkie2012-04-241-1/+1
* SERVER-5557: Higher performance timer on Linux.Andy Schwerin2012-04-231-1/+6
* SCons: No need to check for libstdc++ when building on *nix machines.Andy Schwerin2012-04-191-5/+0
* python on windows doesn't support unameEliot Horowitz2012-04-191-1/+4
* some cleaning based on andy's code reviewEliot Horowitz2012-04-181-8/+6
* make config files and db depend on os/hostEliot Horowitz2012-04-181-0/+6
* Move printStackTrace into new stacktrace.h/cpp; improve detection of execinfo.h.Andy Schwerin2012-04-121-2/+5
* SERVER-5524 upload client tarball to correct location in S3Dan Crosta2012-04-051-6/+3
* new scons option --mute, for less build outputEric Milkie2012-04-031-0/+9
* cleanup pch; move some macros to SConstructEric Milkie2012-04-031-11/+8
* SERVER-5451: Fix "scons clientBuild" on buildbots with Boost installed in non...Andy Schwerin2012-03-301-0/+1
* SCons: Build spidermonkey using a SConscript, instead of the third-party tool...Andy Schwerin2012-03-281-35/+2
* SCons: Move snappy library building into its own SConscript.Andy Schwerin2012-03-281-0/+2
* SCons, use CCFLAGS, not CPPFLAGS, when referring to compiler flags.Andy Schwerin2012-03-281-24/+24
* SCons: Clarify determination of when to use a system version of a library.Andy Schwerin2012-03-281-6/+8
* Remove myCheckLib from SConstruct, other simplification/cleanup.Andy Schwerin2012-03-281-121/+20
* SCons: /DNDEBUG stops boost assertions from aborting the program, which is no...Andy Schwerin2012-03-281-1/+0
* SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER.Andy Schwerin2012-03-261-1/+1
* Build "test" as part of "all".Andy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-108/+72
* Remove debugging print statement from SConstruct.Andy Schwerin2012-03-191-1/+0
* Enable/disable DB-level locking at compile time.Andy Schwerin2012-03-191-4/+12
* enable BOOST_ENABLE_ASSERT_HANDLER in scons and fix boost assert functionsEliot Horowitz2012-03-191-1/+1
* improved Windows compilation flagsEric Milkie2012-03-071-14/+20
* SERVER-5172: Fix builds that set include and library paths.Andy Schwerin2012-03-071-5/+5
* SERVER-5172: Respond to forgotten CR comments.Andy Schwerin2012-03-071-8/+8
* SERVER-5172: Compile and link mongod and friends against the boost in third_p...Andy Schwerin2012-03-071-61/+38
* Merge pull request #171 from djcsdy/windows-32-bit-build-fixTad Marshall2012-03-031-3/+6
|\