summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value_internal.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-206/+255
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* 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-2/+2
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-3/+5
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-2/+1
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-5/+5
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-7/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Add check to prevent future memory leaks like SERVER-10554Mathias Stearn2013-08-191-0/+5
* SERVER-10214 Move OpTime out of db/repl and into bsonAndrew Morrow2013-07-181-1/+1
* SERVER-7772 move all of optime into optime.cpp/.hEric Milkie2013-03-111-1/+1
* SERVER-8200 Don't overlap binDataType with genericRCPtr in ValueMathias Stearn2013-01-171-2/+4
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-1/+0
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-12/+75
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-1/+1
* fix windows buildMathias Stearn2012-11-171-19/+20
* Rewrite Document and Value classesMathias Stearn2012-11-161-0/+182