summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
* scons flag to use each library externally --use-system-(prcre|boost) SERVER-3829Eliot Horowitz2011-11-161-9/+24
| | | | | | | | | | | | | currently supported: --use-system-all --use-system-pcre --use-system-sm Conflicts: SConstruct
* fix mongosniff build (for me at least)Mathias Stearn2011-11-011-1/+1
|
* Fix shared-client buildMathias Stearn2011-11-011-3/+4
|
* option for turning off glibc checkEliot Horowitz2011-10-271-1/+3
|
* ssl on osx needs libcryptoEliot Horowitz2011-09-011-0/+2
|
* fix sm for windows SERVER-3659Eliot Horowitz2011-08-241-1/+2
|
* fix sm build for solaris SERVER-3659 take3Eliot Horowitz2011-08-221-0/+4
|
* combine sm in sourceEliot Horowitz2011-08-211-50/+16
|
* move snappy setup to third_party/snappy.pyEliot Horowitz2011-08-181-9/+4
|
* change orderEliot Horowitz2011-08-181-13/+12
|
* use our own version of pcre SERVER-2085Eliot Horowitz2011-08-181-39/+17
|
* for newer windows builds, change name from osnew to win2008plusEliot Horowitz2011-08-041-2/+2
|
* compile (old scons versions suck)Mathias Stearn2011-08-021-1/+1
|
* compileMathias Stearn2011-08-021-1/+2
|
* compileMathias Stearn2011-08-021-5/+7
|
* re-enable -Werror on linux and give snappy it's own scons envMathias Stearn2011-08-021-2/+7
|
* compiledwight2011-08-021-1/+1
|
* compression libdwight2011-08-021-3/+1
|
* Enable large file support on all unix platformsMathias Stearn2011-08-011-1/+2
|
* make 32bit solaris support large filesMathias Stearn2011-08-011-1/+1
|
* cleaning ScanAndOrderEliot Horowitz2011-08-011-1/+1
|
* make journaling the default on 64 bitdwight2011-07-311-0/+4
|
* compile on linux3 SERVER-3457Eliot Horowitz2011-07-281-1/+3
|
* Socket client ssl supportEliot Horowitz2011-07-271-1/+5
| | | | support for ssl in httpclient
* fix client buildEliot Horowitz2011-07-171-1/+1
|
* osnew option for newer OS api functionsdwight2011-07-081-1/+4
|
* commentdwight2011-07-011-0/+1
|
* set permissions on key filesEliot Horowitz2011-06-291-0/+6
|
* net cleaning: message.cpp splitEliot Horowitz2011-06-261-1/+1
|
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-1/+1
|
* net cleaning: starting to split up message.hEliot Horowitz2011-06-261-1/+1
|
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-4/+4
| | | | net cleaning: move http tools to net/
* net cleaning: move message_server* to netEliot Horowitz2011-06-261-3/+4
|
* net cleaning: move sock.h to net/Eliot Horowitz2011-06-261-2/+2
|
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2011-06-221-4/+4
|\ | | | | | | | | Conflicts: SConstruct
| * split security into s-only, d-only, and common SERVER-921Kristina2011-06-221-4/+4
| |
* | more cleaningEliot Horowitz2011-06-221-1/+1
|/
* Revert "allow reconfig on secondary on startup"Kristina2011-06-221-2/+2
| | | | This reverts commit 6973006921989f48910494a641e97ad5bdbd9453.
* allow reconfig on secondary on startupKristina2011-06-221-2/+2
|
* move update.* to db/ops/Eliot Horowitz2011-06-201-2/+2
|
* add db/record.cppEliot Horowitz2011-06-151-1/+1
|
* SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-131-1/+1
|
* notes for future profile guided usedwight2011-05-311-0/+7
|
* scons commentsdwight2011-05-301-8/+8
|
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-3/+3
|
* use _WIN32, not WIN32Dwight2011-05-111-1/+1
|
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-101-2/+2
|
* Tools now support --journal with --dbpath SERVER-2300Mathias Stearn2011-05-091-1/+1
|
* SERVER-2977 initial version of query optimizer cursorAaron2011-05-041-1/+1
|
* Merge branch 'master' into mainDwight2011-05-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: SConstruct db/btree.h db/db.vcxproj.filters db/dbcommands_admin.cpp db/geo/2d.cpp db/pdfile.cpp dbtests/test.vcxproj.filters