summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13516 When failing to bulk right copy don't access rep after resolvingAndrew Morrow2014-04-091-3/+7
* SERVER-12578 Permit in-place mutation for all types when possibleAndrew Morrow2014-04-061-57/+57
* SERVER-12913: improve storage validation messagesScott Hernandez2014-03-122-0/+39
* SERVER-12547 Implement bulk rightward copying of opaque regions in mutableAndrew Morrow2014-02-083-43/+88
* SERVER-12494 Embed loops for navigation by name or index within DocumentAndrew Morrow2014-01-297-65/+204
* SERVER-10159 Also cache field name lengths for leaf elementsAndrew Morrow2014-01-041-23/+24
* SERVER-10159 Do slightly less work when resetting or destroying a mutable Doc...Andrew Morrow2014-01-041-0/+5
* SERVER-10159 Size internal document data structures appropriately to common u...Andrew Morrow2014-01-041-2/+8
* SERVER-10159 Cache field name lengths in mutable elementsAndrew Morrow2013-12-171-6/+19
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-132-0/+9
* SERVER-7379 Loosen some overtight aliasing checks in debug builds of mutableAndrew Morrow2013-10-101-6/+11
* SERVER-11056 Fix unused variable warning in non-debug buildAndrew Morrow2013-10-081-2/+2
* SERVER-11056 Don't assume address uniqueness for detecting root element insta...Andrew Morrow2013-10-082-40/+49