summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44049 constexpr StringData(ptr,len) constructorBilly Donahue2020-05-081-0/+30
* SERVER-32434 operator<<(ostream,StringData)Billy Donahue2019-07-111-0/+39
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue2019-04-081-0/+6
* 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-14/+16
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-10/+13
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-13/+21
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-269/+259
* SERVER-12157: fix build on Linux 32-bit and old version(s) of g++.Davide Italiano2014-01-051-8/+8
* SERVER-12157: fix 32-bit compileEliot Horowitz2014-01-041-4/+4
* SERVER-12157 Replace implementation of StringMapDefaultHash::operator()Davide Italiano2014-01-031-0/+36
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Added const_iterator to StringData. Supports all operations that a const char...Eric Daniels2013-07-291-0/+45
* Add StringData::rfind(char) const method.Andy Schwerin2013-03-111-0/+16
* Fix StringData::substr with single argumentMathias Stearn2013-01-091-10/+37
* Add startsWith and endsWith predicates to StringData.Andy Schwerin2013-01-091-0/+33
* SERVER-6399 Allowed creation of empty string data's.Alberto Lerner2012-12-111-0/+13
* SERVER-7886 - more methods on StringData to match std::stringEliot Horowitz2012-12-101-0/+46
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-151-0/+92