summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bson_comparator_interface_base.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30044 Delete const&& versions of BSONComparatorInterfaceBase's make* m...Drew Paroski2020-04-231-6/+22
* SERVER-40802 stop using boost::container::flat_setMathias Stearn2019-05-011-14/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38668 Use ordered_unique_range_t when creating flat_set from sorted ve...Henrik Edin2018-12-191-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-2/+35
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-0/+11
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-10/+57
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-0/+199