summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Always use the 32-bit Microsoft toolchain when building with --32 on Windows.Daniel Cassidy2012-01-311-3/+6
* | add gcov option to scons to prep for SERVER-1600Eliot Horowitz2012-03-021-0/+5
* | SERVER-4995: check for and link with librt on SolarisDan Crosta2012-03-011-0/+1
* | SERVER-3827 SConstruct changes for new pcreEric Milkie2012-02-281-1/+1
* | Revert "BUILDBOT-58: use s3tool to do s3-related work (and remove old, unused...Eliot Horowitz2012-02-181-23/+11
* | BUILDBOT-58: use s3tool to do s3-related work (and remove old, unused s3 scri...Dan Crosta2012-02-161-11/+23
* | add --smokeauth pass-through to smoke.py --authDan Crosta2012-02-101-0/+1
* | Add -Woverloaded-virtual to CXXFLAGS and fix build SERVER-4802Mathias Stearn2012-02-091-1/+1
* | Make SConstruct robust to TERM not being set.Andy Schwerin2012-02-081-1/+4
* | set up files lists and installs for client tarball SERVER-4875Dan Crosta2012-02-081-3/+3
|/
* Revert "horrible hack for sun32"Eliot Horowitz2012-01-301-6/+1
* horrible hack for sun32Eliot Horowitz2012-01-301-1/+6
* SERVER-4591: python-2.4 compatible version of rpartitionDan Crosta2012-01-231-2/+13
* cleaner variant dir directoriesEliot Horowitz2012-01-211-2/+4
* Fix scons dist_cleanAndy Schwerin2012-01-201-0/+15
* SCons: Check SCons version >= 1.1.0 before compiling (used to be 0.98.4).Andy Schwerin2012-01-201-1/+1
* Fix "scons dist" / "scons s3dist".Andy Schwerin2012-01-201-11/+14
* Make SConstruct more consistent with old behavior for finding pcap on Windows...Andy Schwerin2012-01-191-4/+4
* SCons: Fix 64-bit on OS X 10.5 build by specifying target architecture when b...Andy Schwerin2012-01-191-4/+7
* SCons: Fix Solaris 64-bit support.Andy Schwerin2012-01-181-0/+8
* SConstruct: Prioritize includes from mongo source tree and third_party over s...Andy Schwerin2012-01-181-22/+21
* Fix for including right PCRE headers and linking commands into mongod/s.Andy Schwerin2012-01-171-3/+9
* Change client library linking on OS X to support 10.5.Andy Schwerin2012-01-171-2/+2
* SCons updates to support variant directories.Andy Schwerin2012-01-171-637/+113
* hand-merge pull request # 144 from ukd1Tad Marshall2012-01-161-1/+1
* remove stray shortName typoNathaniel McCallum2012-01-151-1/+1
* SERVER-3832U-tellus\cwestin2012-01-061-0/+1
* run clone tests on windowsEric Milkie2012-01-041-1/+1
* adjust target names for WindowsEric Milkie2012-01-041-4/+4
* enable certain test targets to work on windowsEric Milkie2012-01-041-2/+2
* compile v8 windowsdwight2012-01-031-0/+4
* Merge branch 'master' of github.com:mongodb/mongodwight2011-12-301-2/+2
|\
| * Fix --pch build for src/mongo changeMathias Stearn2011-12-301-2/+2