summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/value_internal.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38812 Merge RefCountable improvements for Futures back to common imple...Mathias Stearn2019-01-231-9/+8
* SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-041-33/+30
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-31434 Give Value and ValueStorage pointer alignmentMathias Stearn2017-10-161-2/+7
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-221-3/+2
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-18520 Add move support to Document and ValueMathias Stearn2015-09-181-2/+34
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+21
* 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-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