summaryrefslogtreecommitdiff
path: root/src/mongo/db/bson/dotted_path_support.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-3/+3
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-3/+4
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-1/+1
* SERVER-27842 Replace BSONElement.fieldName() calls with BSONElement.fieldName...nzolnierzmdb2017-03-101-7/+10
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-271-6/+2
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-031-12/+43
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-0/+211