summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.cpp
AgeCommit message (Collapse)Author
2024-04-15SERVER-89071: Include reject flag in QuerySettings hash (#20882)James H
GitOrigin-RevId: d58e3df28306241ac053585063a69eb5ec15d584
2023-11-14SERVER-82604 implement StringData with a std::string_view memberBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2019-07-11SERVER-32434 operator<<(ostream,StringData)Billy Donahue
use boost::string_view for operator<<
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-07-19SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch
This allows strings to be hashed in a collation-aware fashion.
2016-03-02SERVER-21828 Murmurhash for bigendianMark Benvenuto
Make murmurhash output the same on big endian architectures as on little endian.
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
Also update generators.
2014-01-03SERVER-12157 Replace implementation of StringMapDefaultHash::operator()Davide Italiano
with Murmur3. This has proven to be more effective in terms of speed and collision rates.
2013-04-30Remove post-install dependency on murmurhash3 from clientMathias Stearn
2012-12-10SERVER-7866 - use StringData's correct methods and substrEliot Horowitz
2012-12-03Add stream out for StringData so it works in unit test assertsAndrew Morrow