summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56571 rename and unprotect invariant.hBilly Donahue2022-03-201-3/+1
* SERVER-64553 make StringData comparisons constexprMathias Stearn2022-03-181-17/+10
* SERVER-54352 std::string += StringDataMathias Stearn2022-03-181-0/+6
* SERVER-54595 StringData(const char*, size_t) only checks invariant in debugMatt Diener2022-02-231-1/+2
* SERVER-51061 Rename WHITELIST macros to ALLOWSara Golemon2021-05-041-2/+2
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-211-4/+14
* SERVER-55381 fix StringData::find,rfindBilly Donahue2021-03-231-6/+6
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-18/+0
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-0/+18
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-18/+0
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-171-14/+4
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-171-4/+14
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-111-0/+5
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-0/+13
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-14/+5
* SERVER-44049 constexpr StringData(ptr,len) constructorBilly Donahue2020-05-081-18/+9
* SERVER-46503 inline namespace mongo::literalsBilly Donahue2020-03-251-11/+18
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue2019-04-081-2/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-22411 Refactor Windows Certificate PEM file loadingMark Benvenuto2018-03-081-3/+6
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-6/+6
* 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