summaryrefslogtreecommitdiff
path: root/src/mongo/util/mongoutils/str.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-285/+0
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-4/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34396 Fail to compile if io manipulators like std::hex are passed to S...Mathias Stearn2018-04-181-0/+8
* SERVER-33628 Handle a mongo/unittest TODO c++11Billy Donahue2018-03-051-0/+4
* SERVER-30467 $_internalSchema{Min|Max}Length counts UTF-8 code points.Justin Seyster2017-08-181-0/+22
* SERVER-23100 Allow StringBuilder and str::stream to return StringData viewsMathias Stearn2016-08-291-0/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-177/+197
* SERVER-9435 Move implementation of str::stripTrailing to site of only caller.Andy Schwerin2015-06-121-16/+0
* SERVER-13256 Move win32 strcasecmp to somewhere sanerAndrew Morrow2015-01-051-0/+5
* SERVER-13256 Move string utils from goodies.h to str.hAndrew Morrow2015-01-051-0/+6
* SERVER-6062 clean up of str::stripTrailing. added unit test.Michael Ivanov2014-10-171-5/+10
* SERVER-14376 Make mongoutils::str available in the mongo namespace.Andy Schwerin2014-06-271-12/+12
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-8/+8
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Fixup all relative includes refering to parent directoriesAndrew Morrow2014-01-171-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-25/+25
* Prevent calling str::contains to look for '\0'.Mathias Stearn2012-07-261-1/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+216