summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable/element.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-148/+146
* 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-24/+24
* 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-8/+0
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-0/+3
* SERVER-10159 Don't declare storage for static integral constantsAndrew Morrow2013-09-121-5/+0
* SERVER-10159 Inline Element::OK and Document::end; they are called oftenAndrew Morrow2013-09-121-0/+5
* SERVER-10276 Improve error handling and consistency of mutable libraryAndrew Morrow2013-07-251-5/+10
* SERVER-8046 Cleanup Element::writeArrayTo and add a test for the new implemen...Andrew Morrow2013-07-091-4/+6
* SERVER-8046 Add debug assertions to catch aliasing violationsAndrew Morrow2013-05-311-6/+6
* SERVER-8046 Add utilities to simplify debugging and testing with mutableAndrew Morrow2013-05-311-0/+18
* SERVER-8046 Fixed missed appendElement call implementation.Alberto Lerner2013-05-071-0/+4
* SERVER-8046 Implement lazyness for mutable BSONAndrew Morrow2013-03-081-0/+149