summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* remove CXXVERSION stuffMathias Stearn2010-02-041-3/+0
* CXXVERSION isn't always in envMathias Stearn2010-02-041-1/+2
* Print c++ compiler version from scons. (mostly for buildbot)Mathias Stearn2010-02-041-0/+2
* fixEliot Horowitz2010-02-041-1/+1
* Let scons/python handle globbing for testsMathias Stearn2010-02-031-6/+8
* SERVER-500 improve netstat outputAaron2010-02-031-1/+1
* SERVER-500 more info about allocated socketsAaron2010-02-021-1/+1
* Make debugger work with scons on windowsMathias Stearn2010-02-021-0/+1
* SERVER-500 some linux distros require -atp syntaxAaron2010-02-021-1/+1
* SERVER-500 debug port usage when running testsAaron2010-02-021-0/+5
* SERVER-500 try hardcoded portsAaron2010-02-021-7/+7
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-02-021-2/+11
|\
| * 2nd try at adding an uninstall target. SERVER-577. MINORRichard M Kreuter2010-02-021-0/+8
| * Revert "Add an uninstall target to the SConstruct file. SERVER-577. MINOR"Richard Kreuter2010-02-011-38/+7
| * Add an uninstall target to the SConstruct file. SERVER-577. MINORRichard Kreuter2010-02-011-7/+38
| * move util/top to db/stats/topEliot Horowitz2010-02-011-1/+1
| * move db/dbstats* to db/stats/counters*Eliot Horowitz2010-02-011-1/+2
* | SERVER-446 add smokeParallel targetAaron2010-02-011-0/+3
|/
* fix nightly pushesEliot Horowitz2010-01-291-3/+7
* Add scons option to force static linking to some libraries. MINORRichard Kreuter2010-01-291-0/+43
* only launch gdbserver if compiled with --gdbserverMathias Stearn2010-01-291-0/+9
* --distmod optionEliot Horowitz2010-01-291-0/+13
* Filter out non-existent pathsMathias Stearn2010-01-281-4/+7
* make hex_md5 work server sideEliot Horowitz2010-01-281-1/+1
* SERVER-258 add smokeAuth targetAaron2010-01-261-1/+2
* Quorum -> SyncClusterConnectionEliot Horowitz2010-01-191-1/+1
* minor: add smokeJsSlowMike Dirolf2010-01-191-0/+3
* some more stats countersEliot Horowitz2010-01-161-1/+1
* Revert "Make all solaris builds static SERVER-549"Mathias Stearn2010-01-151-4/+0
* Make all solaris builds static SERVER-549Mathias Stearn2010-01-151-0/+4
* move some Index* stuff to db/index.*Eliot Horowitz2010-01-151-1/+1
* add /extra/path/lib64 SERVER-546Eliot Horowitz2010-01-141-0/+1
* try to fix win64 memory take 4 SERVER-528Eliot Horowitz2010-01-111-2/+4
* MINOR avoid http port conflict with scons initiated mongod instancesAaron2010-01-041-1/+1
* try to protect from bad bb stuffEliot Horowitz2010-01-021-0/+3
* clearer outputEliot Horowitz2009-12-301-1/+1
* remove spurious warningEliot Horowitz2009-12-301-4/+5
* use current environment in windows if cl.exe isn't on the pathMathias Stearn2009-12-291-1/+7
* better boost detection on win32Mathias Stearn2009-12-291-8/+13
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-291-4/+12
|\
| * some cleaningEliot Horowitz2009-12-291-1/+1
| * smoke tests call mongo with directory rather than globs for windows support. ...Mathias Stearn2009-12-281-3/+3
| * Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-0/+7
* | remove dbinfo.h/cppdwight2009-12-291-1/+1
|/
* some Top refactoringEliot Horowitz2009-12-251-1/+1
* ASIO mongos now uses a threadpool for database operations.Mathias Stearn2009-12-231-2/+3
* Thread poolMathias Stearn2009-12-221-1/+1
* profiling notesEliot Horowitz2009-12-211-0/+1
* split server test code out from general js code SERVER-472Eliot Horowitz2009-12-181-3/+8