summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/element.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-041-3/+13
* SERVER-27507 Implement visibility for mutablebsonAndrew Morrow2020-09-021-4/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-301-2/+125
* 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-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-151-2/+3
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-221-6/+6
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-3/+3
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-3/+9
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-301-0/+6
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-1/+10
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-502/+501
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-34/+34
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12547 Implement bulk rightward copying of opaque regions in mutableAndrew Morrow2014-02-081-6/+0
* SERVER-12494 Embed loops for navigation by name or index within DocumentAndrew Morrow2014-01-291-11/+32
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-1/+2
* SERVER-10159 Inline Element::OK and Document::end; they are called oftenAndrew Morrow2013-09-121-1/+14
* SERVER-10276 Improve error handling and consistency of mutable libraryAndrew Morrow2013-07-251-1/+1
* SERVER-10159 SERVER-10275 Simplify field name and in-place update support in ...Andrew Morrow2013-07-231-1/+1
* SERVER-8046 Add support for in-place updates to mutableAndrew Morrow2013-07-081-18/+2
* SERVER-8046 Add support for cloning elements to mutableAndrew Morrow2013-05-311-1/+3
* SERVER-8046 Add debug assertions to catch aliasing violationsAndrew Morrow2013-05-311-5/+5
* SERVER-8046 Add utilities to simplify debugging and testing with mutableAndrew Morrow2013-05-311-0/+3
* Add function to check if a mutable element is an integral typeAndrew Morrow2013-05-061-0/+5
* Add support for checking if a mutable Element is numericAndrew Morrow2013-05-061-0/+5
* SERVER-8046 Add a new hasChildren method is faster than countingAndrew Morrow2013-04-081-0/+5
* SERVER-8046 Implement lazyness for mutable BSONAndrew Morrow2013-03-081-0/+576