summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-0/+12
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-9/+0
* SERVER-24572 Add support for collecting information from /proc/statMark Benvenuto2016-07-141-3/+21
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-14/+122
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+1
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-241-0/+3
* SERVER-20974 fixupAndrew Morrow2015-10-191-7/+8
* SERVER-20737 Don't pass nullptr to memcmp in StringData::compareAndrew Morrow2015-10-191-19/+36
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-136/+145
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-13/+13
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-2/+0
* SERVER-16200 Eagerly compute StringData lengths and streamline equality checksAndrew Morrow2014-11-251-12/+6
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Added const_iterator to StringData. Supports all operations that a const char...Eric Daniels2013-07-291-0/+9
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-301-7/+1
* Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-241-0/+15
* Add StringData::rfind(char) const method.Andy Schwerin2013-03-111-0/+1
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-1/+1
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-141-3/+4
* Add startsWith and endsWith predicates to StringData.Andy Schwerin2013-01-091-0/+10
* SERVER-7886 - remove StringData::__dataEliot Horowitz2012-12-121-3/+0
* SERVER-6399 Fixed wrong comment.Alberto Lerner2012-12-111-1/+1
* SERVER-6399 Made is easy to copy string data's.Alberto Lerner2012-12-111-1/+1
* SERVER-6399 Allowed creation of empty string data's.Alberto Lerner2012-12-111-5/+7
* SERVER-7886 - remove StringData::data()Eliot Horowitz2012-12-101-2/+1
* SERVER-7886 - more methods on StringData to match std::stringEliot Horowitz2012-12-101-17/+34
* Add stream out for StringData so it works in unit test assertsAndrew Morrow2012-12-031-0/+3
* operator[] on StringData for getting a charEliot Horowitz2012-11-271-0/+1
* Fixed toString() to account for lazy _space evaluation.Alberto Lerner2012-11-181-1/+1
* Switch from StringData::toStdString to toStringMathias Stearn2012-11-181-1/+0
* Rewrite Document and Value classesMathias Stearn2012-11-161-0/+1
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-151-23/+87
* Move StringData to base/string_data.hMathias Stearn2012-09-261-0/+73