summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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