summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonmisc.h
Commit message (Expand)AuthorAgeFilesLines
* 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