0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

787 Commits

Author SHA1 Message Date
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00
Eliot Horowitz
a7f063dc21 nicer way to create bson
BSONField<int> x("x");
     BSONObj o = BSON( x(5) );
     ASSERT_EQUALS( BSON( "x" << 5 ) , o );

     o = BSON( x.gt(5) );
     ASSERT_EQUALS( BSON( "x" << BSON( "$gt" << 5 ) ) , o );
2010-06-21 11:18:33 -04:00
dwight
0654e8f6dd Merge branch 'master' of github.com:mongodb/mongo 2010-06-17 23:28:21 +01:00
dwight
8d69487c78 rs 2010-06-17 13:08:06 -04:00
Eliot Horowitz
42d8985967 try to fix win32 release 2010-06-17 07:27:06 -04:00
Dwight
3abdc55684 compile vcxproj 2010-06-16 11:02:41 -04:00
Mathias Stearn
3128f38c85 Forgot to add file 2010-06-14 08:22:46 -04:00
dwight
361417938c msvc compile 2010-06-11 17:37:24 -04:00
Eliot Horowitz
be7b84c033 close subobj BSONObjBuilders automatically if they don't get closed cleanly 2010-06-10 16:00:37 -04:00
Eliot Horowitz
54a54cbdfd lock test 2010-06-10 10:40:34 -04:00
Aaron
a8fd0b6ac5 SERVER-109 make simplifiedQuery match actual btree cursor bounds when necessary 2010-06-10 00:44:24 -07:00
Aaron
eabc79c785 SERVER-109 expand $in clauses in simplifiedQuery 2010-06-09 14:43:36 -07:00
Aaron
87f204e44f SERVER-109 fix range diff (based on selected index) 2010-06-09 12:34:48 -07:00
Eliot Horowitz
eebb327db8 make check for $ faster 2010-06-09 12:08:02 -04:00
Eliot Horowitz
3d046e9a94 ./test takes a --filter option to filter out certain tests 2010-06-09 12:07:32 -04:00
dwight
276e15708f compile 2010-06-09 11:15:34 -04:00
dwight
23882959f5 switch default subtype to 0 for BinData bson 2010-06-09 11:00:43 -04:00
Aaron
1dd024da17 SERVER-109 field range operation enhancements / tests 2010-06-08 19:59:58 -07:00
Alberto Lerner
5b85eae44f Response times are better understood in exponential buckets 2010-06-08 08:20:44 -04:00
Alberto Lerner
0aa608baa6 Move unittest to the usual place (addresses previous Win64 break) 2010-06-06 10:50:39 -04:00
Alberto Lerner
7ef3f9a9e8 Build Fix (Win64, temporary) 2010-06-05 19:17:11 -04:00
Alberto Lerner
49784bbb51 Fix copy-and-paste typo 2010-06-05 17:58:09 -04:00
Alberto Lerner
ef6a47ad09 SERVER-950 Balancer policy now picks up size limits (but balancer is not passing it yet) 2010-06-05 17:54:49 -04:00
Richard Kreuter
e79e21e2e9 Add license headers for some files. 2010-06-04 10:27:35 -04:00
Dwight Merriman
797b4f86a3 cleaning and compile vcxproj for text.cpp 2010-06-03 18:45:14 -04:00
Aaron
c3629bb925 Merge branch 'master' of github.com:mongodb/mongo 2010-06-03 13:05:43 -07:00
Mathias Stearn
73b955c267 isValidUTF8 function 2010-06-03 15:54:20 -04:00
Aaron
8d0e099546 comment 2010-06-03 01:05:29 -07:00
Aaron
3e9108ca49 SERVER-109 FieldRangeSet owns query mem, update some tests 2010-06-03 01:04:50 -07:00
Aaron
57caf02ff3 SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid of 'query' in various objects 2010-06-02 17:10:34 -07:00
Aaron
69cb3c068d SERVER-109 rename clone() createChild() 2010-06-02 13:00:20 -07:00
Aaron
152d1a0609 compile 2010-06-02 13:00:00 -07:00
Alberto Lerner
ade56fd729 Build fix (Win 64bit) 2010-06-02 14:25:02 -04:00
Alberto Lerner
46d835d6dc Build fix (SunOS 32bit) 2010-06-02 14:13:42 -04:00
Alberto Lerner
4921fd2d1d Support for cumulative stats for mongod 2010-06-02 13:43:18 -04:00
Eliot Horowitz
b0451e7853 namespace for histogram test for solaris 2010-06-02 13:35:09 -04:00
Eliot Horowitz
9a5638cee6 win64 2010-06-02 13:25:59 -04:00
Eliot Horowitz
191594cdc3 solaris 2010-06-02 13:24:41 -04:00
Alberto Lerner
701240d1ba Initial support for histograms (eg. cumulative stats) 2010-06-02 10:53:51 -04:00
Dwight Merriman
41e7a26471 rs minor 2010-05-29 15:54:46 -04:00
Dwight Merriman
dbe11eec88 update vcxproj 2010-05-29 11:10:13 -04:00
alerner
1798ea2d85 Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
Dwight Merriman
d434279f76 minor vcxproj adjust for directory changes 2010-05-26 23:30:48 -04:00
Eliot Horowitz
3ffcb16346 some text utilities 2010-05-26 15:04:56 -04:00
Mathias Stearn
baf3721656 move mvar and thread_pool to util/concurrency 2010-05-26 13:35:28 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Dwight Merriman
a6e5b141c2 remove extraneous logging from dbtests 2010-05-25 21:53:55 -04:00
Dwight
f52dfdaab1 bring vs2008 up to date in the vcproj files 2010-05-24 14:11:08 -04:00
Dwight
270f831f58 update vcxproj for d_util.cpp in test 2010-05-20 14:05:49 -04:00
Dwight
2b0c727f94 compile vs2010 where shared_ptr is ambiguous 2010-05-20 09:27:59 -04:00