summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/const_element.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27507 Implement visibility for mutablebsonAndrew Morrow2020-09-021-1/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-301-2/+212
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-221-14/+11
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-11/+14
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-3/+8
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-90/+86
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12494 Embed loops for navigation by name or index within DocumentAndrew Morrow2014-01-291-2/+9
* SERVER-8046 Add support for cloning elements to mutableAndrew Morrow2013-05-311-0/+5
* SERVER-8046 Add utilities to simplify debugging and testing with mutableAndrew Morrow2013-05-311-0/+2
* SERVER-8046 Add a new hasChildren method is faster than countingAndrew Morrow2013-04-081-0/+1
* SERVER-8046 Implement lazyness for mutable BSONAndrew Morrow2013-03-081-0/+110