summaryrefslogtreecommitdiff
path: root/src/mongo/util/string_map.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40802 stop using boost::container::flat_setMathias Stearn2019-05-011-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-34/+62
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-20668 Support prehashing StringMap keysMathias Stearn2015-10-081-17/+32
* SERVER-20300 Optimize StringMapMathias Stearn2015-09-251-1/+9
* SERVER-19450 UnorderedFastKeyTable/StringMap construct with std::initializer_...Qingyang Chen2015-07-231-8/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-26/+24
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12157 Replace implementation of StringMapDefaultHash::operator()Davide Italiano2014-01-031-5/+1
* SERVER-7886 - StringMap is now based on StringDataEliot Horowitz2012-12-101-12/+19
* SERVER-7639 fast StringMap class, no std::string copiesEliot Horowitz2012-11-131-0/+52