summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/unicode/string_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-3/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-26/+28
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-111-25/+33
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-111-28/+24
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-111-30/+102
* SERVER-19465 Add Unicode data and unicode::String classAdam Chelminski2015-08-061-0/+187