Commit Graph

607 Commits

Author SHA1 Message Date
Alberto Lerner
bceacf2544 SERVER-1292 A bit more prep, separate grid.{h,cpp} from config 2010-07-28 14:24:55 -04:00
Mike Dirolf
611e2cc3ab Merge branch 'master' of github.com:mongodb/mongo 2010-07-28 14:02:40 -04:00
Mike Dirolf
afd32fccef to test, just build .a and tests files, not .so 2010-07-28 14:02:26 -04:00
Eliot Horowitz
f27b7ba4f7 Merge branch 'master' of github.com:mongodb/mongo 2010-07-28 13:29:55 -04:00
Mike Dirolf
8d6a597d62 don't build libraries for justClient by default 2010-07-28 12:24:34 -04:00
Mike Dirolf
45223e58c2 call wants args to be in an array 2010-07-28 11:28:11 -04:00
Eliot Horowitz
6ef654f43c Merge branch 'master' of github.com:mongodb/mongo 2010-07-28 11:09:46 -04:00
Eliot Horowitz
a22ab2a729 more webserver split out/cleaning 2010-07-28 11:09:38 -04:00
Mike Dirolf
5eb93a30e6 add --extrapath to client build 2010-07-28 10:57:31 -04:00
Eliot Horowitz
c317b30cc1 tiny prep 2010-07-28 10:14:39 -04:00
Eliot Horowitz
c3175a2b9b move rest out of dbwebserver 2010-07-28 10:13:56 -04:00
Eliot Horowitz
652006804f change dist name for --nostrip 2010-07-28 00:55:58 -04:00
Mike Dirolf
eeb86f5ab9 minor: use store_true for --sharedclient SERVER-1266 2010-07-27 11:49:54 -04:00
Mike Dirolf
d36e4b6e0b add -Wl,--as-needed and -Wl,-zdefs only on linux 2010-07-27 10:37:48 -04:00
Eliot Horowitz
723c40aee6 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 17:17:52 -04:00
Eliot Horowitz
a85b659bb6 SERVER-1266 -Wl,as-needed flag for shared library 2010-07-26 17:17:20 -04:00
Mike Dirolf
b9cbee6a54 minor: fix --full 2010-07-26 17:09:02 -04:00
Mike Dirolf
57250beeda minor: clean up mongoclient alias 2010-07-26 14:47:52 -04:00
Mike Dirolf
5a5e2eccbb Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 14:29:34 -04:00
Mike Dirolf
b7358a8ea9 remove --includeheaders in favor of --full. uninclude client from default install, but include with --full. fix mongoclient target to take --sharedclient into account 2010-07-26 14:29:30 -04:00
Eliot Horowitz
422f9a4f9b Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 14:26:20 -04:00
Eliot Horowitz
c7a38e409d cleaning pidfilepath code - adding to mongos SERVER-1488 2010-07-26 14:25:55 -04:00
Mike Dirolf
4fbb3cca67 add --includeheaders option for scons install SERVER-1355 2010-07-26 14:16:20 -04:00
Eliot Horowitz
357cb2918e move logging cpp code into log.cpp 2010-07-24 12:40:07 -04:00
dwight
53d5215cc6 separate file for capped code 2010-07-23 23:20:00 -04:00
Mathias Stearn
b0a0771dd5 Make --pch optional 2010-07-23 21:46:35 -04:00
Mathias Stearn
f5503895cf enable precompiled headers with g++
The original author of gch.py didn't understand how str.strip worked
2010-07-23 21:13:46 -04:00
Mike Dirolf
54f2bfb90e minor: cleaner 2010-07-23 17:32:23 -04:00
Mike Dirolf
bf45fb5dea add clientDist target to scons SERVER-1355
depends on building the package & successfully running tests. doesn't
actually take any action yet but we could make it upload later.
2010-07-23 17:20:53 -04:00
Mike Dirolf
b281c3de71 minor: INSTALl -> INSTALL 2010-07-23 13:17:22 -04:00
Mike Dirolf
bfe1b888e0 minor: out of date comment 2010-07-23 13:16:21 -04:00
Richard Kreuter
dbafe3093b Work in progress for C++ driver. 2010-07-23 12:52:59 -04:00
Dwight
39cfa40ed6 rs 2010-07-21 12:50:03 -04:00
Eliot Horowitz
6a2d44b18c Merge branch 'master' of github.com:mongodb/mongo 2010-07-19 15:37:30 -04:00
Eliot Horowitz
4b50326dbc cleaning and error code stuff 2010-07-19 15:37:19 -04:00
dwight
29a0cb522e new file rs 2010-07-18 12:53:40 -04:00
Mathias Stearn
5a2c3aa7ee Fix js munging 2010-07-16 15:42:51 -04:00
dwight
2ac10b237e new file rs 2010-07-16 10:42:53 -04:00
Mike Dirolf
00d085ca50 scons docs 2010-07-14 13:50:39 -04:00
Richard Kreuter
6baaaf605f Split smokeJsSlow into -Nightly and -Weekly suites. SERVER-1361 2010-07-14 11:35:46 -04:00
Dwight
0fdde00115 Merge branch 'master' of github.com:mongodb/mongo 2010-07-12 19:03:08 -04:00
Dwight
0139397922 render mongo_vstudio.cpp in sconstruct 2010-07-12 19:02:44 -04:00
Dwight
e2ade1ec3f sconstruct is a ilttle braindead with 32 vs 64 bit. make messaging clearer at least 2010-07-12 18:04:34 -04:00
Eliot Horowitz
507ae132d0 distlock cleaning 2010-07-12 17:53:02 -04:00
Eliot Horowitz
5d563d97fe new file 2010-07-12 17:50:26 -04:00
Eliot Horowitz
6cb09e33a2 dist lock fixes 2010-07-12 17:48:09 -04:00
Eliot Horowitz
ddd4bd9b9e use Z7 on windows for debug builds so scons can run in parallel 2010-07-04 08:28:50 -04:00
Justin Dearing
ac67d14bb0 Improved windows SDK detection.
Windows sdk version checked from highest to lowest version. Added windows sdk 7.0 (distinct form 7.0a) to list.
Print the path where the windows SDK is found.
2010-07-04 20:12:22 +08:00
Alberto Lerner
812b647228 Pull string manip code out of ConfigServer 2010-07-03 18:29:13 -04:00
Eliot Horowitz
7362bb74b4 trying to fix windows 2010-07-02 23:21:50 -04:00