summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18520 Add move support to Document and ValueMathias Stearn2015-09-181-4/+10
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+5
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-289/+299
* SERVER-4589: Add $arrayElemAt aggregation expressionCharlie Swanson2015-06-181-0/+6
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-4/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+4
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-4/+2
* SERVER-17943 Add $filter aggregation expressionCharlie Swanson2015-05-071-1/+0
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-13/+3
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-3/+1
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-1/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-17880 remove ReplTimeEric Milkie2015-04-061-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-15/+15
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* new Value(BSONArray) constructormatt dannenberg2013-08-281-1/+2
* SERVER-10086 $set operations for aggmatt dannenberg2013-08-091-0/+11
* Remove unused Value-from-BSONType constructorMathias Stearn2013-08-091-5/+0
* Remove unused Builder class from aggregationMathias Stearn2013-08-091-1/+0
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+7
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-181-0/+12
* removes legacy Value "createType" functionsMatt Dannenberg2013-06-181-11/+0
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-0/+7
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-3/+8
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-21/+46
* Rewrite Document/Value conversion to BSON to use BSONObjBuilderValueStreamMathias Stearn2012-12-101-2/+3
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-0/+1
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-3/+3
* fix windows buildMathias Stearn2012-11-171-1/+2
* Rewrite Document and Value classesMathias Stearn2012-11-161-376/+196
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* Move timestampValue and oidValue into the Value unionMathias Stearn2012-08-011-4/+4
* SERVER-6189 Support Dates before 1970 in aggregationMathias Stearn2012-08-011-5/+7
* Use anonymous union in ValueMathias Stearn2012-08-011-2/+2
* SERVER-6570 disallow strings in $add in aggroMatt Dannenberg2012-07-271-0/+11
* SERVER-6121 make timestamps exist in aggroMatt Dannenberg2012-07-031-3/+8
* SERVER-6120 Clarify comments to indicate that Value::coerceToBool() is intend...Aaron2012-07-021-5/+5
* SERVER-6120 Remove unused Value::coerceToBoolean().Aaron2012-07-021-7/+0
* Convert to unix line endingsMathias Stearn2012-06-291-469/+469
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-57/+57
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+468