summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/documenttests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Libraryize Document and ValueMathias Stearn2015-03-051-1511/+0
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-14/+5
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-071-3/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-051-0/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-2/+4
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* new Value(BSONArray) constructormatt dannenberg2013-08-281-0/+9
* SERVER-10554 Patch memory leak in aggregationMathias Stearn2013-08-191-0/+16
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-39/+37
* Add relational operators to DocumentMathias Stearn2013-08-091-11/+7
* Test hashing Values even if not equalMathias Stearn2013-08-091-1/+6
* Remove unused Value-from-BSONType constructorMathias Stearn2013-08-091-18/+18
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+2
* SERVER-9444 improve Sorter serialization of Document and ValueMathias Stearn2013-07-101-0/+22
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+10
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+2
* removes legacy Value "createType" functionsMatt Dannenberg2013-06-181-59/+59
* SERVER-8200 Don't overlap binDataType with genericRCPtr in ValueMathias Stearn2013-01-171-0/+1
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-10/+28
* use explicit namespace qualification to make windows bb happyMathias Stearn2012-12-101-4/+4
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-22/+101
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-23/+46
* Switch from StringData::toStdString to toStringMathias Stearn2012-11-181-9/+9
* Rewrite Document and Value classesMathias Stearn2012-11-161-266/+335
* hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-151-1/+1
* SERVER-7273 Use static_cast when passing long long to Value::createDouble().Aaron2012-10-101-1/+1
* SERVER-7273 Use static_cast in unit test.Aaron2012-10-101-1/+1
* Fix DateToString test for SERVER-6679Mathias Stearn2012-08-021-2/+2
* SERVER-6189 Support Dates before 1970 in aggregationMathias Stearn2012-08-011-10/+10
* SERVER-6556 Enable test.Aaron2012-07-311-2/+0
* QA-106 Compile linux by passing zero instead of null for numeric value in test.Aaron2012-07-241-4/+4
* QA-106 Unit tests and minor comment fixes for Document, Value, and related cl...Aaron2012-07-241-0/+1256