summaryrefslogtreecommitdiff
path: root/src/mongo/util/string_map_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35270 StringMap::count()Mathias Stearn2018-05-311-5/+10
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-20668 Support prehashing StringMap keysMathias Stearn2015-10-081-14/+14
* SERVER-19450 UnorderedFastKeyTable/StringMap construct with std::initializer_...Qingyang Chen2015-07-231-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-137/+137
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15281 UnorderedFastKeyTable<>::erase() correctly update _sizeJason Rassi2014-09-171-3/+24
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10555 Remove nondeterministic StringMap perf test from unit testsAndrew Morrow2013-08-211-42/+0
* do not run map performance test in debug buildsEliot Horowitz2013-01-071-0/+2
* SERVER-7886 - StringMap is now based on StringDataEliot Horowitz2012-12-101-1/+75
* SERVER-7639 fast StringMap class, no std::string copiesEliot Horowitz2012-11-131-0/+139