summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-2/+2
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-042-3/+21
* SERVER-27507 Implement visibility for mutablebsonAndrew Morrow2020-09-024-10/+14
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-2/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-13/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-145-24/+24
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-305-252/+386
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-36024 Relax overzealous dassert in mutable bsonAndrew Morrow2019-03-292-29/+46
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1314-14/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2214-196/+238
* SERVER-32302 Make mutablebson cache total field sizeMathias Stearn2018-01-041-46/+103
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-1/+1
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-153-2/+26
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-183-77/+84
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+4
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-45/+45
* SERVER-24873 Remove StringData::ComparatorInterface default argument.David Hatch2016-07-2210-120/+110
* SERVER-24645 Add mutable bson algorithms comparator support.David Hatch2016-06-233-10/+65
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-2/+2
* SERVER-24530 Use invariant instead of verify in mutable bsonAndrew Morrow2016-06-131-67/+67
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-282-3/+4
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-113/+91
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-046-32/+39
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-298-28/+162
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-2/+2
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-084-8/+16
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-303-0/+192
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-138-3/+209
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+2
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+1
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-293-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2014-7615/+7515
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-4/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-7/+7
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-0/+48
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-078-39/+39
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-9/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-068-140/+140
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-1/+1
* SERVER-14482 Add add missing appendX methods to BSONArrayBuilderTyler Brock2014-07-161-5/+18
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-192-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1614-126/+294
* SERVER-13643: move update damage vector application into CollectionEliot Horowitz2014-04-281-0/+2
* SERVER-13523 Use a tiny number of fast reps in debug buildsAndrew Morrow2014-04-091-1/+7