summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
...
* fixed some readline issues with scon MINORyellow2009-05-291-7/+3
* working on nice s3push methods that don't involve manual work MINOREliot Horowitz2009-05-281-4/+23
* typo MINOREliot Horowitz2009-05-281-1/+1
* fix for old version of scons MINOREliot Horowitz2009-05-281-3/+4
* check for c++ compiler MINOREliot Horowitz2009-05-281-0/+4
* make scons more portable MINOREliot Horowitz2009-05-281-2/+2
* make 'scons startMongod smokeJsPerf' workAaron2009-05-271-4/+8
* put mongoclient first in build line MINOREliot Horowitz2009-05-271-1/+1
* support compilation under FreeBSD 7.xEliot Horowitz2009-05-271-0/+12
* declare freebsd so it doesn't break the build on other OSesgoosmurf2009-05-271-0/+1
* this warning is wrong MINOREliot Horowitz2009-05-251-1/+0
* fix LIBPATH for simple systems MINOREliot Horowitz2009-05-221-0/+1
* windows scons working for js in Debug mode MINOReliot2009-05-221-8/+16
* remove some java weirdness in build file MINOREliot Horowitz2009-05-211-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-201-1/+2
|\
| * add smokeTool to smokeAll MINORAaron2009-05-201-1/+1
| * add smokeToolAaron2009-05-201-0/+1
* | make tools capable of running standalone, without a mongod instanceAaron2009-05-201-1/+1
|/
* make 'dummySmokeSideEffect' a side effect of startMongod so that when someone...Aaron2009-05-191-2/+3
* remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClientAaron2009-05-191-1/+5
* add /usr/lib back into lib search path for mongo on 64-bit macEliot Horowitz2009-05-181-1/+1
* all target MINOREliot Horowitz2009-05-161-0/+7
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-151-31/+6
|\
| * Merge branch 'smshell'Eliot Horowitz2009-05-151-31/+6
| |\
| | * smshell: more utils working, some other fixesEliot Horowitz2009-05-131-1/+1
| | * checkpoint for smshell - working except for dbEliot Horowitz2009-05-131-31/+6
* | | don't install jarsEliot Horowitz2009-05-151-1/+2
|/ /
* | debug record perf submission failure MINORAaron2009-05-131-1/+6
|/
* debug posting objects in recordPerf MINORAaron2009-05-121-0/+1
* -pthread for *nix linking MINOREliot Horowitz2009-05-121-1/+1
* remove smokeRecovery alias MINORAaron2009-05-111-1/+0
* remove client dependency on pcreAaron2009-05-111-5/+7
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-111-0/+18
|\
| * Spider Monkey: backwards compatability stuffyellow2009-05-111-0/+17
| * solaris build fixEliot Horowitz2009-05-111-0/+1
* | smokeQuota nonstandard port MINORAaron2009-05-111-2/+2
* | smokeJs target can use nonstandard port MINORAaron2009-05-111-1/+14
* | make smokeClient work with nonstandard port, pathAaron2009-05-111-4/+27
|/
* Spider Monkey: make default for $where and db.evalEliot Horowitz2009-05-111-1/+1
* add temp alias for smokeRecovery MINORAaron2009-05-111-0/+1
* mergeAaron2009-05-111-0/+15
|\
| * better build options for switching between sm and jvmEliot Horowitz2009-05-081-0/+15
* | rename recovery tests to disk tests MINORAaron2009-05-111-2/+2
|/
* better build for shell stuffEliot Horowitz2009-05-081-4/+6
* use return codes in recordPerf utility function MINORAaron2009-05-071-0/+3
* stubbed v8 engineAaron2009-05-041-4/+4
* Spider Monkey: db access workEliot Horowitz2009-05-011-3/+4
* print perftest results before submitting MINORAaron2009-05-011-0/+2
* put mongo javascript code in cpp not H so easier to includeEliot Horowitz2009-04-301-1/+1
* better detection if you need to do the 2nd configureEliot Horowitz2009-04-281-1/+1