summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonmisc.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-271-9/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-14/+0
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-2/+0
* SERVER-29047 Fix BSONObjBuilder's move constructorMathias Stearn2017-05-051-0/+2
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-201-2/+0
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-32/+0
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-4/+4
* SERVER-23348 Add a parameter of type StringData::ComparatorInterface* to the ...Tess Avitabile2016-04-121-4/+24
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-0/+5
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-229/+246
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-1/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-3/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-6/+6
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-21/+20
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-4/+0
* 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-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto2014-01-231-13/+19
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-2/+3
* SERVER-6219: Use ::mongo in macrosPhillip Quiza2013-09-131-2/+2
* Fix compile by following include-what-you-useMathias Stearn2012-12-181-0/+2
* SERVER-7886 - use StringData for << operator in bson libraryEliot Horowitz2012-12-121-3/+3
* Enhancements to BSONObjBuilder family of classes' stream APIMathias Stearn2012-12-101-4/+60
* SERVER-6538 make BSONSizeTracker threadsafeDwight2012-07-311-3/+2
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-0/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+1
* SERVER-3562 movePrimary less dangerous...Greg Studer2012-03-291-0/+1
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-1/+3
* SERVER-1268: don't put "using namespace" statements in headersEric Milkie2012-03-061-7/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+211